tomto66 / Topiary-Beatz

Topiary Beatz is a MIDI drum pattern generator for live use
https://topiaryplugins.wordpress.com/
GNU General Public License v3.0
21 stars 1 forks source link

1.1.0 - when running on 44.1k rounding errors cause duplicate notes #105

Closed tomto66 closed 3 years ago

tomto66 commented 3 years ago

This is caused by the fact that ticks per beat = 240; code to catch such rounding errors! (can't avoid them but can avoid duplicate notes).

tomto66 commented 3 years ago

And the smaller the buffer size, the more likely it'll happen.

tomto66 commented 3 years ago

Fixed in 1.1.1