Vital
|
#include "JuceHeader.h"
#include "bar_renderer.h"
#include "modulation_button.h"
#include "open_gl_component.h"
#include "open_gl_multi_quad.h"
#include "synth_module.h"
#include "synth_section.h"
#include "synth_slider.h"
#include <set>
Go to the source code of this file.
Classes | |
class | ModulationAmountKnob |
A specialized SynthSlider that represents a single modulation amount control. More... | |
class | ModulationAmountKnob::Listener |
Interface for objects interested in ModulationAmountKnob events. More... | |
class | ModulationExpansionBox |
A popup box that displays multiple ModulationAmountKnob controls in a grid. More... | |
class | ModulationExpansionBox::Listener |
Interface for objects interested in focus changes of the ModulationExpansionBox. More... | |
class | ModulationManager |
A top-level section for managing all modulation connections, amounts, and related UI components. More... | |