00001 // Copyright (c) 2006 Audiokinetic Inc. / All Rights Reserved 00002 // AkSynthOneFactory.h 00003 00008 00009 #ifndef _AK_SYNTHONEFACTORY_H_ 00010 #define _AK_SYNTHONEFACTORY_H_ 00011 00012 #include <AK/SoundEngine/Common/IAkPlugin.h> 00013 00017 const AkUInt32 AKSOURCEID_SYNTHONE = 148; 00018 00020 AK_FUNC( AK::IAkPluginParam *, CreateSynthOneParams )( 00021 AK::IAkPluginMemAlloc * in_pAllocator 00022 ); 00023 00025 AK_FUNC( AK::IAkPlugin*, CreateSynthOne )( 00026 AK::IAkPluginMemAlloc * in_pAllocator 00027 ); 00028 00029 /* 00030 Use the following code to register your plug-in 00031 00032 AK::SoundEngine::RegisterPlugin( AkPluginTypeSource, 00033 AKCOMPANYID_AUDIOKINETIC, 00034 AKSOURCEID_SYNTHONE, 00035 CreateSynthOne, 00036 CreateSynthOneParams ); 00037 */ 00038 00039 #endif // _AK_SYNTHONEFACTORY_H_ 00040
Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !
Visitez notre page d'AideEnregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !
Partir du bon pied avec Wwise