On Saturday 08 February 2014 18:46:02 raf wrote:
> some enhancement for the future ?
> after you've gone into command history with the up arrow, you cannot come
> back to a blank line when you're in a command history, you have to use the
> delete key, you cannot use the left arrow to change some parameter on a
> long line. While this would be great, i'm sure it's not compatible with
> how the auto-completion is handled. autocompletion on command parameters
> display a list of available commands/sub-commands on double-tab (depending
> on what has previously been greened)

Sure! That and more is planned. That's just a starting point for the LSCP 
shell for now. Not more, not less.

The trickiest part was dealing with the auto generated Bison tables and the 
LALR(1) algorithm on top of them. But that is done now and I think the other 
shell features can easily be added. Those should neither be difficult nor 
should they take much effort.

But as said, I have to work on other things for a while now.

> a strange thing :
> lscp=# CREATE AUDIO_OUTPUT_DEVICE JACK ACTIVE=TRUE CHANNELS=2
> SAMPLERATE=48000 NAME="linuxsampler"libjackBufferSizeCallback(128) after
> firing up this command, the libjackBufferSizeCallback(128) is added at the
> end.

Since I couldn't reproduce this with the same command, and since I currently 
don't see why this should have been generated by the sampler's LSCP parser, my 
guess is that you compiled either JACK or the sampler with debug messages 
turned on, causing "libjackBufferSizeCallback(128)" to be printed on the 
currently active terminal when the sampler instantiates the JACK driver.

CU
Christian

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Reply via email to