[Csnd] Osci1
Date | 2008-12-11 01:41 |
From | cochedelaferte |
Subject | [Csnd] Osci1 |
Hi all, Here probably a trivial question i ask : trying to play the turorial files, i get with 101.orc : out inconsistent with global nchnls (2); replaced with outs error: insufficient required arguments, line 26; The .orc related content is : sr = 44100 kr = 4410 ksmps = 10 nchnls = 1 instr 101 a1 oscil 10000, 440, 1 out a1 endin - most other tutorial files, including more complex instruments, works fine for me. Can that all mean that i missed something osci1 related in my general Csound build ? Cheers, Sergio -- View this message in context: http://www.nabble.com/Osci1-tp20947942p20947942.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2008-12-11 11:17 |
From | "Oeyvind Brandtsegg" |
Subject | [Csnd] Re: Osci1 |
Attachments | None |
Date | 2008-12-11 12:40 |
From | jpff@cs.bath.ac.uk |
Subject | [Csnd] Re: Re: Osci1 |
Note also > error: insufficient required arguments, line 26; The code that was sent was not 26 lines long. I suspect some extra text, like a chunk of MIME or the like. |
Date | 2008-12-11 20:49 |
From | cochedelaferte |
Subject | [Csnd] Re: Re: Osci1 |
Hi all, Thank's for your useful replies, now it works ! 1) Command line (Rory) : working without any change, just i stupidly omitted to make this basical and needed try ! 2) Frontend (Kanata) : yes, i'm currently working with Blue. Setting the channel number from 2 to 1 everywhere in the GUI doesn't solve the issue, but replacing "out a1" by "outs a1,a1" (Oeyving) in the .orc make it working ; thank's ! 3) The .orc file itself (John) : effectively, there are some blank space at the end of the lines (one per line), but to remove its changes nothing for me (Solaris). Cheers, Sergio -- View this message in context: http://www.nabble.com/Osci1-tp20947942p20964348.html Sent from the Csound - General mailing list archive at Nabble.com. |