Composer
Composer copied to clipboard
How to use?Any documents?
I don't know how to use this project to compose music, any one can help me ?
If you just want to run the generator there is a windows executable. If you are on Linux you may use wine to run it. If that doesn't do it for you you'll have to train the network, so basically:
- Download a set of midi files to train the net (place them in a directory called Music, inside the project folder)
- Install the python libraries required by load_songs.py, train.py and live_edit.py
- Run them with the Python2.7 interpreter in that order. (If you run load_songs on a different os from windows, there is a small bug to fix: just open the file with a text editor and replace "\" with os.sep at line 14)
Load_songs preprocesses the midis and stores them into a single file. Train trains the net and produces additonal files/info and plots about the performance. finally live_edit is the synthesizer that runs the trained network and produces the music.
Concerning running the source code: Do you have any specific library requirements? Or a more in-depth explanation from start to finish how to run the composer successfully using Python 2?