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

Note retriggered text spammed #3

Open
Datseris opened this issue Sep 15, 2018 · 2 comments
Open

Note retriggered text spammed #3

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

Comments

@Datseris
Copy link
Member

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.

@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
@jheinen
Copy link
Collaborator

jheinen commented Sep 15, 2018

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.

@Datseris
Copy link
Member Author

You were correct.

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

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

2 participants