| It was a strange bug surfacing in class today.
One of my students installed csound 5.09 on his mac laptop osx 10.4.11,
and we do use the chn opcodes quite a lot for these classes.
He repeatedly had Csound "unexpectedly quit".
The console says "Csound tidy up: Bus error",
so we started commenting out chn opcodes,
and got rid of the crash by commenting out all chnclear opcodes.
Using a bogus audio signal (amp = 0) and writing this to the channel
with chnset instead does avoid the crash and sounds the same.
But, chnclear is a bit easier to use.
I tested with 5.09d on windows and it does not crash when using chnclear.
I'm not sure if the problem has been solved in 5.10, but wanted to
report it just in case it has not been fixed.
best
Oeyvind
** example
*this crashes:
; clear chn channels used for mixing
chnclear "DelaySend"
*this does not crash
; clear chn channels used for mixing
a0 = 0
chnset a0, "DelaySend"
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |