Csound Csound-dev Csound-tekno Search About

[Cs-dev] tempo statement throwing error in csound 5.15.0 snapshot

Date2012-01-05 01:43
FromIain Duncan
Subject[Cs-dev] tempo statement throwing error in csound 5.15.0 snapshot
AttachmentsNone  None  
Using the csound 5.15.0 snapshot, build from source with buildNewParser=0, I'm getting an error using the tempo statement:

from the score:

t 0 120

from the terminal output:

error in score. illegal opcode t (ASCII 116)
Score finished in csoundPerform().

Thanks
Iain

Date2012-01-05 01:53
FromIain Duncan
SubjectRe: [Cs-dev] tempo statement throwing error in csound 5.15.0 snapshot
AttachmentsNone  None  
I've figured out that this happens when there is a duplicate tempo statement for the same time. I'm not sure what the proper behaviour in that case should be? I think they used to just silently clobber each other?

thanks
Iain

On Wed, Jan 4, 2012 at 5:43 PM, Iain Duncan <iainduncanlists@gmail.com> wrote:
Using the csound 5.15.0 snapshot, build from source with buildNewParser=0, I'm getting an error using the tempo statement:

from the score:

t 0 120

from the terminal output:

error in score. illegal opcode t (ASCII 116)
Score finished in csoundPerform().

Thanks
Iain