Commit 6328521
authored
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.1 parent 6183b95 commit 6328521
File tree
2 files changed
+7
-2
lines changed- Sources/SoundpipeAudioKit
- Effects
- Generators
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
83 | 88 | | |
84 | 89 | | |
85 | 90 | | |
| |||
0 commit comments