Invalid MIDI bytes found in a tuple passed to send_midi – what is this error?

933 viewsCSS Questions
0

can anyone help me understand what this error is in my script. Thank you!

admin Changed status to publish May 22, 2024
Attached Files:
0

I don’t know what code you’re running, but a tuple is (I think) one of the paramaters in a function where you pass things with commas: function(a, b, c).

So, one of your a, b or c is wrong – probably not Midi-acceptable data. This is likely an error in CSS, but you can possibly fix it by ‘view code’ and then see if you can adjust it to something that works.

(I’d recommending making a minimal test script with ONLY this command (or only what’s ABSOLUTELY necessary) so you can test a few different versions without confounding the error cause)

admin Changed status to publish May 22, 2024
Attached Files:
You are viewing 1 out of 3 answers, click here to view all answers.