Module command_dsp

Source
Expand description

Protocol for hardware mixer function operated by command.

The module includes structure, enumeration, and trait for hardware mixer function operated by command.

The hardware transfers asynchronous packet to registered address when changing its state by user operation. The packet includes some command to express the change of status. The hardware also accepts the same command in asynchronous packet arrived at specific address.

Structs§

CommandDspDynamicsState
State of dynamics.
CommandDspEqualizerState
State of equalizer.
CommandDspInputDynamicsState
State of input dynamics.
CommandDspInputEqualizerState
State of input equalizers.
CommandDspInputState
State of input function.
CommandDspMessageHandler
State of message parser.
CommandDspMeterState
State of hardware meter.
CommandDspMixerSourceState
State of entry of mixer function.
CommandDspMixerState
State of mixer function.
CommandDspMonitorState
State of monitor function.
CommandDspOutputDynamicsState
State of output dynamics.
CommandDspOutputEqualizerState
State of output equalizers.
CommandDspOutputState
State of input function.
CommandDspReverbState
State of reverb function.

Enums§

DspCmd
The DSP command.
DynamicsParameter
The DSP command specific to dynamics effects.
EqualizerParameter
The DSP command specific to equalizer effects.
FilterType4
The type of filter for equalizer (5 options).
FilterType5
The type of filter for equalizer (5 options).
FocusTarget
Target of focus.
InputCmd
The DSP command specific to input.
InputStereoPairMode
The mode of stereo-paired channels.
LevelDetectMode
The way to decide loudness level of input signal.
LevelerMode
The mode of leveler.
MixerCmd
The DSP command specific to mixer.
MonitorCmd
The DSP command specific to master output.
OutputCmd
The DSP command specific to input.
ResourceCmd
The DSP command specific to usage of resource.
ReverbCmd
The DSP command specific to reverb effect.
RollOffLevel
The level to decline audio signal.
RoomShape
The mode of early reflection.
SourceStereoPairMode
The mode of stereo pair for source of mixer.
SplitPoint
The point of split.

Traits§

CommandDspOperation
The trait for operation of command DSP.
MotuCommandDspDynamicsSpecification
The trait for specification of dynamics effect.
MotuCommandDspEqualizerSpecification
The trait for specification of equalizer effect.
MotuCommandDspImageOperation
The trait for DSP image operations.
MotuCommandDspInputSpecification
The trait for specification of inputs.
MotuCommandDspMeterSpecification
The trait for specification of meter.
MotuCommandDspMixerSpecification
The trait for specification of mixer.
MotuCommandDspMonitorSpecification
The trait for specification of monitor.
MotuCommandDspOutputSpecification
The trait for specification of output.
MotuCommandDspParametersOperation
The trait for parameter operations.
MotuCommandDspReverbSpecification
The specification of reverb.
MotuCommandDspUpdatableParamsOperation
The trait for operation to update parameters.