Skip to content

Multiple devices interfere with each other if no dest id provided #405

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

grirgz
Copy link

@grirgz grirgz commented May 19, 2025

On linux, if you have several devices that accept same MIDI messages, you need to connect them to different output/input in jackd, else a midi message will affect both devices. For example, if i try to change the led color of a button on APC40, some unrelated button on the Launchpad-S also change color (because each device interpret the MIDI note message differently).

With Modality on linux, connections are made for you all on the first output port of supercollider. It seems not trivial to change Modality to start bookkeeping which device use which port, but adding the device id to MIDIOut solve the problem neatly (because providing the device id on linux bypass jackd connections)

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

Successfully merging this pull request may close these issues.

1 participant