|
From: Christian S. <sch...@li...> - 2014-02-08 17:02:43
|
On Saturday 08 February 2014 15:23:17 you wrote: > the sampler engine is running ok, but strangely the lscp shell complains > that the engine is too old, although they have just been compiled together > from the latest svn version... > > LinuxSampler 1.0.0.svn23 > > [seijitsu@astrux ~]$ lscp > LSCPServer: Client connection established on socket:4. > Error: sampler too old, it does not support shell instructions > LSCPServer: Client connection terminated on socket:4. I am pretty sure you are running another, old version of LinuxSampler then. Try starting the sampler directly from the source build dir like this: src/linuxsampler and accordingly the shell directly from the source dir: src/shell/lscp That should do it. If that worked fine without that "too old" error, then you probably still had an old version of LinuxSampler installed somewhere, i.e. under /usr/local or you simply did not install the new version at all after compiling or did not restart linuxsampler after compiling and installing. CU Christian |