Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
infojunkie committed Jul 18, 2024
1 parent 70e67af commit 20efad1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,5 @@ This converter aims to create a valid MMA accompaniment script out of a MusicXML

## Output metadata in the MIDI file
The produced MMA script / MIDI file contains metadata that can be useful to downstream consumers. This metadata is generally expressed as [MIDI Marker meta messages](https://www.recordingblogs.com/wiki/midi-marker-meta-message), with the following syntax:
- `Measure:N` informs the consumer that the MIDI playback has reached measure N (0-based) in the score.
- `Duration:T` informs the consumer of the duration of the current measure in milliseconds.
- `Measure:N:T` informs the consumer that the MIDI playback has reached measure N (0-based) with duration T milliseconds.
- `Groove:X` informs the consumer that the MIDI playback is henceforth using the specified playback style.

0 comments on commit 20efad1

Please sign in to comment.