beatboxjs / ror-player

A pattern-based drumming machine based on TypeScript, beatbox.js, Vue.js and Bootstrap.
https://player.rhythms-of-resistance.org/
GNU Affero General Public License v3.0
11 stars 10 forks source link

Double notes are not playing #55

Closed cdauth closed 2 months ago

cdauth commented 3 months ago

This break uses an 8/4 time signature in order to achieve a double stroke for the Repi. However, for some reason it plays as only one stroke. This should be investigated and fixed.

cdauth commented 2 months ago

Turns out that the time signature was actually not supported by the player yet and just had to be added.