[linux-audio-user] Start up script for DAW ...

Jack O'Quin joq at io.com
Sat Mar 13 12:19:49 EST 2004


You probably need to delay starting the clients until jackd is up and
running.

> > #!/bin/sh
> > 
> > qjackctl &
    sleep 2             # wait for JACK to start
> > ardour &
> > hydrogen &
> > ams &

Also, if ardour will be making the port connections, it probably needs
to start last, following another sleep.
-- 
  joq



More information about the Linux-audio-user mailing list