Skuldur / Classical-Piano-Composer

MIT License
602 stars 318 forks source link

Question about Parts used from the midi files #38

Open saiftyfirst opened 4 years ago

saiftyfirst commented 4 years ago

Hello @Skuldur,

Very cool project. I want to use this as a starting point to hopefully try a few more things out. One question regarding the code is lstm.py: In line 42: notes_to_parse = s2.parts[0].recurse()

You are using only the first part and not the others ? Am I missing something or why do you ignore the other parts ?

Thanks in advance