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§
- Command
DspDynamics State - State of dynamics.
- Command
DspEqualizer State - State of equalizer.
- Command
DspInput Dynamics State - State of input dynamics.
- Command
DspInput Equalizer State - State of input equalizers.
- Command
DspInput State - State of input function.
- Command
DspMessage Handler - State of message parser.
- Command
DspMeter State - State of hardware meter.
- Command
DspMixer Source State - State of entry of mixer function.
- Command
DspMixer State - State of mixer function.
- Command
DspMonitor State - State of monitor function.
- Command
DspOutput Dynamics State - State of output dynamics.
- Command
DspOutput Equalizer State - State of output equalizers.
- Command
DspOutput State - State of input function.
- Command
DspReverb State - State of reverb function.
Enums§
- DspCmd
- The DSP command.
- Dynamics
Parameter - The DSP command specific to dynamics effects.
- Equalizer
Parameter - The DSP command specific to equalizer effects.
- Filter
Type4 - The type of filter for equalizer (5 options).
- Filter
Type5 - The type of filter for equalizer (5 options).
- Focus
Target - Target of focus.
- Input
Cmd - The DSP command specific to input.
- Input
Stereo Pair Mode - The mode of stereo-paired channels.
- Level
Detect Mode - The way to decide loudness level of input signal.
- Leveler
Mode - The mode of leveler.
- Mixer
Cmd - The DSP command specific to mixer.
- Monitor
Cmd - The DSP command specific to master output.
- Output
Cmd - The DSP command specific to input.
- Resource
Cmd - The DSP command specific to usage of resource.
- Reverb
Cmd - The DSP command specific to reverb effect.
- Roll
OffLevel - The level to decline audio signal.
- Room
Shape - The mode of early reflection.
- Source
Stereo Pair Mode - The mode of stereo pair for source of mixer.
- Split
Point - The point of split.
Traits§
- Command
DspOperation - The trait for operation of command DSP.
- Motu
Command DspDynamics Specification - The trait for specification of dynamics effect.
- Motu
Command DspEqualizer Specification - The trait for specification of equalizer effect.
- Motu
Command DspImage Operation - The trait for DSP image operations.
- Motu
Command DspInput Specification - The trait for specification of inputs.
- Motu
Command DspMeter Specification - The trait for specification of meter.
- Motu
Command DspMixer Specification - The trait for specification of mixer.
- Motu
Command DspMonitor Specification - The trait for specification of monitor.
- Motu
Command DspOutput Specification - The trait for specification of output.
- Motu
Command DspParameters Operation - The trait for parameter operations.
- Motu
Command DspReverb Specification - The specification of reverb.
- Motu
Command DspUpdatable Params Operation - The trait for operation to update parameters.