Vital
Loading...
Searching...
No Matches
wavetable_overlay_factory.h
Go to the documentation of this file.
1#pragma once
2
3#include "JuceHeader.h"
5
7
ComponentType
Enumerates all known WavetableComponents, including sources and modifiers.
Definition wavetable_component_factory.h:28
A base class representing a component in a wavetable synthesis chain.
Definition wavetable_component.h:32
A base overlay component for editing and interacting with a wavetable component's parameters.
Definition wavetable_component_overlay.h:22
A factory class for creating and configuring overlay components for wavetable editing.
Definition wavetable_overlay_factory.h:16
static void setOverlayOwner(WavetableComponentOverlay *overlay, WavetableComponent *owner)
Set the owner WavetableComponent of an already created overlay.
Definition wavetable_overlay_factory.cpp:42
static WavetableComponentOverlay * createOverlay(WavetableComponentFactory::ComponentType component_type)
Create an overlay for a given wavetable component type.
Definition wavetable_overlay_factory.cpp:13