a2j_control
a2jmidid is a project that aims to ease usage of legacy ALSA
Install
- All systems
-
curl cmd.cat/a2j_control.sh
- Debian
-
apt-get install a2jmidid
- Ubuntu
-
apt-get install a2jmidid
- Arch Linux
-
pacman -S a2jmidid
- Kali Linux
-
apt-get install a2jmidid
- Fedora
-
dnf install a2jmidid-8
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install a2jmidid
- Raspbian
-
apt-get install a2jmidid
- Dockerfile
- dockerfile.run/a2j_control
a2jmidid
a2jmidid is a project that aims to ease usage of legacy ALSA
sequencer applications, in a JACK MIDI enabled system. There are two ways to use legacy ALSA sequencer applications in JACK MIDI system. The first approach is to use automatic bridging. For every ALSA sequencer port you get one JACK MIDI port. If ALSA sequencer port is both input and output one, you get two JACK MIDI ports, one input and output. The second approach is to static bridges. You start application that creates one ALSA sequencer port and one JACK MIDI port. Such bridge is unidirectional.