Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Delay effect? Also can effects be stacked or is it only one per track? And finally how customization are the dsp effects? dry/wet,  reverb time and density?

(2 edits) (+1)(-1)
  • 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.