Yikai-Liao / symusic

A cross platform note level midi decoding library with lightening speed, based on minimidi.
https://yikai-liao.github.io/symusic/
MIT License
108 stars 8 forks source link

DOC: Fix attributes used in quick start instructions #47

Closed scottclowe closed 5 days ago

scottclowe commented 5 days ago

The score attributes time_signature, key_signature, and marker are outdated and are now named with plurals: time_signatures, key_signatures, markers.

The track attribute control_changes is named controls instead.