Version
menu_open
link

include/AK/Plugin/iZHybridReverbFXFactory.h

Go to the documentation of this file.
00001 
00002 //
00003 // Copyright (c) 2012 iZotope Inc. / All Rights Reserved
00004 //
00006 
00007 // iZHybridReverbFXFactory.h
00008 
00013 
00014 #ifndef _IZ_MODREVFXFACTORY_H_
00015 #define _IZ_MODREVFXFACTORY_H_
00016 
00017 #include <AK/SoundEngine/Common/IAkPlugin.h>
00018 
00025 const unsigned long IZEFFECTID_HYBRIDREVERB = 2;
00027 AK_FUNC( AK::IAkPluginParam *, CreateHybridReverbFXParams )(
00028     AK::IAkPluginMemAlloc * in_pAllocator           
00029     );
00030 
00032 AK_FUNC( AK::IAkPlugin*, CreateHybridReverbFX )(
00033     AK::IAkPluginMemAlloc * in_pAllocator           
00034     );
00035 
00036 /*
00037 Use the following code to register your plug-in
00038 
00039 AK::SoundEngine::RegisterPlugin( AkPluginTypeEffect, 
00040                                  AKCOMPANYID_IZOTOPE, 
00041                                  IZEFFECTID_HYBRIDREVERB,
00042                                  CreateHybridReverbFX,
00043                                  CreateHybridReverbFXParams );
00044 */
00045 
00046 #endif // _AK_DELAYFXFACTORY_H_
00047 

Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise