Composer icon indicating copy to clipboard operation
Composer copied to clipboard

How to use?Any documents?

Open Praying opened this issue 5 years ago • 2 comments

I don't know how to use this project to compose music, any one can help me ?

Praying avatar Mar 26 '19 12:03 Praying

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:

  1. Download a set of midi files to train the net (place them in a directory called Music, inside the project folder)
  2. Install the python libraries required by load_songs.py, train.py and live_edit.py
  3. 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.

domenicostefani avatar Apr 16 '19 16:04 domenicostefani

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?

ghost avatar Jun 05 '19 11:06 ghost