JuliaMusic/Mplay.jl

`Note retriggered` text spammed

Opened this issue · 2 comments

When running a test midi file in the console, I get:

julia> using MIDI, Mplay

julia> testmidi()
"C:\\Users\\datseris\\.julia\\dev\\MIDI\\test\\doxy.mid"

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

in the console, in a fashion that feels like "spam". I don't know where it comes from and it doesn't seem to be correlated with me click at the GUI.

This is an information message that is shown, when a note is being played that has not been "turned off", neither via a "note off" event nor via a "note on" event with 0 velocity.

You were correct.

Can we put a keyword argument to mplay that silences this on demand?