Version
menu_open
link

include/AK/Plugin/McDSPFutzBoxFXFactory.h

Go to the documentation of this file.
00001 
00002 //
00003 // Copyright (c) 2009 McDSP, All Rights Reserved
00004 //
00006 
00007 // McDSPFutzBoxFXFactory.h
00008 
00013 
00014 #ifndef _MCDSP_FUTZBOXFXFACTORY_H_
00015 #define _MCDSP_FUTZBOXFXFACTORY_H_
00016 
00017 #include <AK/SoundEngine/Common/IAkPlugin.h>
00018 
00025 const unsigned long AKEFFECTID_MCDSPFUTZBOX = 110;
00026 
00028 AK_FUNC( AK::IAkPluginParam *, CreateMcDSPFutzBoxFXParams )(
00029     AK::IAkPluginMemAlloc * in_pAllocator           
00030     );
00031 
00033 AK_FUNC( AK::IAkPlugin*, CreateMcDSPFutzBoxFX )(
00034     AK::IAkPluginMemAlloc * in_pAllocator           
00035     );
00036 
00037 /*
00038 Use the following code to register your plug-in
00039 
00040 AK::SoundEngine::RegisterPlugin( AkPluginTypeEffect, 
00041                                  AKCOMPANYID_MCDSP, 
00042                                  AKEFFECTID_MCDSPFUTZBOX,
00043                                  CreateMcDSPFutzBoxFX,
00044                                  CreateMcDSPFutzBoxFXParams );
00045 */
00046 
00047 #endif // _MCDSP_FUTZBOXFXFACTORY_H_
00048 

Cette page a-t-elle été utile ?

Besoin d'aide ?

Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !

Visitez notre page d'Aide

Décrivez-nous de votre projet. Nous sommes là pour vous aider.

Enregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !

Partir du bon pied avec Wwise