[Csnd] Chnl-set of opcodes
Date | 2013-07-03 15:41 |
From | Jan Jacob Hofmann |
Subject | [Csnd] Chnl-set of opcodes |
Dear list, I am just diving for the first time into the chnl-set of opcodes. Beeng new to that area, I do wonder what the difference is between these opcodes for writing audio data into a channel: 1. chnset adry, Sname ; this one works for me and chnsend adry, Sname ...while the latter produces the following error message: error: input arg 'Sadry' of type string not allowed when expecting o, line 2834: chnsend adry, Sadry Likewise the opcodes for receiving audio data from a channel seem to have a similar behavior: adry chnget Sname ; this one works for me and adry chanrcv Sname ...while the latter produces the following error message: error: illegal no of output args, line 2688: adry chnrecv Sadry So why two opcodes, that should do basically the same...and why is working only one of them? Any hints welcome. All the best, Jan Jacob sound | movement | object | space sonic architecture | site: http://www.sonicarchitecture.de spatial electronic composition | higher order ambisonic music |
Date | 2013-07-03 16:06 |
From | Michael Gogins |
Subject | Re: [Csnd] Chnl-set of opcodes |
Which version of Csound are you talking about? Regards, Mike ===========================
Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Wed, Jul 3, 2013 at 10:41 AM, Jan Jacob Hofmann <jjh@sonicarchitecture.de> wrote: Dear list, |
Date | 2013-07-03 17:18 |
From | Andres Cabrera |
Subject | Re: [Csnd] Chnl-set of opcodes |
Hi, Their difference is how they work internally with a host (which has some implications on how they work with Csound too).Cheers, Andrés On Wed, Jul 3, 2013 at 7:41 AM, Jan Jacob Hofmann <jjh@sonicarchitecture.de> wrote: Dear list, |