Mplay.jl icon indicating copy to clipboard operation
Mplay.jl copied to clipboard

`mplay` doesn't work once it has been closed

Open Datseris opened this issue 5 years ago • 1 comments

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 avatar Sep 15 '18 13:09 Datseris