Hi, how do I open a midi device without knowing its name? Is there any command to list available devices? #562
Answered
by
rdoursenaud
ruiseixasm
asked this question in
Q&A
-
I'm on Windows, and I would like to connect to the default windows synth device, however I don't know its name but I know it's the only one in the system, so, how to connect to device "0" using mido? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
rdoursenaud
Nov 3, 2023
Replies: 1 comment
-
mido.open_output() Should do exactly what you're looking for. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rdoursenaud
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should do exactly what you're looking for.
Otherwise, please check our documentation: https://mido.readthedocs.io/en/stable/ports/index.html#common