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

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-user] Start up script for DAW ...
From: Jack O'Quin (joq_AT_io.com)
Date: Sat Mar 13 2004 - 19:19:49 EET


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


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Sat Mar 13 2004 - 19:17:31 EET