Skip to content

Commit 3b1a7bf

Browse files
committed
Fixed playground
1 parent c075267 commit 3b1a7bf

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Keyboard.playground/Contents.swift

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ import Tonic
55

66
struct ContentView: View {
77
var body: some View {
8-
Keyboard()
9-
Keyboard(layout: .isomorphic)
10-
Keyboard(pitchRange: Pitch(0) ... Pitch(60 + 37))
8+
Keyboard().frame(minWidth: 400, minHeight: 200)
9+
Spacer()
10+
Keyboard(layout: .isomorphic(pitchRange: Pitch(36) ... Pitch(60), root: .C, scale: .major))
11+
.frame(height: 150)
12+
Keyboard(layout: .guitar())
13+
.frame(height: 150)
1114
}
1215
}
1316

0 commit comments

Comments
 (0)