Skip to content

Obtaining more MIDI device details #581

Answered by rdoursenaud
albeardsley asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@rdoursenaud
Comment options

@albeardsley
Comment options

Answer selected by albeardsley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants