Flip the initialized switch on the silence wavetable
This commit is contained in:
parent
d294d1e3e0
commit
9a1582892f
1 changed files with 1 additions and 0 deletions
|
|
@ -263,6 +263,7 @@ const WavetableMulti* WavetableMulti::getSilenceWavetable()
|
||||||
*ptr = 0;
|
*ptr = 0;
|
||||||
}
|
}
|
||||||
wm.fillExtra();
|
wm.fillExtra();
|
||||||
|
initialized = true;
|
||||||
}
|
}
|
||||||
return &wm;
|
return &wm;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue