TOOONEEEEE

This commit is contained in:
2026-04-25 05:40:35 +02:00
parent 09b1a6707a
commit 17a3a79c44
3 changed files with 5 additions and 4 deletions
+1 -2
View File
@@ -68,8 +68,7 @@ void core1_main(void) {
while (1) {
update_buttons();
update_inputs();
//printf("vco_mode: %d, quant_enabled: %d amen_enabled: %d\n", state.vco_mode,state.quant_enabled,state.amen_enabled);
//printf("clock_bpm: %f\n",state.clock_bpm);
printf("Sample: %f\n", state.dbg_sample);
sleep_ms(1);
}
}