Csound Csound-dev Csound-tekno Search About

[Csnd] parsing question

Date2011-11-07 21:24
Fromfrancesco
Subject[Csnd] parsing question
Hello All,
using this trivial csd i have a message that i'm not able to understand.
Either with old and new parser.
The csd compiles right then no problems.
Maybe it has to do with score loop, but why?
I'm using score loop in the wrong way?

Thanks,
ciao,
francesco.

The message is:

sorting score ...
External LOOP=2 Level:1
 External LOOP section (1) Level:1
External LOOP terminated, level:1
sread is confused on legal opcodes
sort: illegal opcode ΓΏ(ffffffff)
swrite: unexpected opcode, section 3 line 2
	... done

The csd is:



sr = 44100
ksmps = 1
nchnls = 2
0dbfs = 1

giSine2 ftgen 0,0,1024,9,1,1,0.0, 2.01,0.5,0.0

instr 5
kenv transeg 0.7, 0.01, 3, 1, p3-0.01, -7, 0
asig oscili p4*kenv, cpsmidinn(36), giSine2
aL, aR pan2 asig, p5
outs aL, aR
endin




{ 2 RIP_2
t 0 180

i 5 0.0 .4  0.3 0.5
i 5 1.0 .4  0.3 0.5
i 5 2.0 .4  0.3 0.5
i 5 3.0 .4  0.3 0.5
i 5 4.0 .4  0.3 0.5
i 5 5.0 .4  0.3 0.5
i 5 6.0 .4  0.3 0.5
i 5 7.0 .4  0.3 0.5

i 5 1.5 .4  0.7 0.0
i 5 3.0 .4  0.7 0.25
i 5 5.0 .4  0.7 0.75
i 5 7.5 .4  0.7 1.0
s 8
}





--
View this message in context: http://csound.1045644.n5.nabble.com/parsing-question-tp4972484p4972484.html
Sent from the Csound - General mailing list archive at Nabble.com.


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2011-11-07 21:34
FromVictor.Lazzarini@nuim.ie
SubjectRe: [Csnd] parsing question
AttachmentsNone