-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
The plugin processor code has at least this piece of code that is no longer compatible with Juce :
myVoice->getEnvelopeParams(tree.getRawParameterValue("attack"), tree.getRawParameterValue("decay"), tree.getRawParameterValue("sustain"), tree.getRawParameterValue("release"));
getRawParameterValue now returns std::atomic<float>* and it won't work with the getEnvelopeParams call that expects plain float*'s.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels