Post a New Reply
Reply to thread: Midi from Python
Username:
Post Subject:
Post Icon:
Your Message:
Smilies
Smile Wink Cool Big Grin
Tongue Rolleyes Shy Sad
At Angel Angry Blush
Confused Dodgy Exclamation Heart
Huh Idea Sleepy Undecided
[get more]


Thread Review (Newest First)
Posted by Murc - 30-03-24, 18:27
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.