Home
last modified time | relevance | path

Searched refs:lpf (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.2.2/build/demos/axdemo/src/
Daxfilter.c335 AXPBLPF lpf; in play_sound() local
378 lpf.on = (u16)filterFlag; // filter state is determined by filterFlag in play_sound()
379lpf.yn1 = 0; // when activated, the history sample must be reset in play_sound()
380lpf.a0 = __coefs[filterCutoff].a0; // set coefficients to current, user-selected cutoff in play_sound()
381 lpf.b0 = __coefs[filterCutoff].b0; in play_sound()
382 … AXSetVoiceLpf(ax_v, &lpf); // Tell AX to update the voice's LPF parameters! in play_sound()
442 AXPBLPF lpf; in ax_demo_callback() local
486 lpf.on = 1; in ax_demo_callback()
487 lpf.yn1 = 0; in ax_demo_callback()
488 lpf.a0 = __coefs[filterCutoff].a0; in ax_demo_callback()
[all …]
/RvlSDK-3.2.2/include/revolution/
Daxfx_presets.h41 (fx)->lpf = 1.0f; \
54 (fx)->lpf = 0.4f; \
67 (fx)->lpf = 1.0f; \
80 (fx)->lpf = 0.7f; \
Dax.h541 AXPBLPF lpf; member
575 AXPBLPF lpf; member
997 void AXSetVoiceLpf (AXVPB *p, AXPBLPF *lpf);
Daxfx.h684 f32 lpf; // LPF param (0.f - 1.f) (cutoff : low - high) member
724 f32 lpf; // LPF param (0.f - 1.f) (cutoff : low - high) member