MidiDjConsole.ProfileDisplayDataSet method |
![]() ![]() ![]() |
Remarks
Sends data to a VFD display control item, stored inside the profile, by sending to the DJ Console the related MIDI command set through a previous call to the MidiDjConsole.ProfileDisplayMidiCommandSet method or loaded through an eventual call to the MidiDjConsole.ProfileLoad method.
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.ProfileDisplayDataSet ( strItemName as String, nData as Integer ) as enumDjcErrorCodes |
[C++] short control.MidiDjConsole.ProfileDisplayDataSet ( BSTR strItemName, short nData ); |
Parameter |
Description |
|
|
strItemName |
String containing the name of the VFD display item. If no VFD display item with this specific name should be available inside the profile, the method would fail and would return an error code. |
nData |
Value to set: see the technical specifications of the physical DJ Console for possible values. |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred, check the LastError property value in order to get the error code |
enumErrorCodes.ERR_NOERROR (0) |
The method call was successful |