Skip to content

Commit

Permalink
Add helper function to preset manager
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Jul 6, 2023
1 parent a5ebb77 commit c9f631b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/state/presets/PresetManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class PresetManager : public chowdsp::PresetManager
static constexpr std::string_view userPresetPath = "ChowdhuryDSP/BYOD/UserPresets.txt";

static std::vector<chowdsp::Preset> getFactoryPresets (const ProcessorStore& processorStore);
ProcessorChain* getProcessorChain() const { return procChain; }

private:
void parameterChanged (const juce::String&, float) override {}
Expand Down

0 comments on commit c9f631b

Please sign in to comment.