mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Fix crash if reset before setSampleRate
This commit is contained in:
parent
2ea9561b00
commit
b9211a81b6
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 13c84722cc097e5d859c71a66d8bd24aec113f49
|
||||
Subproject commit a1330fdfd42df293cfdb08780faa89aaccb4051a
|
||||
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue