SarutaSan72 / Yass

Karaoke Editor
http://yass-along.com
GNU General Public License v3.0
57 stars 15 forks source link

export and generate midi from yass synchronized file #79

Closed mustangfred closed 3 years ago

mustangfred commented 4 years ago

Hello,

Is it possible to generate a midi file from the generate txt file from yass with good pitch and good synchro. The opposite of one option I used a lot. Because I have some friend that help me to correct the pitch in yass and they would like to use our work to finalise a lot of midi files

Fred

SarutaSan72 commented 4 years ago

Given my lack of time, I'd suggest doing some research on "converting csv to midi". CSV seems to be a common text-based format, supported e.g. here

Then all you have to do is converting your text format to CSV, e.g. in MS Excel.

If you find a solution, feel free to report it here.

SarutaSan72 commented 3 years ago

closing this question, please refer to some of the referenced tools