mattybrad / drumkid

Other
97 stars 20 forks source link

Only first half of default rhythms is played #18

Open jordanlev opened 8 months ago

jordanlev commented 8 months ago

When I make edits to the default rhythms in the “beats.h” file (as suggested in the “A simple first hack” section of the manual), it seems that only the first half (16 beats) are actually played by DrumKid. Whatever I put in for beats 17-32 are ignored and only Beats 1-16 are looped.

Oddly, the NUM_BEATS definition at the top of that file is set to 24… so I’m not sure what that does. (I tried changing that number to 32, but didn’t affect behavior).

Thanks for any help you can provide.

-Jordan