JoshuaBThompson / WristBand

WristBand Music Device
0 stars 0 forks source link

Adjust quantize for time signature #133

Closed JoshuaBThompson closed 7 years ago

JoshuaBThompson commented 7 years ago

The quantize adjusts the beat to the nearest resolution division but this was originally designed with 4/4th time signature in mind. I think I need to adjust the algorithm to account for different time signatures.

JoshuaBThompson commented 7 years ago

Including time signature in quantizer calculation now. Fixed in beta_bugs branch.

JoshuaBThompson commented 7 years ago

fixed beta