Skip to content

Commit

Permalink
Update ml_synth_sampler_example.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel-licence authored Oct 14, 2024
1 parent 792941e commit d7cf81d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ml_synth_sampler_example.ino
Original file line number Diff line number Diff line change
Expand Up @@ -655,9 +655,11 @@ void AppVibrato_SetIntensity(uint8_t param __attribute__((unused)), uint8_t valu
*/
void App_DelayQ_SetLength(uint8_t unused __attribute__((unused)), uint8_t value)
{
#ifdef MAX_DELAY_Q
uint32_t val32 = value;
val32 *= 189;
DelayQ_SetLength(unused, val32);
#endif
}

/**
Expand Down

0 comments on commit d7cf81d

Please sign in to comment.