-
Hi everyone, I'm dabbling with Arduino and built a MIDI pedal a few years ago with an Arduino Nano, so I had to use Control-Surface's HairlessMIDI_Interface instead of USBMIDI and I'm listening to it with ttymidi. Unfortunately ttymidi doesn't support running status, and I'm suspecting that it might cause an issue in my setup (some I found here a suggestion to prevent Hairless to use running status, but I couldn't find anything about this in Control-Surface's documentation. Is it even relevant for Control-Surface? Thanks in advance for your help and guidance :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Control Surface doesn't use running status on transmit (it does support receiving running status messages). |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick reply! Good to know that running status is not the issue there then, thanks a lot. I've also been struggling to find anything online about reasons for Pure Data to drop MIDI bytes. Unfortunately I lost the logs from yesterday, and I can't seem to reproduce it today! My pedal has latching buttons and just sends |
Beta Was this translation helpful? Give feedback.
Control Surface doesn't use running status on transmit (it does support receiving running status messages).
Which MIDI bytes does Pure Data mark as "unexpected"? Do you have some kind of log of the MIDI messages?