Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:4897] a strange bug

Date2004-07-08 20:14
From"Matt J. Ingalls"
Subject[CSOUND-DEV:4897] a strange bug
instr 1
 	prints "hello world!!!%n"
endin


causes an error in init -- the sstrcod is not being set right.
however it is set right if there is another opcode in the instrument
or a bogus parameter is added:
 	 prints "hello", 0


i cant really find where the sstrcod is supposed to be set during the orc 
parsing....???


[ also note the error message should probably be changed to:
   prints/printks parm 1 was not a "quoted string" 
]


-m

Date2004-07-08 21:35
Fromjpff@codemist.co.uk
Subject[CSOUND-DEV:4898] Re: a strange bug
as far as I can see the actual argument for prints is not a string but
the sample rate!  Hum....  Not part of my usual area!  I will be
pleased when the parser is replaced!
==John ffitch