We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a830ce6 commit 82936e4Copy full SHA for 82936e4
lighthouse-protocol/src/input/midi_event.rs
@@ -30,5 +30,5 @@ pub struct MIDIEvent {
30
/// - https://www.w3.org/TR/webmidi/#terminology
31
/// - http://www.opensound.com/pguide/midi/midi5.html
32
/// - https://www.songstuff.com/recording/article/midi-message-format/
33
- data: Vec<u8>,
+ pub data: Vec<u8>,
34
}
0 commit comments