diff --git a/src/state/presets/PresetManager.h b/src/state/presets/PresetManager.h index a227c4ad..7a1839be 100644 --- a/src/state/presets/PresetManager.h +++ b/src/state/presets/PresetManager.h @@ -55,6 +55,7 @@ class PresetManager : public chowdsp::PresetManager static constexpr std::string_view userPresetPath = "ChowdhuryDSP/BYOD/UserPresets.txt"; static std::vector getFactoryPresets (const ProcessorStore& processorStore); + ProcessorChain* getProcessorChain() const { return procChain; } private: void parameterChanged (const juce::String&, float) override {}