Searched refs:REVERB_NUM_PRESETS (Results 1 – 2 of 2) sorted by relevance
47 #define REVERB_NUM_PRESETS REVERB_PRESET_PLATE // REVERB_PRESET_NONE is not included macro181 …reverb_preset_t m_sPreset[REVERB_NUM_PRESETS]; // array of presets(does not include REVERB_PRE…
2020 for (preset = 0; preset < REVERB_NUM_PRESETS; preset++) { in ReverbReadInPresets()