Thread with 15 posts

jump to expanded post

@mcc

Error: "Unrecognized SMPTE format"

ohhhhh. the time division is so big that the reserved bit (sign bit) marking whether it's using SMPTE time codes instead has been unintentionally clobbered (https://github.com/hikari-no-yume/SoundPalette/blob/bb6b09dd7d411ec1f4f1ac9eed77bece0b7b43f5/src/midi.rs#L171-L182)

so my midi parser looks at it, tries to recognise which of the four video framerates is in use, sees it isn't a recognised one, and crashes; that's probably what most MIDI players are doing

Open thread at this post