Obtaining more MIDI device details #581
-
Hi there, I was wondering if it was possible through mido to obtain more information about the plugged in MIDI devices. Any pointers (no pun intended) on where I could start looking would be much appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi and sorry for the late reply. Unfortunately MIDI 1.0 doesn't provide this kind of capability. The nearest feature would be using the MIDI 2.0 should allow this with MIDI-CI but there is almost no device out there and mido doesn't support it as I'm not well versed into it yet. Hope this helps. |
Beta Was this translation helpful? Give feedback.
Hi and sorry for the late reply.
Unfortunately MIDI 1.0 doesn't provide this kind of capability.
The nearest feature would be using the
Device Inquiry
System Exclusive Universal message (See page 40 of the MIDI 1.0 detailed specification) but parsing the response - if the target device supports Device Inquiry - would need access to a database with all the devices and features you're looking for.A project on its own.
MIDI 2.0 should allow this with MIDI-CI but there is almost no device out there and mido doesn't support it as I'm not well versed into it yet.
Hope this helps.