版本
menu_open
link

include/AK/Plugin/AkTremoloFXFactory.h

Go to the documentation of this file.
00001 
00002 //
00003 // Copyright (c) 2006 Audiokinetic Inc. / All Rights Reserved
00004 //
00006 // AkTremoloFXFactory.h
00007 
00012 
00013 #ifndef _AK_TREMOLOFXFACTORY_H_
00014 #define _AK_TREMOLOFXFACTORY_H_
00015 
00016 #include <AK/SoundEngine/Common/IAkPlugin.h>
00017 
00021 const unsigned long AKEFFECTID_TREMOLO = 131;
00022 
00024 AK_FUNC( AK::IAkPluginParam *, CreateTremoloFXParams )(
00025     AK::IAkPluginMemAlloc * in_pAllocator       
00026     );
00027 
00029 AK_FUNC( AK::IAkPlugin*, CreateTremoloFX )(
00030     AK::IAkPluginMemAlloc * in_pAllocator       
00031     );
00032 
00033 /*
00034 Use the following code to register your plug-in
00035 
00036 
00037 AK::SoundEngine::RegisterPlugin( AkPluginTypeEffect, 
00038                                  AKCOMPANYID_AUDIOKINETIC, 
00039                                  AKEFFECTID_TREMOLO,
00040                                  CreateTremoloFX,
00041                                  CreateTremoloFXParams );
00042 */
00043 
00044 #endif // _AK_FLANGERFXFACTORY_H_
00045 

此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅