Engine_FM7 control rate variable crashes Crone, works as expected in scide #573
Comments
|
you'll want to see actual crone engine errors: from an ssh session run |
|
This helps, thanks. So...SuperCollider's variable declaration rules strike again! It seems there is an order to variable declaration and dependencies. I was declaring the the var
With a less helpful error message. Does this mean it expects a function? Dunno.
If I declare
Also, the scripts |
|
if the OLED is getting disabled your repo might be in weird state-- try checking out the current master? |
|
yes variables in SC need to be declared at the top of a scope, and initialization follows declaration. |
|
Thanks both of you. I'll mess around with rebasing |
I've started work on a new engine for the FM7 extension that models a DX7. It takes two arguments, which are collections of arrays. Some of the values in the arrays run at control rate.
An excerpt from my changes in dust work as expected in scide like so
I've commented my branch with what fails in Crone. The gist is when the value of
hz_is anything other than a static integer, the screen showsError: Audio Engine.The text was updated successfully, but these errors were encountered: