audioweather plugin

Hi,

I noticed that fmod studio includes this plugin:

http://www.audiogaming.net/audioweather

But I’m confused about (a) licensing and (b) where are the runtime plugins found and © how do I actually setup the dsps (via FMOD_Studio_System_RegisterPlugin?).

Thanks,
Jason

Hi Jason,

(a) The prices for third party plugins are listed on the sales page: http://52.88.2.202/sales/

(b) When you make the purchase you will be provided with the runtime plugin. For the free FMOD plugins like FMOD Gain and Distance Filter you can find them in the /plugins directory where FMOD Studio is installed.

© To set up the plugin just use low level FMOD::System::loadPlugin. To get the low level System use FMOD::Studio::System::getLowLevelSystem.

Once the plugins are loaded the Studio runtime will automatically hook everything up internally.