Skuldur / Classical-Piano-Composer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about Parts used from the midi files

saiftyfirst opened this issue · comments

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