Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README

autocable
written by murray foster
mrafoster@gmail.com

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

Releases

No releases published

Packages

No packages published