File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
CSoundpipeAudioKit/Generators
SoundpipeAudioKit/Generators Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -108,10 +108,7 @@ void reset() override {
108108 }
109109
110110 void updateTables () {
111-
112111 // Check for new waveforms.
113- int32_t bytes;
114-
115112 auto next = nextWavetable.load ();
116113 if (next != newTable) {
117114 if (oldTable) { oldTable->done = true ; }
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ public class DynamicOscillator: DynamicWaveformNode {
1919
2020 fileprivate var waveform : Table ?
2121
22- /// Callback whten the wavetable is updated
23- var waveformUpdateHandler : ( [ Float ] ) -> Void = { _ in }
22+ /// Callback when the wavetable is updated
23+ public var waveformUpdateHandler : ( [ Float ] ) -> Void = { _ in }
2424
2525 /// Specification details for frequency
2626 public static let frequencyDef = NodeParameterDef (
You can’t perform that action at this time.
0 commit comments