RealVision home
   
  DxMidi - Availability  
Summary

Implementation

Availability
Sign In/Out
Setting buffers
Sending events
Receiving events
OMS support
Sysex support
Result codes

DxMidiMMAvail
DxMidiOMSAvail

avail = DxMidiMMAvail ()
avail as Boolean

Test the Apple Midi Manager v2 availability. If you attempt to connect to Midi Manager, you must test this before any other command to the Midi Manager plugin interface with an hypothetical driver !

if
avail is true, then the Midi Manager is available.



avail = DxMidiOMSAvail ()
avail as Boolean

Test the Opcode Music System availability. You must test this before any other command to the plugin interface OMS midi methods !

if
avail = true, then OMS is available.