asdfasdfasdf

This commit is contained in:
tildearrow 2024-03-09 03:32:03 -05:00
parent 8ff8ee89e9
commit 8099df183d
2 changed files with 9 additions and 4 deletions

View file

@ -1105,6 +1105,9 @@ float FurnaceGUI::calcBPM(const DivGroovePattern& speeds, float hz, int vN, int
}
void FurnaceGUI::play(int row) {
if (e->getStreamPlayer()) {
e->killStream();
}
memset(chanOscVol,0,DIV_MAX_CHANS*sizeof(float));
for (int i=0; i<DIV_MAX_CHANS; i++) {
chanOscChan[i].pitch=0.0f;