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

MidiMessage_str empty (windows) #17

Open
jean-emmanuel opened this issue Mar 19, 2019 · 1 comment
Open

MidiMessage_str empty (windows) #17

jean-emmanuel opened this issue Mar 19, 2019 · 1 comment

Comments

@jean-emmanuel
Copy link
Contributor

I've been receiving logs from windows users that lack of the string representation of MIDI messages generated by rtmidi. I don't use windows at all, but but maybe someone here does and could confirm/investigate this ?

@jean-emmanuel
Copy link
Contributor Author

A minimal test case would be:

import rtmidi
m = rtmidi.MidiMessage.controllerEvent(1,1,127)
print("MIDI Message: %s" % m)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant