MidiDjConsole.ProfileInternalNameGet method |
|
Remarks
Obtains the name of a specific DJ Console profile already stored inside 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.ProfileInternalNameGet ( nProfile as enumInternalProfiles ) as String |
[C++] BSTR control.MidiDjConsole.ProfileInternalNameGet ( 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 |
|
|
Empty string |
An error occurred (see the LastError property for further error details) |
Valid string |
String containing the name of the profile. |