Skip to content

Commit 9dc9bde

Browse files
committed
Fixed Whitespace Violation
1 parent 1a6eee7 commit 9dc9bde

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Cookbook/CookbookCommon/Sources/CookbookCommon/Recipes/MiniApps/Arpeggiator.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ class ArpeggiatorConductor: ObservableObject, HasAudioEngine {
4141
for i in 0...127 {
4242
self.instrument.stop(noteNumber: MIDINoteNumber(i), channel: 0)
4343
}
44-
4544
if self.heldNotes.count < 1 {
4645
return
4746
}
@@ -61,7 +60,6 @@ class ArpeggiatorConductor: ObservableObject, HasAudioEngine {
6160
currentNote = heldNotes.filter { $0 > currentNote }.min() ?? heldNotes.min()!
6261
}
6362
}
64-
6563
instrument.play(noteNumber: MIDINoteNumber(currentNote), velocity: 120, channel: 0)
6664
}
6765

0 commit comments

Comments
 (0)