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
amplitude_onccN works, but the smoothing variant amplitude_smoothccN does not, no sound is generated regardless of cc value. Tested on Multi-out sfizz LV2, 1eb36c4
<region>
sample=*sine
output=0
amplitude_smoothcc50=100 //doesn't work - no sound
//amplitude_oncc50=100 //works, but with audible volume change clicks
<region>
sample=*tri
output=1
The text was updated successfully, but these errors were encountered:
Hey, shouldn't you have both oncc and smoothcc? The former would assign the multiplier and link amplitude to CC50, and the second enable the smoothing. I think the issue is that since there's a smoothcc without an oncc the default multiplier is 0.
amplitude_onccN
works, but the smoothing variantamplitude_smoothccN
does not, no sound is generated regardless of cc value. Tested on Multi-out sfizz LV2, 1eb36c4The text was updated successfully, but these errors were encountered: