- Introduction
jack_snapshot - a little tool for storing/restoring jack connection states. it does this by writing/reading the names of the connected ports into/from a simple textfile. and here is also one weakness: some jack clients don't use the same jack name on each run, but dynamically assign one [like meterbridge] but most of them can be told to use a specific name, so this isn't really a problem. at least not for me. some pattern matching might be added in the future..
- Installation
run
make
and copy the executable somewhere into your path.
- Usage
run jack_snapshot w/o options to get usage info
- License
everything in this package is covered by the GPL 2. see the LICENSE file for more info
everything in this package is (C) Florian Schmidt [mista dot tapas at gmx dot net]
