Searched refs:filterCutoff (Results 1 – 1 of 1) sorted by relevance
239 volatile static u32 filterCutoff = 0; // current LPF cut-off frequency variable375 … lpf.a0 = __coefs[filterCutoff].a0; // set coefficients to current, user-selected cutoff in play_sound()376 lpf.b0 = __coefs[filterCutoff].b0; in play_sound()466 lpf.a0 = __coefs[filterCutoff].a0; in ax_demo_callback()467 lpf.b0 = __coefs[filterCutoff].b0; in ax_demo_callback()483 … AXSetVoiceLpfCoefs(demo_voices[i].ax_voice, __coefs[filterCutoff].a0, __coefs[filterCutoff].b0); in ax_demo_callback()792 … filterCutoff = (u32)( ((f32)(tick) / (f32)(MAX_TICK_RANGE)) * (f32)(NUM_FREQ_CUTOFF - 1)); in status_win_update()794 DEMOWinPrintfXY(window, 0, 1, "Cutoff Freq : %s ", __coefs[filterCutoff].text); in status_win_update()