Skip to content

Commit e37502c

Browse files
committed
Fix pre-commit formatting error.
1 parent 542c7c9 commit e37502c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-module/audiomixer/Mixer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ static void mix_down_one_voice(audiomixer_mixer_obj_t *self,
192192
uint32_t *src = voice->remaining_buffer;
193193

194194
// Get the current level from the BlockInput. These may change at run time so you need to do bounds checking if required.
195-
shared_bindings_synthio_lfo_tick(self->sample_rate); //, n / self->channel_count); // Requires #9776
195+
shared_bindings_synthio_lfo_tick(self->sample_rate);
196196
uint16_t level = (uint16_t)(synthio_block_slot_get_limited(&voice->level, MICROPY_FLOAT_CONST(0.0), MICROPY_FLOAT_CONST(1.0)) * (1 << 15));
197197

198198
// First active voice gets copied over verbatim.

0 commit comments

Comments
 (0)