|
From: Christian S. <sch...@so...> - 2005-02-09 01:59:15
|
Es geschah am Mittwoch 09 Februar 2005 02:00 als Mark Knecht schrieb: > c) Separate outputs for each gig come out but attach to separate > alsa_pcm:playback_XX channels. The audio is mixed in hardware with no > CPU overhead. Well, just mixing does almost mean no cpu load. Memory bandwith will come more into weight. > However when I run this I get some weird results. (I'm choosing to > leave the OK's in the listing in case someone needs them to count > commands.) > > QUESTIONS: > > 1) Why does the first gig say "AUDIO_OUTPUT_ROUTING: 6,1". All the > others say "AUDIO_OUTPUT_ROUTING: 0,1"? > > 2) What the "Err:0:Unknown command."? If I count 5 down in the script > it looks like it doesn't like the "ADD CHANNEL" command. Am I counting > this correctly? > > 3) In QJackCtl I see the first 3 instruments going to playback_17/18 > and the 4th instrument going to playback_19/20. Is it doing what I > need it to do? > > > [mark@Godzilla LinuxSampler]$ cat ./LS-Orchestra-script | nc localhost 8888 > OK[0] > OK > OK[0] > OK > Err:0:Unknown command. > OK[0] Ouch, would you please add the "SET ECHO 1" command to the beginning of your script. That will make the output much more readable! Because that way you can directly see which answer was followed by which command. CU Christian |