MidiDjConsole.EnableMappedEvents method |
|
Remarks
Enables/disabled the possibility for the container application to receive specific events for buttons and range controls.
For further details about interfacing with MIDI DJ Consoles see the MidiDjConsole object section and the How to manage MIDI DJ consoles tutorial.
Syntax
[Visual Basic] control.MidiDjConsole.EnableMappedEvents ( bEnable as enumBoolean ) |
[C++] void control.MidiDjConsole.EnableMappedEvents ( short bEnable ); |
Parameter |
Description |
|||||||||||||
|
|
|||||||||||||
bEnable |
Boolean value that specifies if the container application will receive specific events for buttons and range controls. Supported values are the following:
|
Return value
None