diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-18 15:12:38 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-26 08:09:43 +0700 |
commit | 5d524354db463bc410bcdb537f55f64ba198c678 (patch) | |
tree | 877a1f288456e33fd9219cc44fda0db99879f1af /audio/a2jmidid/README | |
parent | 5bccf05c915163982160cd1e1a7d6fd110fcabad (diff) |
audio/a2jmidid: Migrate jack-audio-connection-kit => jack.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'audio/a2jmidid/README')
-rw-r--r-- | audio/a2jmidid/README | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/a2jmidid/README b/audio/a2jmidid/README index 7405b92086569..502fb36282839 100644 --- a/audio/a2jmidid/README +++ b/audio/a2jmidid/README @@ -1,14 +1,11 @@ This project aims to ease the usage of legacy, non JACK enabled -applications, in a JACK MIDI enabled system, when using jack2 or -jack-audio-connection kit. +applications, in a JACK MIDI enabled system. Typical usecase is to e.g. connect a software synth like bristol/azr3 with qtractor/seq24, or even connect midi hardware with jack applications. -The jack-audio-connection kit already contains parts of the -a2jmidid code. -This requires one of the jack varieties. +jack already contains parts of the a2jmidid code. This package uses POSIX filesystem capabilities to execute with elevated privileges (required for realtime audio processing). This |