My Parameter Tutorial

Hey everyone,

I uploaded a video that is specifically geared towards JUCE-beginners on my channel. It’s a long video about many topics that all relate to this big question, how to set up parameters, and I hope I can help some people with it. It is one of many valid approaches to handle this problem and I always wanted to present it to the JUCE community with a nice little code example, so the repository is public as well.
The video and repository show all the handling on the processor, in the editor, the attachments, avoiding string compares in processBlock, avoiding RAP by utilizing arrays, simplifying the process of parameter creation with enums and free functions, coming up with good NormalisableRanges, showing how units relate to other parameter properties, like their lambdas etc.

Hope you all enjoy this :slight_smile:

10 Likes