fillmaster / fillMaster

FillMaster: A drum idea generator / improvisation trainer! - Open Source, always looking for more contributors :)
https://fillmaster.app/
GNU General Public License v3.0
31 stars 7 forks source link

Restart CountIn on stop #17

Closed dcallus closed 2 years ago

dcallus commented 2 years ago

When you stop the metronome during a countIn - pressing play will continue from where you left off (in the countin). It's probably makes more sense just to restart.

Probably just need to conditionally make the play stop button reset during isCountin.

dcallus commented 2 years ago

Quickly tried moving isCountIn and barCount logic up one level (to metronomeContainer). It created a bug where after the metronome starts, you can't get back to the countin. Showing that the logic is probably a little flaky currently.

dcallus commented 2 years ago

fixed