8000 open_output fails to open the port identified by get_input_names · mido · Discussion #611 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

open_output fails to open the port identified by get_input_names #611

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

You must be logged in to vote

Hi and thanks for trying out mido!

In your first sample, you’re trying to open an output using an input name. This is unlikely to work.
What you want is mido.get_output_names().

For the second, this happens when the port is already opened elsewhere. Unless your interface has a "multiclient" driver, only one application can access a port. Close any application using the port and mido should be able to use it.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@iqi616
Comment options

@rdoursenaud
Comment options

8000
@iqi616
Comment options

Answer selected by iqi616
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
0