HomSpace Forum

Full Version: Midi from Python
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Murc

Love the project.

I'm trying to make Samplerbox react to touch for a musician friend who works with the elderly.
So I have a MPR121 module attached to the Raspberry, wrote a Python program to read touched pins and convert to midi (rtmidi2).
I have already seen in the code that rtmidi input is filtered away and commented that out but I get this error after every touch:
"Callback queing killed"

I'm not proficient at Python so if anybody can help me out I would be very grateful.