LMMS / LMMS/lmms

Multiplexing Alsa Sequencer

Open
#4,016 0 comments 0 reactions 0 assignees View on GitHub

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).
alsaseqgdx_20171127

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.