diff --git a/Source/PS_Source/globals.h b/Source/PS_Source/globals.h index 28e0fd7..f10150e 100644 --- a/Source/PS_Source/globals.h +++ b/Source/PS_Source/globals.h @@ -121,7 +121,7 @@ inline void storeToTreeProperties(ValueTree dest, UndoManager* uman, AudioParame if (par) dest.setProperty(par->paramID,(int)*par,uman); } -inline void storeToTreeProperties(ValueTree dest, UndoManager* uman, const OwnedArray& pars, +inline void storeToTreeProperties(ValueTree dest, UndoManager* uman, const Array& pars, const std::set& ignorepars = {}) { for (auto& e : pars) @@ -173,7 +173,7 @@ inline void getFromTreeProperties(ValueTree src, T par) } } -inline void getFromTreeProperties(ValueTree src, const OwnedArray& pars) +inline void getFromTreeProperties(ValueTree src, const Array& pars) { for (auto& e : pars) { diff --git a/paulstretchplugin.jucer b/paulstretchplugin.jucer index 2456a55..9a5c896 100644 --- a/paulstretchplugin.jucer +++ b/paulstretchplugin.jucer @@ -152,7 +152,7 @@ - +