- There is an echo effect (FMODGMS_EFFECT_ECHO) you can add to channels to get a delay effect.
- Multiple effects can be added and chained together for any given channel using FMODGMS_Chan_Add_Effect.
- Effect parameters can by set with FMODGMS_Effect_Set_Parameter. I still need to write up the documentation on what effects have which parameters.