Skip to content

Releases: Kaydax/flp2midi

1.3.0

28 Mar 20:29
7c76f0d
Compare
Choose a tag to compare
  • Fix track order

1.2.2

06 Mar 23:39
5a4225e
Compare
Choose a tag to compare
  • Fix crash when using vst's other than MIDI out

1.2.1

20 Feb 10:32
8132d48
Compare
Choose a tag to compare
  • Update FLParser: Fixed tracks to be 500 instead of 499

1.2.0

19 Feb 07:26
32135c3
Compare
Choose a tag to compare
  • Add help convar and print help if no path is provided
  • Fix 0 length notes when trimming patterns
  • Make 0 length notes act the same as FL Studio

1.1.0

15 Feb 09:57
e3694a5
Compare
Choose a tag to compare

This is just general fixes for broken things.

The new console vars are:

-fc | --force-color: force notes to map to channels based of fl studio colors 
-de | --disable-echo: disables echo from being parsed from the project

Changelog:

  • Update version number
  • Add console vars
  • Limit keyboard range to 127 (FL has 131 keys)
  • Fix issue with FLParser's tracks being incorrect
  • Use less ram by using a temp file instead to store parsed tracks
  • Fix issue with MMF not being able to save super large midis
  • Fix build script to build in release mode and not debug (oops)

1.0.0

12 Feb 15:02
69442ae
Compare
Choose a tag to compare

Initial release, no changelog needed