Skip to content

Commit fc09932

Browse files
committed
parseTimed
1 parent 05e876b commit fc09932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/midi-parse/midi-parse.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ void loop() {
3333
}
3434

3535
// Parse midi
36-
auto state = mf.parseTimed(); // or parseTimed();
36+
auto state = mf.parseTimed(); // or parse();
3737

3838
// Process Result
3939
switch (state.status)

0 commit comments

Comments
 (0)