Skip to content

Update synth example to JUCE v7.0.10 (use juce::ParameterID)

Max Jardetzky requested to merge mjardetz/320c-starter-code:main into main

Fix build errors on new JUCE by using the new ParameterID class to identify parameters over Strings, which provides version hints (necessary to building Audio Units)

Merge request reports