pub fn parse_header_body(
input: Input<'_>,
) -> MIDIParseResult<'_, MIDIFileHeader>Expand description
Parses 3 16bit words. In order:
- File format
- Number of tracks
- Division
pub fn parse_header_body(
input: Input<'_>,
) -> MIDIParseResult<'_, MIDIFileHeader>Parses 3 16bit words. In order: