3 class KwidgetProcessor;
4 class KwidgetAudioProcessor;
34 Kwidget(
const String& kwidgetType,
const String& kwidgetID);
72 virtual void noteOn(
int voiceIdx,
int midiNote,
float velocity);
82 virtual void noteOff(
int voiceIdx,
float velocity);
94 void addModulator(
const String& paramID,
Kwidget* modulator,
int modulatorIdx,
float depth = 0.99f,
108 const std::vector<std::shared_ptr<KParameter>>&
getParameters()
const;
199 StringArray
getDragID(
const String& parameterID);
260 std::function<
void(
float)> callback);
277 void addChildGuis(std::unique_ptr<KwidgetGUI>& parentGui);
A wrapper around juce::ValueTree designed to store custom plugin state (strings, arrays,...
Definition CustomParameter.h:9
Definition CustomParameterTree.h:15
Polarity
Definition KAttachment.h:120
@ Bipolar
Definition KAttachment.h:121
Internal Kwidget parameter that can receive changes from a GenericParameter.
Definition KParameter.h:17
Class used to manage access to a resource from multiple users / threads In this version,...
Definition ResourceLock.h:19
Definition AirAbsorptionFilter.cpp:2