diff --git a/modules/gin b/modules/gin index 13c8472..a1330fd 160000 --- a/modules/gin +++ b/modules/gin @@ -1 +1 @@ -Subproject commit 13c84722cc097e5d859c71a66d8bd24aec113f49 +Subproject commit a1330fdfd42df293cfdb08780faa89aaccb4051a diff --git a/plugin/Source/PluginProcessor.cpp b/plugin/Source/PluginProcessor.cpp index 8cb2384..2ec7102 100644 --- a/plugin/Source/PluginProcessor.cpp +++ b/plugin/Source/PluginProcessor.cpp @@ -407,7 +407,7 @@ void extractWavetables() for (auto f : src.findChildFiles (juce::File::findFiles, false, "*.xml")) { - auto preset = juce::ValueTree::fromXml (f.loadFileAsString()); + auto presetreset = juce::ValueTree::fromXml (f.loadFileAsString()); auto state = preset.getChildWithName ("state"); auto name1 = state.getProperty ("wt1");