Skip to content

Commit f0ffa97

Browse files
hounds
1 parent af42d07 commit f0ffa97

File tree

1 file changed

+1
-1
lines changed
  • Cookbook/CookbookCommon/Sources/CookbookCommon/Recipes/Effects

1 file changed

+1
-1
lines changed

Cookbook/CookbookCommon/Sources/CookbookCommon/Recipes/Effects/Talkbox.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class TalkboxConductor: ObservableObject, ProcessesPlayerInput {
1212
let talkbox: Talkbox
1313
let buffer: AVAudioPCMBuffer
1414
var osc = DynamicOscillator()
15-
15+
1616
func noteOn(pitch: Pitch, point _: CGPoint) {
1717
isPlaying = true
1818
osc.frequency = AUValue(pitch.midiNoteNumber).midiNoteToFrequency()

0 commit comments

Comments
 (0)