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
Well, if you declare the input as a stream rather than an event, then you'll see a function generated with a name like "setNextInputStreamSparseFrames_xyz" which lets you set a target value and ramp length for it.
BTW github "issues" are for bug-reports, not questions, and it's a bit of a clunky way to get help from us! We'd be happy to chat directly on the juce forum, or theaudioprogrammer discord channel, or just by email. We also have a soul slack group that we could add you to if you want to be in the loop on discussions
I'm on macOS/iOS. An
AUParameterEvent
(see https://developer.apple.com/documentation/audiotoolbox/auparameterevent) hasrampDurationSampleFrames
. The soul-generated code'sParameterProperties
only hasvoid setValue (float f)
.How can I accomplish this sort of ramping of parameters?
I could run the soul code one sample at a time, ramping my own parameters, but that seems inefficient, plus it seems soul does its own ramping.
Thanks!
The text was updated successfully, but these errors were encountered: