Multiplexing Alsa Sequencer
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 10.4k
- Forks
- 1.3k
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 7
Description
The current alsa sequencer lags a lot and even loses events where there is a lot of controllers. The reason is one port is open for each controller. Multiplexing solves this problem (and also makes it mmuch more manageable).
https://github.com/gi0e5b06/lmms/blob/master/src/core/midi/MidiAlsaGdx.cpp
As a bonus it connects automatically (based on names and not on port numbers).

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading src/core/midi/MidiAlsaGdx.cpp and the linked issue context to understand the current one-port-per-controller design. Define done as multiplexed ALSA sequencer handling without lost events under many controllers, with automatic connections based on names rather than port numbers. No test or additional entry point is mentioned, so identify the relevant MIDI tests or manual verification path while investigating.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, linux
- Domain
- audio-video-rtc
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100