On Sat, 2006-10-21 at 02:14 +0200, Florian Schmidt wrote: > On Friday 20 October 2006 14:46, Dubphil wrote: > > > Specimen is very stable, light and flexible: > > > > Arrgh! Specimen would be exactly what I need if there was a mono or a > > stereo audio output for each patch. But for now it is not the case... > > Hmm, you should be abkle to start several instances i suppose. When patched up > with LASH support, it's no problem to work with several instances.. Or at > least so i thought. But it seems to simply fail when the jack name is taken > by a previous instance. Should be easy to fix i suppose.. If this is happening Specimen needs to be updated to use the new jack_client_open vs the old jack_client_new, which will automatically pick a new name by appending a number (eg specimen_1 specimen_2, etc). It's a trivial one line thing... -DR-