MidiThruConnectionParams Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MIDI transformations and routings.
public class MidiThruConnectionParams
type MidiThruConnectionParams = class
- Inheritance
-
MidiThruConnectionParams
Constructors
MidiThruConnectionParams() |
Properties
ChannelMap |
Map of the 16 MIDI channels |
ChannelPressure |
Instructs how monophonic channels pressure are transformed. |
Controls |
Midi control transformations. |
Destinations |
Midi output destination routes. |
FilterOutAllControls |
Flag to set all MIDI continuous control messages to be filtered out. |
FilterOutBeatClock |
Flag to set all MIDI play, stop, resume and clock messages to be filtered out. |
FilterOutMtc |
Flag to set all MIDI time code messages to be filtered out. |
FilterOutSysEx |
Flag to set all MIDI system exclusive messages to be filtered out. |
FilterOutTuneRequest |
Flag to set all MIDI tune request messages to be filtered out. |
HighNote |
Highest note to filter. |
HighVelocity |
Highest velocity to filter. |
KeyPressure |
Instructs how polyphonic key pressure events are transformed. |
LowNote |
Lowest note to filter. |
LowVelocity |
Lowest velocity to filter. |
Maps |
MIDI value maps. |
NoteNumber |
Instructs how note numbers are transformed. |
PitchBend |
Instructs how pitch bend events are transformed. |
ProgramChange |
Instructs how program change events are transformed. |
Sources |
Midi input routes. |
Velocity |
Instructs how velocity notes are transformed. |