Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mplay doesn't work once it has been closed #4

Open
Datseris opened this issue Sep 15, 2018 · 1 comment
Open

mplay doesn't work once it has been closed #4

Datseris opened this issue Sep 15, 2018 · 1 comment
Labels
bug ease-of-use QOL and ease-of-use improvements

Comments

@Datseris
Copy link
Member

MWE

julia> using MIDI, Mplay

julia> mplay(testmidi())
Note retriggered
Note retriggered

julia> mplay(testmidi())
midi: cannot open MIDI output

Julia has exited. Press Enter to start a new session.

So, open the GUI through mplay, and then close it (normally close the window, press the X button at top right). If you try to open mplay again, it doesn't work.

@Datseris Datseris added bug ease-of-use QOL and ease-of-use improvements labels Sep 15, 2018
@Datseris Datseris added this to the First release 0.1.0 milestone Sep 15, 2018
@Datseris
Copy link
Member Author

Datseris commented Oct 1, 2018

@jheinen any idea how can this be solved / if this can be solved? (related with #5 ).

I am guessing that it comes from global player , but I am not sure....

Is there a reason for it to be global? Can't it be passed as a first argument to all functions in the module?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug ease-of-use QOL and ease-of-use improvements
Projects
None yet
Development

No branches or pull requests

1 participant