Releases: fleximeter/music_generator
Releases · fleximeter/music_generator
Alpha v1
This is the first alpha version. It contains functionality for predicting the next note in a melody. You can train it on any collection of MusicXML files that meet the following criteria:
- all staves contain only pitched notes (no unpitched sounds)
- all staves have only one voice per staff (no multiple-voice staves or chords, just single notes)
Depending on the length of the scores you train on, you might need to shorten the maximum sequence length used for training.