Skip to content

Commit

Permalink
Make MIDIMonitor keyboard public
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Apr 23, 2024
1 parent 4f3b897 commit 124e222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Keyboard/MIDIMonitorKeyboard.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extension GraphicsContext {
}

@available(iOS 15, macOS 12, *)
struct MIDIMonitorKeyboard: View {
public struct MIDIMonitorKeyboard: View {

var layout: KeyboardLayout
var activatedPitches: PitchSet
Expand Down

0 comments on commit 124e222

Please sign in to comment.