You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a "dispose" method to PhaseLockedVocoder to clear the au wavetable (#40)
* Fixing a memory leak from not deallocating audio data pointer
* Moved the deallocation of theData to the end
* cleaned up unneeded deallocation in 164
* Added a "dispose" method to clear the au wavetable
* removed white space
* Corrected a default param value in ZitaReverb
The value range is 160.0...1000.0, but the default value was 1500.0
Nothing bad happened because of this, but now it is more correct, with a default value of 1000.0.
0 commit comments