------------------------------------------------------------------- ddio_ffb_effectModify Purpose: Modifies a single effect, only if the given parameters are different from what's currently loaded. -------------------------------------------------------------------
| 246 | // different from what's currently loaded. |
| 247 | // ------------------------------------------------------------------- |
| 248 | void ddio_ffb_effectModify(int16_t, int *, uint32_t *, uint32_t *, uint32_t *, tEffInfo *, tEffEnvelope *) {} |
| 249 | |
| 250 | // ------------------------------------------------------------------- |
| 251 | // ddio_ffb_GetEffectData |