salu133445 / muspy

A toolkit for symbolic music generation
https://salu133445.github.io/muspy/
MIT License
427 stars 49 forks source link

Something wrong in muspy/doc/source/timing.rst ? #51

Closed yzspku closed 3 years ago

yzspku commented 3 years ago

in muspy/doc/source/timing.rst
absolute_time = 60 tempo/resolution metrical_ime -> absolute_time = 60 /tempo /resolution * metrical_ime ?

salu133445 commented 3 years ago

You are right. tempo should be in the denominator. Thanks for reporting!