Skip to content
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

Open
jskeet opened this issue Apr 28, 2024 · 5 comments
Open

Strange behaviour of X-Touch Mini on Raspberry Pi 5 #79

jskeet opened this issue Apr 28, 2024 · 5 comments

Comments

@jskeet
Copy link

jskeet commented Apr 28, 2024

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.

@MatthewInch
Copy link

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

@jskeet
Copy link
Author

jskeet commented Apr 28, 2024

@MatthewInch: Is that with an X-Touch Mini, or a different device? (Glad to hear it's not just me though.)

@MatthewInch
Copy link

with x-touch and x-touch extender, raspbery 4. I tried it with different linux distributions

@jskeet
Copy link
Author

jskeet commented Apr 28, 2024

Thanks. I might have to clone the repo and see what I can find...

@jskeet
Copy link
Author

jskeet commented Apr 29, 2024

Okay, I've tracked this down to atsushieno/alsa-sharp#2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants