formatting
This commit is contained in:
@ -104,7 +104,7 @@ void HandleIntClockTick(uint32_t tick) {
|
|||||||
// Pulse Out gate
|
// Pulse Out gate
|
||||||
if (app.selected_pulse != Clock::PULSE_NONE) {
|
if (app.selected_pulse != Clock::PULSE_NONE) {
|
||||||
int clock_index;
|
int clock_index;
|
||||||
switch(app.selected_pulse) {
|
switch (app.selected_pulse) {
|
||||||
case Clock::PULSE_PPQN_24:
|
case Clock::PULSE_PPQN_24:
|
||||||
clock_index = 0;
|
clock_index = 0;
|
||||||
break;
|
break;
|
||||||
@ -127,7 +127,6 @@ void HandleIntClockTick(uint32_t tick) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (!app.editing_param) {
|
if (!app.editing_param) {
|
||||||
app.refresh_screen |= refresh;
|
app.refresh_screen |= refresh;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user