Working With Parameters
This guide demonstrates how to implement and manage various parameter types within the FORGE framework, covering both numerical and discrete controls.
➡️ Chapter Objectives
In this chapter, we will enhance our previous example by adding two new types of controls:
- A Stereo Balance Control: A parameter used to manage the distribution of the signal between the left and right channels.
- A Mono/Stereo Selector: A button or selector that allows the effect to switch between a mono and stereo configuration.
Furthermore, we will modify the existing gain parameter to utilize a logarithmic curve, which is essential for realistic sound management.