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
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise