I’m trying to learn about plugin programming and am looking for example code. But, I’m not finding an official repository for code examples…
Here are some things mentioned in the documentation:
“It is recommended you follow along with our examples found in api/core/examples/plugins as they are fully implemented working effects you can use or base your code on”
(New users can only have 2 links - search FMOD documentation white-papers-dsp-plugin-api)
- FMOD provides only 4 repositories on GitHub - none of them appear to be this cited example
“The example is located at api/lowlevel/examples/plugins/fmod_noise.cpp.”
https://documentation.help/FMOD-API/fmod_noise.html
- I cannot find this example file.
“The ResonanceAudio plugins come bundled with FMOD for Unity, and can be used as a guide for adding other plugins.”
(New users can only have 2 links - search FMOD documentation plugins)
- The compiled plugins are included, but not the source.
I have been able to find the copies of the plugin examples on GitHub accounts of other users. For example: FMODExample/fmod_gain.cpp at master · seandenigris/FMODExample · GitHub
- Do these still work? How have they been modified? I’ll just have to find out…
REQUEST: An example C++ plugin project configured for cross platform building on the FMOD GitHub page.
BONUS POINTS: Include example JavaScript custom interface specifications.
EXTRA BONUS POINTS: A “plugin” category and/or tag for your forum topics.