Tuesday 26 January 2021

keras 18 RNN generate music

 
reference:

music vocab

install music21

pip install music21

#in pycharm type following code,
from music21 import *
configure.run()

# press enter for all default option -> install MuseScore 3
#in pycharm type
from music21 import *
s = corpus.parse('bach/bwv65.2.xml')
s.show()
#musescore3 opens -> click play music

No comments:

Post a Comment