Skip to content

Commit e5e3e0d

Browse files
authored
Merge pull request #3 from Matt54/develop
Default DynamicOscillator to stopped
2 parents a973f15 + 4b11ba0 commit e5e3e0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/SoundpipeAudioKit/Generators/DynamicOscillator.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ public class DynamicOscillator: DynamicWaveformNode {
9090
{
9191
setupParameters()
9292

93+
self.stop()
94+
9395
au.setWavetable(waveform.content)
9496

9597
self.waveform = waveform

0 commit comments

Comments
 (0)