This is a bundle of 3 addons for Construct 3.
This is the "controller" addon. It contains all the actions, conditions, and expressions that are used to control the FMOD system. It does not do anything on its own, but instead detects when an FMOD API object exists in the project and uses it to execute the actions.
This is the JS implementation of the FMOD API. It generally has most of the features you might want but suffers from a few limiations, namely:
This is the C++ implementation of the FMOD API. It is only available on the WebView2 export, but right now this addon hasn't been worked on yet.