Skip to content

Version 1.0.2

Latest
Compare
Choose a tag to compare
@DrGlaucous DrGlaucous released this 20 Mar 20:14
· 5 commits to master since this release

Features:

  • fixed several potential crashes when entering large force-simplification values
  • fixed the issue where fast songs could receive a "0" tempo (this crashes ORGMaker)
  • updated the method of handling notes (too high or low) out of ORG range
  • parser can now handle dirtier MIDIs (specifically if there are "note.off" events for notes that were never "on" in the first place, or vice-versa)
  • fixed out-of-order events causing the parser to put a note in the next track when it didn't need to
  • The drum channel parser now starts adding drums at track 0 instead of track 8. This means it can handle more drums, but they'll use note tracks, too.

Please see the readme for more details