Vendorize uClock #10

Merged
awonak merged 9 commits from vendorize-uclock into main 2025-07-02 02:45:40 +00:00
13 changed files with 947 additions and 22 deletions
Showing only changes of commit f5732eb525 - Show all commits

View File

@ -104,7 +104,7 @@ void HandleIntClockTick(uint32_t tick) {
// Pulse Out gate
if (app.selected_pulse != Clock::PULSE_NONE) {
int clock_index;
switch(app.selected_pulse) {
switch (app.selected_pulse) {
case Clock::PULSE_PPQN_24:
clock_index = 0;
break;
@ -127,7 +127,6 @@ void HandleIntClockTick(uint32_t tick) {
}
}
if (!app.editing_param) {
app.refresh_screen |= refresh;
}