[Linuxsampler-devel] LSCP shell

2014-01-30 Thread Christian Schoenebeck
Hi! I planned to write a shell command line application for LSCP. For this I already played around with Bison's auto generated parser tables. As a first result of these experiments, the sampler is now providing more useful error messages on LSCP syntax errors. Before, if you i.e. sent "GET S" (

Re: [Linuxsampler-devel] LSCP shell

2014-01-30 Thread Patrick Shirkey
On Fri, January 31, 2014 5:27 am, Christian Schoenebeck wrote: > Hi! > > I planned to write a shell command line application for LSCP. For this I > already played around with Bison's auto generated parser tables. As a > first > result of these experiments, the sampler is now providing more useful

Re: [Linuxsampler-devel] LSCP shell

2014-01-30 Thread Kevin Utter
> > Hello! I'm really happy about this idea! Almost everything I do with > LinuxSampler is directly through the commandline, as at present I can't > really use the current front-ends. Thank you for this consideration. > > Kevin > ---