-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strange behaviour of X-Touch Mini on Raspberry Pi 5 #79
Comments
I have the that issue too on linux. From raspberry to controller everything is fine, but from the controller onlx the first message is good |
@MatthewInch: Is that with an X-Touch Mini, or a different device? (Glad to hear it's not just me though.) |
with x-touch and x-touch extender, raspbery 4. I tried it with different linux distributions |
Thanks. I might have to clone the repo and see what I can find... |
Okay, I've tracked this down to atsushieno/alsa-sharp#2. |
I'm trying to use an X-Touch Mini to control a digital audio mixer. I've got code that has worked for ages on Windows, with no problems.
I use the X-Touch Mini in "Mackie Mode", and normally that means receiving a MIDI message length 3 with the first byte of data as 0x90 whenever one of the buttons is pressed.
On my Raspberry Pi 5 (having installed libasound2-dev), the very first button press shows the right data - but after that, the first byte is missing on each
MessageReceived
event. (So I get messages of length 2 - the same data as I'd normally get, but missing the first byte.)I don't currently have any easy way of testing this on another Linux machine, but I'm in the market for "any good ideas" at the moment, including anything I could do to help diagnose things further.
The text was updated successfully, but these errors were encountered: