David Adler wrote: >>>> Is there another way to make connections with jack using the command line? >>>> >>>> > > One option is to write a little script using jack_connect and > jack_disconnect for Jack connections (jack_lsp lists avaliable ports) > and aconnect for Alsa MIDI > > Probably easier than writing scripts: jack_snapshot from the 'Affenbande'. > http://tapas.affenbande.org/wordpress/?page_id=14 > I've never tried it myself though. > > Thanks for the hint: $ make g++ jack_snapshot.cc -o jack_snapshot `pkg-config jack --libs` jack_snapshot.cc: In function ‘int main(int, char**)’: jack_snapshot.cc:21: error: ‘exit’ was not declared in this scope jack_snapshot.cc:35: error: ‘exit’ was not declared in this scope jack_snapshot.cc:113: error: ‘strncpy’ was not declared in this scope make: *** [jack_snapshot] Error 1 :( /r _______________________________________________ Linux-audio-user mailing list Linux-audio-user@xxxxxxxxxxxxxxxxxxxx http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user