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] MidiDevices.MidiDjConsole.ProfileDisplayDataSet ( strItemName as String, nData as Int16 ) as enumDjcErrorCodes |
[C#] public enumDjcErrorCodes MidiDjConsole.ProfileDisplayDataSet ( string strItemName, Int16 nData ); |
[C++] public: enumDjcErrorCodes MidiDjConsole.ProfileDisplayDataSet ( string strItemName, Int16 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 see the last error. |
enumDjcErrorCodes.ERR_DJC_NOERROR (0) |
The method call was successful. |