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 Will try this. Still having some probs with the firing sequence of Qjackctl, AMS and Galan. > > > ardour & > > > hydrogen & > > > ams "If I add file here, does it mess up the syntax?"& > > Also, if ardour will be making the port connections, it probably needs > to start last, following another sleep.