these are probably needed breaks

This commit is contained in:
RogueMaster
2022-11-02 18:40:02 -04:00
parent b2840275d2
commit 90d20f241b
24 changed files with 82 additions and 2 deletions
+2
View File
@@ -236,6 +236,8 @@ int32_t bpm_tapper_app(void* p) {
// Exit the plugin
processing = false;
break;
default:
break;
}
}
}