rtmidi-python icon indicating copy to clipboard operation
rtmidi-python copied to clipboard

Python wrapper for RtMidi

Results 12 rtmidi-python issues
Sort by recently updated
recently updated
newest added

New issue on my Rpi 3b+ :( I'm using the RTMidi Python lib to monitor incoming midi messages from a midi keyboard, plugged using USB. I can see all incoming...

I was hitting errors in python3.4 -- looks to me like py3's default unicode string behavior was failing to be coerced to cpp strings. This PR adds explicit encoding/decoding based...

Hi, First I would like to thank you for this wonderful project. I'm just learning python and I'm writing a script which enable a complete control of the Novation Launchpad...

I've installed the precompiled wheel file from http://www.lfd.uci.edu/~gohlke/pythonlibs/#rtmidi-python. rtmidi-python is in the pycharm module list. I ve used rtmidi-python on win7 and python 3.4 without problem. thanks for your help

1) Connect a USB MIDI IN device (example: USB MIDI keyboard) 2) Run the following code (see below) 3) Unplug the USB MIDI IN device 4) Crash ! or panic...

Thanks @superquadratic for this great module I have in at least two projects. I use it only for MIDI input, with a callback. I get randomly these errors, once every...

Add a README paragraph explaining the differences to [pyrtmidi](http://trac.assembla.com/pkaudio/wiki/pyrtmidi).

Hi... I'm able to get midi out and in working separately - but just not at the same time it seems. # setup out midiout = rtmidi.MidiOut() midiout.open_port(1) midiout.send_message([0x90, 33,...

This is not really an issue, but I don't know where I should post my question but here. I'm trying to control Ableton via the rtmidi_python library. At this point,...

This is not a `rtmidi-python` issue, but rather a research for a feature close to `rtmidi-python`. **What neighboor Python module can we use for reading/playing MIDI files ?** An interesting...