Kaydax / flp2midi

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

Multiple channel output #1

Closed Umbrakinetic closed 3 years ago

Umbrakinetic commented 3 years ago

Recently used this because I have a project file which I used the trial version of Fruity Soundfont Player for, and now can't access because FL deletes those channels before I can change them. However, when I convert my files using the executable (using windowsx64 version at the current latest release 1.3.0, it converts all the channels into a single channel that's very hard to sift through and get the proper instruments back. I haven't seen an option to convert to multiple channels either, so I would really appreciate if I could recover all the data I need without trying to sort through one channel if possible. thanks

Kaydax commented 3 years ago

flp2midi only works with the midi out vst. Support for multiple channels using different vsts is not something that is currently supported. This is a limitation of how vts are parsed and how flp2midi handles it.

Umbrakinetic commented 3 years ago

Understood, thanks for the clarification. Any recommendations?

Kaydax commented 3 years ago

The best thing I can say is figure out a way to fix your flp by resetting the trial for that said vst, and change it to midi out. Also next time use bassmidi vst or sfzondo for soundfont playback

Umbrakinetic commented 3 years ago

I've downloaded sforzando by this time now, yes. Once I can get a hold of the project again I'll change all the channels that way. Thanks

Kaydax commented 3 years ago

Im also planning on rewriting this entire project as this was only a proof of concept. I will keep in mind for better support with other vsts and the ability to allow for multi channel output