|
From: Vladimir S. <ha...@so...> - 2004-06-19 22:19:44
|
Rui, Everybody, I've just uploaded an updated version of the spec. Changes: * Address the tokenizer/parser issues with solutions discussed here previously: wrap strings with quotes, changing engine/driver/parameter names to avoid conflicts with tokens. * Added a short section on what requests look like (similar to the result section that i've added before) * Added LOAD_BACKGROUND command. I figured the same thing might one day happen to engine loading, that's why i picked this option. * Added INSTRUMENT_STATUS field. * took out some things that are not going to be used anymore. * some minor typo fixes/rewording/etc As usual, your feedback will be much appreciated . . . Regards, Vladimir. Rui Nuno Capela wrote: >Hi, > >As I promised, > > >linuxsampler 0.2..: > >* Load Instrument patch applied; this patch makes the > LOAD INSTRUMENT command to return immediately, > almost/always with an "OK" response, while spawning > the proper instrument file loading in the background. > >* New INSTRUMENT_STATUS field on GET CHANNEL INFO result > set; the instrument status value holds the load progress > percentage if positive, otherwise a negative value is > evidence of a load exception error. > >* VERSION is now set to 0.2. > > >liblscp 0.1.9.100: > >* Overall mutexing of client command calls; > preparation of forthcoming v.09 LSCP document draft. > > >Cheers. > > |