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

Sound not closing properly after closing the GUI

Open Datseris opened this issue 5 years ago • 0 comments

julia> using MIDI, Mplay

julia> mplay(testmidi())

When listening to the piece, try to close the GUI exactly when a piano note is being played. You will see that the note sound is not terminated properly and instead a constant humming persists indefinitely.

This humming only goes away once restarting Julia.

I think this relates to the fact the the Mplay GUI doesn't close "properly" (also same as #4 ) .

Datseris avatar Sep 15 '18 13:09 Datseris