Composer icon indicating copy to clipboard operation
Composer copied to clipboard

How do i train with my own .midi files

Open Dog-Man42 opened this issue 6 years ago • 2 comments

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.

Dog-Man42 avatar Jan 19 '19 01:01 Dog-Man42

Make a Music folder in the project directory with all of your midi files and run python2.7 train.py.

BrandonDyer64 avatar Jan 19 '19 22:01 BrandonDyer64

you probably know this - but all files can be upgraded to python3 by simply running *2to3 .py -w

johndpope avatar Apr 30 '19 06:04 johndpope