dariustb / VibeBeyond

C++ desktop app to generate & host lo-fi hip hop music
https://dariustb.github.io/VibeBeyond/
0 stars 0 forks source link

De-bug drum machine #79

Open dariustb opened 1 year ago

dariustb commented 1 year ago

Running into situations where the hats and kick drum lose sync with each other. Not sure why, suspect it's happening during the loops in the generation functions

dariustb commented 11 months ago

Problem

Drums out of sync

Running into timing issues again with the drum kit as a whole. The drums (kick/hat/snare) are synced with itself, but the midi-based audio falls out of sync with the drums.

Incomplete hats

The hats will play for all of 1 measure and then rest the duration of the loop.

Re-opening issue