Skip to content

A tiny C application that loads a text file and routes Jack audio connections for you.

License

Notifications You must be signed in to change notification settings

resinbeard/autocable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

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

No packages published