|
From: Christian S. <chr...@ep...> - 2004-06-19 11:18:03
|
Hi! Sorry for the late response, but the default behavior of the LOAD INSTRUMENT should stay modal. Escpecially in regards to LSCP scripts or simple frontends. So better add an optional argument to the command instead, e.g. NON_MODAL or LOAD_BACKGROUND or something. So LOAD INSTRUMENT 0 0 some.gig would be the modal behavior and return only when the complete instrument was loaded and something like: LOAD INSTRUMENT NON_MODAL 0 0 some.gig would immediately return. Agreed? CU Christian Es geschah am Freitag, 18. Juni 2004 16:35 als Rui Nuno Capela schrieb: > 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. |