Skuldur / Classical-Piano-Composer

MIT License
602 stars 318 forks source link

offset should be += 1 not += 0.5 in predict.py #52

Open mtsandra opened 1 year ago

mtsandra commented 1 year ago

in predict.py create_midi() function, offset+=0.5 should be offset+=1. otherwise the output midi has 8 quarter notes in a 4/4 bar