MidiDjConsole.ProfileInternalLoad method |
|
Remarks
Loads a profile, written for a specific model of DJ Console, which is already stored internally to the component.
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.ProfileInternalLoad ( nProfile as enumInternalProfiles ) as enumDjcErrorCodes |
[C++] short control.MidiDjConsole.ProfileInternalLoad ( short nProfile ); |
Parameter |
Description |
||||||||||||
|
|
||||||||||||
nProfile |
Identifier of the internal profile. The total number of internal profiles stored inside the component can be obtained through the MidiDjConsole.ProfileInternalCountGet method. Below the table containing models of DJ Consoles for which there is the availability of an internal profile:
|
Return value
Value |
Meaning |
|
|
enumDjcErrorCodes.ERR_DJC_NOERROR (0) |
The call was successful. |
Negative value |
An error occurred: see the LastError property for further error details or for a list of the possible error values. |