Skip to content

Commit

Permalink
🔀 Merge branch 'hugo/feature/Add-TODO-to-xylo-interface'
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Sep 21, 2023
2 parents b1f2c98 + b63469a commit 69c7e58
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ public struct XylophoneView: View {
ForEach(kListOfXylophoneTiles) { tile in
Button {
xyloPlayer.noteOn(number: tile.noteNumber)
// TODO(@ladislas): Light on Leka lights with tile.color
print("Leka is \(tile.color)")
} label: {
tile.color
}
Expand Down

0 comments on commit 69c7e58

Please sign in to comment.