Hi,
I have infos of all my connected MIDI devices using parts of Steve05 AudioSystem example. :
Dim MidiRecs() As Object = MidiSystem.RunMethod("getMidiDeviceInfo",Null)
All infos are in a list:
For Each MInfo As JavaObject In MidiRecs
Result.Add(MInfo)
Next
By comparing the list...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.