Skip to content

Commit

Permalink
Update pedalboard/ExternalPlugin.h
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Sobot <[email protected]>
  • Loading branch information
emilio1234 and psobot authored Jan 27, 2022
1 parent 3911837 commit d5447c3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pedalboard/ExternalPlugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,9 @@ template <typename ExternalPluginType> class ExternalPlugin : public Plugin {
};


bool loadPresetData(std::string stateFile) {
PresetVisitor visitor {stateFile};
void loadPresetData(std::string presetFilePath) {
PresetVisitor visitor {presetFilePath};
pluginInstance->getExtensions(visitor);
return visitor.result;
}


Expand Down

0 comments on commit d5447c3

Please sign in to comment.