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
dromer
changed the title
Bug: sending [stop( to [line~] when it's not running seems to jump up the current value
Bug: sending [stop( to [line~] when it's not running seems to jump the current value
Jul 23, 2024
Seeing this with some basic envelopes where the Release triggers a
[stop(
message and we hear volume jump instead of staying where it is.Suspicion is this logic:
o->x += o->m;
from https://github.com/Wasted-Audio/hvcc/blob/develop/hvcc/generators/ir2c/static/HvSignalLine.c#L106-L138Have tried with various test patches that showcase the issue:
The text was updated successfully, but these errors were encountered: