Closed dfilaretti closed 5 years ago
In order to pass params from AudioProcessor to the synth voice(s), we call a function inside renderNextBlock that passes those params to the voice.
AudioProcessor
renderNextBlock
Do we really need that? Isn't it expensive? How can we call such a function only when a param gets actually updated? (we currently use APVTS)
In order to pass params from
AudioProcessor
to the synth voice(s), we call a function insiderenderNextBlock
that passes those params to the voice.Do we really need that? Isn't it expensive? How can we call such a function only when a param gets actually updated? (we currently use APVTS)