-
Notifications
You must be signed in to change notification settings - Fork 1
A tiny C application that loads a text file and routes Jack audio connections for you.
License
resinbeard/autocable
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
autocable written by murray foster [email protected] Eats your text files and routes Jack connections for you. SYSTEM REQUIREMENTS: JACK development libraries COMPILE: From within autocable's directory, $ make OPERATION: Start jackd $ echo "connect system:capture_1 system:playback_1 > disconnect system:capture_2 system:playback_2" | ./autocable or $ ./autocable yourdirectory/textfile.ac autocable will read any text file or piped input, however it must be formatted properly. In your file, use disconnect/connect, full port names, and return each connection. It does not matter if you return the last port connection. ie. connect system:capture_1 system:playback_1 disconnect system:capture_2 system:playback_2 An example file 'session.ac' is included with this program. TO-DO: Contact me to demand features
About
A tiny C application that loads a text file and routes Jack audio connections for you.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published