On Sat, 2004-03-13 at 09:19, Jack O'Quin wrote:
You probably need to delay starting the clients until
jackd is up and
running.
> #!/bin/sh
>
> qjackctl &
sleep 2 # wait for JACK to start
Disregard last post. This worked like a charm!!
As in humor...timing is everything! :)
Now for that "tips" script to run at the Pub! :))
R~
> ardour
&
> hydrogen &
> ams &
Also, if ardour will be making the port connections, it probably needs
to start last, following another sleep.