You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issues comes from a discussion in #241.
The necessity is to make sc synth events behaviour more similar to samples.
The proposal is to scale the freq by speed outside the synthdef like this: freq = freq * speed;
And, to change also the synth sustain like: sustain = sustain / speed.abs
This would allow to have speed scaling handled out of the boxy in a synthdef definition, but on the other hands would not be possible to continuously modify speed, and would be a breaking change.
The text was updated successfully, but these errors were encountered:
This issues comes from a discussion in #241.
The necessity is to make sc synth events behaviour more similar to samples.
The proposal is to scale the
freq
byspeed
outside the synthdef like this:freq = freq * speed;
And, to change also the synth sustain like:
sustain = sustain / speed.abs
This would allow to have speed scaling handled out of the boxy in a synthdef definition, but on the other hands would not be possible to continuously modify speed, and would be a breaking change.
The text was updated successfully, but these errors were encountered: