Kaydax / flp2midi

A fast, multi threaded, cross platform FL Studio project file to midi converter using MMF and FLParser, made in C#
Other
34 stars 10 forks source link

Multiples midi files mode #9

Open kevbdx opened 2 years ago

kevbdx commented 2 years ago

Hello,

First this is the only one project which gives MIDI file from FLP, and thank you for that!

When we drag an FLP to flp2midi.exe, it gives us a single midi file which contains all the midi tracks.

For example, if I have 3 channels in my project, I will have project.mid which contains those 3 channels. It would be very helpful if we can select a mode where we can have each midi separated. If those 3 channels are kick, snare, hat, the program would give us: kick.mid snare.mid hat.mid -> instead of project.mid

I think all the "combined problem" from issues were talking about this thing. Thank you!

Kaydax commented 2 years ago

I've been planning on making this but id rather keep it to when I remake the entirety of flp2midi