Skip to content

Commit 82936e4

Browse files
committed
Make MIDIEvent.data public
1 parent a830ce6 commit 82936e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lighthouse-protocol/src/input/midi_event.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ pub struct MIDIEvent {
3030
/// - https://www.w3.org/TR/webmidi/#terminology
3131
/// - http://www.opensound.com/pguide/midi/midi5.html
3232
/// - https://www.songstuff.com/recording/article/midi-message-format/
33-
data: Vec<u8>,
33+
pub data: Vec<u8>,
3434
}

0 commit comments

Comments
 (0)