Ok, I just committed an initial version of the LSCP shell to SVN. The
application is just called "lscp". There is also a man page.
I decided to go the thin-client route, that is LSCP aware stuff being handled
on sampler side, and the shell application is more or less just forwarding
individual
You're awesome, i jumped straight to the shell !
after updating the svn repos (libgig-svn just in case and linuxsampler-svn), it
fails compiling on lscp.y
any idea ? strangely i found the very same function in lscpparser.cpp
make[3]: Entering directory
'/home/seijitsu/build/linuxsampler-svn/src
On Thursday 06 February 2014 23:23:29 raf wrote:
> after updating the svn repos (libgig-svn just in case and
> linuxsampler-svn), it fails compiling on lscp.y any idea ? strangely i
> found the very same function in lscpparser.cpp
>
[snip]
> lscpparser.cpp -fPIC -DPIC -o .libs/lscpparser.o lscp.y
Le 6 févr. 2014 à 22:37, Christian Schoenebeck a écrit :
> On Thursday 06 February 2014 23:23:29 raf wrote:
>> after updating the svn repos (libgig-svn just in case and
>> linuxsampler-svn), it fails compiling on lscp.y any idea ? strangely i
>> found the very same function in lscpparser.cpp
>>
On Fri, February 7, 2014 7:41 am, Christian Schoenebeck wrote:
> Ok, I just committed an initial version of the LSCP shell to SVN. The
> application is just called "lscp". There is also a man page.
>
> I decided to go the thin-client route, that is LSCP aware stuff being
> handled
> on sampler sid