Compile fixes
This commit is contained in:
parent
b052ee7a10
commit
942d8aa382
@ -121,7 +121,7 @@ inline void storeToTreeProperties(ValueTree dest, UndoManager* uman, AudioParame
|
|||||||
if (par) dest.setProperty(par->paramID,(int)*par,uman);
|
if (par) dest.setProperty(par->paramID,(int)*par,uman);
|
||||||
}
|
}
|
||||||
|
|
||||||
inline void storeToTreeProperties(ValueTree dest, UndoManager* uman, const OwnedArray<AudioProcessorParameter>& pars,
|
inline void storeToTreeProperties(ValueTree dest, UndoManager* uman, const Array<AudioProcessorParameter*>& pars,
|
||||||
const std::set<AudioProcessorParameter*>& ignorepars = {})
|
const std::set<AudioProcessorParameter*>& ignorepars = {})
|
||||||
{
|
{
|
||||||
for (auto& e : pars)
|
for (auto& e : pars)
|
||||||
@ -173,7 +173,7 @@ inline void getFromTreeProperties(ValueTree src, T par)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
inline void getFromTreeProperties(ValueTree src, const OwnedArray<AudioProcessorParameter>& pars)
|
inline void getFromTreeProperties(ValueTree src, const Array<AudioProcessorParameter*>& pars)
|
||||||
{
|
{
|
||||||
for (auto& e : pars)
|
for (auto& e : pars)
|
||||||
{
|
{
|
||||||
|
@ -152,7 +152,7 @@
|
|||||||
<MODULE id="juce_gui_basics" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
|
<MODULE id="juce_gui_basics" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
|
||||||
<MODULE id="juce_gui_extra" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
|
<MODULE id="juce_gui_extra" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
|
||||||
</MODULES>
|
</MODULES>
|
||||||
<JUCEOPTIONS JUCE_QUICKTIME="disabled" JUCE_ASIO="1"/>
|
<JUCEOPTIONS JUCE_QUICKTIME="disabled" JUCE_ASIO="1" JUCE_VST3_CAN_REPLACE_VST2="0"/>
|
||||||
<LIVE_SETTINGS>
|
<LIVE_SETTINGS>
|
||||||
<OSX/>
|
<OSX/>
|
||||||
<WINDOWS/>
|
<WINDOWS/>
|
||||||
|
Loading…
Reference in New Issue
Block a user