Vibe Coding Log – Sharing Journey – Adding Modulations – Factory Design (in: DSP and Plugin Devel…)

By: Touch The Universe
16 Aug 03:45

How to add a modulation parameter.

Yes—you can add these yourself once you understand the chain. A modulation destination is not merely a menu entry. It needs a complete path from the knob to the sound engine.

Using OSC Master A → Vital → Filter Spread as the example:

1. The actual saved parameter

In PluginProcessor.cpp, the knob has an APVTS parameter:

apvts.createAndAddParameter (std::make_unique<Param> (
id + “VitalFilterSpread”,
“Osc Master ” + slot + ” Vital Filter…

Go to this post

Go to first unread post in this topic

Read more here: Source link