mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Add standaloneapp
This commit is contained in:
parent
ef53d70792
commit
9d4b363484
4 changed files with 70 additions and 2 deletions
|
|
@ -522,7 +522,7 @@ void WavetableAudioProcessor::reloadWavetables()
|
|||
auto shouldLoad = [&] (int osc, const juce::String& name, double sr)
|
||||
{
|
||||
auto& v = curTables[osc];
|
||||
if (v.name == name && juce::approximatelyEqual (v.sampleRate, sr))
|
||||
if (v.name == name && juce::exactlyEqual (v.sampleRate, sr))
|
||||
return false;
|
||||
|
||||
v.name = name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue