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] MidiDevices.MidiDjConsole.ProfileInternalLoad ( nProfile as enumInternalProfiles ) as enumDjcErrorCodes |
[C#] public enumDjcErrorCodes MidiDjConsole.ProfileInternalLoad ( enumInternalProfiles nProfile ); |
[C++] public: enumDjcErrorCodes MidiDjConsole.ProfileInternalLoad ( enumInternalProfiles 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 |
|
|
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. |