Hi,
So I have a stripped down version of the fmod_gain plugin working in fmod studio. My goal is to use this as a template for writing a granular effect. Since it requires working with live input instead of just using a file loaded in, i figure i need a delay line and history for storing incoming signal data into a circular buffer. are there any examples of this in the fmod_dsp examples? I’m seeing in the documentation there is something for delay which might be useful, but any guidance would be super helpful! Furthermore, the gain cpp is working with writing input to output data with a ramp of 256 samples. I’m guessing this iterates through 256 samples at a time, and resets at the next block of 256 samples, but my intuition might be wrong here. Please let me know of any helpful resources for this, or if my logic is flawed in any way. Thank you!
1 Like