Copyright © 2013-2015 MultiMedia Soft

MidiDjConsole object

Previous pageReturn to chapter overviewNext page

The MidiDjConsole object, accessible through the control's MidiDjConsole property, is internally implemented as a COM interface called IMidiDjConsole and contains methods needed to manage communication between the instance of the control and a physical MIDI DJ Console attached to the system.

 

The MidiDjConsole object is implemented through the following methods:

 

CallbackEventSet

Connect

Disconnect

EnableMappedEvents

IsConnected

 

ProfileInfoIdentifiersGet

ProfileInfoStringGet

ProfileInfoStringSet

ProfileInternalCountGet

ProfileInternalLoad

ProfileInternalNameGet

ProfileLoad

ProfileReset

ProfileSave

ProfileSaveWithoutDevice

ProfileTypedItemCountGet

ProfileTypedItemNameGet

 

ProfileItemAdd

ProfileItemCountGet

ProfileItemExistsByName

ProfileItemInfoStringGet

ProfileItemModify

ProfileItemNameGet

ProfileItemRemove

ProfileItemTypeGet

 

ProfileButtonMidiCommandGet

ProfileButtonMidiCommandSet

ProfileButtonNameGetByMidiCommand

 

ProfileRangeMidiCommandGet

ProfileRangeMidiCommandSet

ProfileRangeNameGetByMidiCommand

 

ProfileLedBlink

ProfileLedSwitch

ProfileLedMidiCommandGet

ProfileLedMidiCommandSet

ProfileLedNameGetByMidiCommand

 

ProfileDisplayDataSet

ProfileDisplayNameGetByMidiCommand

ProfileDisplayMidiCommandGet

ProfileDisplayMidiCommandSet

 

DisplaySegmentManagementAvailable

DisplaySegmentCountGet

DisplaySegmentInfoGet

DisplaySegmentSymbolShow

DisplaySegmentStringShow

DisplaySegmentStringScroll

 

 

For further details about interfacing with MIDI DJ Consoles see the How to manage MIDI DJ consoles tutorial.