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
It appears that flock.ugen.envGen fails to retrigger its envelope when only two breakpoints have been assigned. Here's a simple example, where you'll note that the pitch sweeps up only once, never retriggering when its gate passes back into the positive.
This example with three breakpoints works correctly. You'll note that I've included a "dummy" breakpoint at the beginning with a duration of 0 in order to coerce the envGen into working correctly:
This issue was originally reported by a user on the Flocking mailing list. Thanks to Matt Diamond for discovering it.
It appears that
flock.ugen.envGen
fails to retrigger its envelope when only two breakpoints have been assigned. Here's a simple example, where you'll note that the pitch sweeps up only once, never retriggering when its gate passes back into the positive.This example with three breakpoints works correctly. You'll note that I've included a "dummy" breakpoint at the beginning with a duration of 0 in order to coerce the
envGen
into working correctly:The text was updated successfully, but these errors were encountered: