Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to MidiThruConnectionControlTransformMBS class.
MidiThruConnectionControlTransformMBS.ControlNumber as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | MIDI | MBS MacCF Plugin | 3.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
(Read and Write property)
MidiThruConnectionControlTransformMBS.ControlType as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | MIDI | MBS MacCF Plugin | 3.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
implementation note: some code tests bits of these values
constants:
kMIDIControlType_7Bit | 0 | control numbers may be 0-127 |
kMIDIControlType_14Bit | 1 | control numbers may be 0-31 |
kMIDIControlType_7BitRPN | 2 | control numbers may be 0-16383 |
kMIDIControlType_14BitRPN | 3 | |
kMIDIControlType_7BitNRPN | 4 | |
kMIDIControlType_14BitNRPN | 5 |
MidiThruConnectionControlTransformMBS.Parameter as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | MIDI | MBS MacCF Plugin | 3.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
(Read and Write property)
MidiThruConnectionControlTransformMBS.RemappedControlType as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | MIDI | MBS MacCF Plugin | 3.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Only used when transform is kMIDITransform_MapControl
(Read and Write property)
MidiThruConnectionControlTransformMBS.Transform as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | MIDI | MBS MacCF Plugin | 3.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Some constants:
kMIDITransform_None | 0 | no param |
kMIDITransform_FilterOut | 1 | filter out event type, no param |
kMIDITransform_MapControl | 2 | param is remapped control number |
kMIDITransform_Add | 8 | param is value to add |
kMIDITransform_Scale | 9 | param is amount to scale by: fixed point bbbb.bbbb bbbb bbbb |
kMIDITransform_MinValue | 10 | |
kMIDITransform_MaxValue | 11 | |
kMIDITransform_MapValue | 12 | param is index of map in connection's map array |
The items on this page are in the following plugins: MBS MacCF Plugin.