Copyright © 2013-2015 MultiMedia Soft

MidiDjConsole.ProfileInternalNameGet method

Previous pageReturn to chapter overviewNext page

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]

MidiDevices.MidiDjConsole.ProfileInternalNameGet (

nProfile as enumInternalProfiles

) as String


 

[C#]

public string MidiDjConsole.ProfileInternalNameGet (

enumInternalProfiles nProfile

);


 

[C++]

public: string MidiDjConsole.ProfileInternalNameGet (

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:

Mnemonic constant

Value

Meaning

PROFILE_HERCULES_DJ_CONTROL_INSTINCT

0

Profile for Hercules DJ Control Instinct

PROFILE_NUMARK_DJ2GO

1

Profile for Numark DJ2GO

PROFILE_DENON_DN_HC4500

2

Profile for Denon DN-HC4500

 

 

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.