|
From: Vladimir S. <ha...@so...> - 2004-06-22 01:03:41
|
Rui, Forgot to mention that LOAD_INSTRUMENT can now be tested (and appears to work OK with both background and foreground) on channels that have ENGINE loaded and AUDIO_OUTPUT mapped . . . Maybe i should just throw an exception in lscp server when instrument loading is attempted before audio output is mapped, since it is required at the instrument loading time. On the other hand, i never bothered to look why was it required . . . maybe i should do that first. For now just please do things in the following order: CREATE AUDIO_OUTPUT_DEVICE Alsa card='0,0' ADD CHANNEL ---- the above two can really be done in any order, assuming they both have returned OK[0]----- LOAD ENGINE gig 0 SET CHANNEL AUDIO_OUTPUT_DEVICE 0 0 LOAD INSTRUMENT 'file.gig' 0 0 or LOAD INSTRUMENT NON_MODAL 'file.gig' 0 0 Regards, Vladimir. |