skymen / fmod

Construct 3 implementation of FMOD
1 stars 1 forks source link

This is a bundle of 3 addons for Construct 3.

FMOD

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.

FMOD - JS API

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:

FMOD - C++ API

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.