Re: [Linuxsampler-devel] ways to load a lscp file (script for NSM)

2012-04-11 Thread rosea.grammostola
On 04/11/2012 12:37 AM, Luis Garrido wrote: > On 04/11/2012 12:25 AM, rosea.grammostola wrote: > >> Did you also build the nsm-proxy (branch) and added the script via >> client nsm-proxy? > > Nope, just fired up nsmd and non-session-manager, created a session, > added the script via the GUI and sta

Re: [Linuxsampler-devel] ways to load a lscp file (script for NSM)

2012-04-11 Thread rosea.grammostola
On 04/11/2012 12:06 PM, rosea.grammostola wrote: > On 04/11/2012 12:37 AM, Luis Garrido wrote: >> On 04/11/2012 12:25 AM, rosea.grammostola wrote: >> >>> Did you also build the nsm-proxy (branch) and added the script via >>> client nsm-proxy? >> >> Nope, just fired up nsmd and non-session-manager,

Re: [Linuxsampler-devel] ways to load a lscp file (script for NSM)

2012-04-11 Thread Luis Garrido
On 04/11/2012 12:12 PM, rosea.grammostola wrote: >> trap `kill -KILL $LSPID` SIGTERM Are you really using backquotes here ?? Change them to single or double quotes. You don't need to specify any signal for the kill command. --

Re: [Linuxsampler-devel] ways to load a lscp file (script for NSM)

2012-04-11 Thread rosea.grammostola
On 04/11/2012 12:21 PM, Luis Garrido wrote: > On 04/11/2012 12:12 PM, rosea.grammostola wrote: > >>> trap `kill -KILL $LSPID` SIGTERM > > > Are you really using backquotes here ?? Change them to single or > double quotes. You don't need to specify any signal for the kill command. Ok, but

Re: [Linuxsampler-devel] ways to load a lscp file (script for NSM)

2012-04-11 Thread rosea.grammostola
On 04/11/2012 12:26 PM, rosea.grammostola wrote: > On 04/11/2012 12:21 PM, Luis Garrido wrote: >> On 04/11/2012 12:12 PM, rosea.grammostola wrote: >> trap `kill -KILL $LSPID` SIGTERM >> >> >> Are you really using backquotes here ?? Change them to single or >> double quotes. You don't n