Composer
Composer copied to clipboard
How do i train with my own .midi files
I apologize if this is something obvious, but I stumbled across you video and I just wanted to try to train it to see what different results I get. Im fairly new to programming and i only really know scratch, tibasic, and GDscript(Godot game engine) right now.
Make a Music
folder in the project directory with all of your midi files and run python2.7 train.py
.
you probably know this - but all files can be upgraded to python3 by simply running *2to3 .py -w