colinfwren / midi-to-lsdj

Convert a MIDI file into LSDJ project
GNU Affero General Public License v3.0
5 stars 0 forks source link

Feature/tempo changes #14

Closed colinfwren closed 1 year ago

colinfwren commented 1 year ago

Implements #13

When building up note map it will now look up to see if a tempo change occurs at that tick and set the command for the appropriate tempo.

Later when tables are being calculated it will not override tempo change commands in accordance with the command prioritisation set out in ADR-0001