MidiDjConsoleEventButtonReleased event |
|
Remarks
Occurs when a physical button mapped into the DJ Console profile has been released.
Events are sent to the container application only if a connection has been established between the instance of the component and the DJ Console through a call to the MidiDjConsole.Connect method.
For further details about input events management see the How to synchronize the container application with the control tutorial.
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] MidiDjConsoleEventButtonReleased ( strButtonName as String, nTimeStamp as Long ) |
[C++] void MidiDjConsoleEventButtonReleased ( BSTR strButtonName, long nTimeStamp ); |
Parameter |
Description |
|
|
strButtonName |
Name given to the button control when mapped into the DJ Console profile |
nTimeStamp |
The time stamp of the event expressed in milliseconds elapsed from the moment in which the MIDI input device of the DJ Console was opened through a call to the MidiDevices.Open method. |