Releases: Kaydax/flp2midi
Releases · Kaydax/flp2midi
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
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)