danieldjohnson / biaxial-rnn-music-composition

A recurrent neural network designed to generate classical music.
BSD 2-Clause "Simplified" License
1.91k stars 380 forks source link

Multiple track support #13

Closed mmathys closed 8 years ago

mmathys commented 8 years ago

@hexahedria, can you predict what happens if you feed midi files which have multiple tracks? Is it supported, does it select the first track of the midi file?

If there is no support, I'm ready to take up development and add this feature...

danieldjohnson commented 8 years ago

Right now it squashes all tracks together. So if there are notes being played in multiple tracks, it effectively combines them all into a single stream of notes. This works well if you have a midi file with multiple instruments playing different parts, because it combines the parts together and feeds all of the notes to the network.

mmathys commented 8 years ago

Thanks a lot.

On Sat, Apr 30, 2016, 22:28 Daniel Johnson notifications@github.com wrote:

Closed #13 https://github.com/hexahedria/biaxial-rnn-music-composition/issues/13.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/hexahedria/biaxial-rnn-music-composition/issues/13#event-646613649