Page 1 of 1

jack doesn't see LS

Posted: Thu Jun 09, 2011 6:57 pm
by dr_funny
Hi,

I've just built libgig, linuxsampler & liblscp

qjackctl does not seem to see linuxsampler, however (it does see Fluidsynth, etc).

Any ideas on how to go about investigating this?



linuxsampler starts like this:

triangle:~/linuxsampler/linuxsampler-1.0.0> linuxsampler
LinuxSampler 1.0.0
Copyright (C) 2003,2004 by Benno Senoner and Christian Schoenebeck
Copyright (C) 2005-2009 Christian Schoenebeck
Detected features: MMX SSE SSE2
Automatic Stacktrace: Off
Creating Sampler...OK
Registered sampler engines: 'GIG'
Registered MIDI input drivers: ALSA,JACK
Registered audio output drivers: ALSA,JACK
Loading instrument editor plugins...Could not open instrument editor plugins directory (/usr/lib/linuxsampler/plugins): No such file or directory
Registered instrument editors:
Starting LSCP network server (0.0.0.0:8888)...OK
LinuxSampler initialization completed. :-)

best wishes,

-- eliot

Re: jack doesn't see LS

Posted: Thu Jun 09, 2011 7:00 pm
by dr_funny
Sorry, forgot to mention I'm on fedora release 14

thanks

e.

Re: jack doesn't see LS

Posted: Thu Jun 09, 2011 10:41 pm
by varpa
You have to load an instrument in LS and create the audio and midi ports for LS to be seen by JACK. This can be done on the command line, with Jsampler-Fantasia, or Qsampler, for example. Note that you can create multiple instruments in LS, each with its own audio and midi ports.

Re: jack doesn't see LS

Posted: Fri Jun 10, 2011 7:57 pm
by dr_funny
Thanks!