1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: a2jmidid
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Adrian Knoth <adi@drcomp.erfurt.thur.de>,
Build-Depends:
debhelper-compat (= 12),
dh-python,
libasound2-dev,
libdbus-1-dev,
libjack-dev (>= 0.107.0) | libjack-jackd2-dev,
python3,
meson
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/multimedia-team/a2jmidid.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/a2jmidid
Homepage: https://github.com/linuxaudio/a2jmidid/
Package: a2jmidid
Architecture: any
Depends:
python3-dbus,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: Daemon for exposing legacy ALSA MIDI in JACK MIDI systems
Main goal of this project is to ease usage of legacy, not JACK-ified
apps, in a JACK MIDI enabled system.
a2jmidid is a daemon that implements automatic bridging. For every ALSA
sequencer port you get one JACK MIDI port. If ALSA sequencer port is
both one input and one output, you get two JACK MIDI ports, one input
and one output.
|