|
Guitarix
|
#include <gx_internal_plugins.h>


Public Member Functions | |
| BaseConvolver (EngineControl &engine, sigc::slot< void > sync, gx_resample::BufferResampler &resamp) | |
| virtual | ~BaseConvolver () |
| void | set_sync (bool val) |
Public Attributes | |
| Plugin | plugin |
Protected Member Functions | |
| void | change_buffersize (unsigned int) |
| int | conv_start () |
| bool | check_update_timeout () |
| virtual void | check_update ()=0 |
| virtual bool | start (bool force=false)=0 |
Static Protected Member Functions | |
| static void | init (unsigned int samplingFreq, PluginDef *p) |
| static int | activate (bool start, PluginDef *pdef) |
Protected Attributes | |
| GxSimpleConvolver | conv |
| boost::mutex | activate_mutex |
| EngineControl & | engine |
| sigc::slot< void > | sync |
| bool | activated |
| sigc::connection | update_conn |
Protected Attributes inherited from PluginDef | |
| int | version |
| int | flags |
| const char * | id |
| const char * | name |
| const char ** | groups |
| const char * | description |
| const char * | category |
| const char * | shortname |
| process_mono_audio | mono_audio |
| process_stereo_audio | stereo_audio |
| inifunc | set_samplerate |
| activatefunc | activate_plugin |
| registerfunc | register_params |
| uiloader | load_ui |
| clearstatefunc | clear_state |
| deletefunc | delete_instance |
Definition at line 464 of file gx_internal_plugins.h.
| gx_engine::BaseConvolver::BaseConvolver | ( | EngineControl & | engine, |
| sigc::slot< void > | sync, | ||
| gx_resample::BufferResampler & | resamp | ||
| ) |
Definition at line 747 of file gx_internal_plugins.cpp.
|
virtual |
Definition at line 763 of file gx_internal_plugins.cpp.
|
staticprotected |
Definition at line 796 of file gx_internal_plugins.cpp.
Referenced by BaseConvolver().
|
protected |
Definition at line 767 of file gx_internal_plugins.cpp.
Referenced by BaseConvolver().
|
protectedpure virtual |
Referenced by check_update_timeout().
|
protected |
Definition at line 788 of file gx_internal_plugins.cpp.
Referenced by activate().
|
protected |
Definition at line 820 of file gx_internal_plugins.cpp.
|
staticprotected |
Definition at line 779 of file gx_internal_plugins.cpp.
Referenced by BaseConvolver().
|
inline |
Definition at line 484 of file gx_internal_plugins.h.
|
protectedpure virtual |
Referenced by activate(), and change_buffersize().
|
protected |
Definition at line 467 of file gx_internal_plugins.h.
Referenced by activate(), change_buffersize(), and init().
|
protected |
Definition at line 470 of file gx_internal_plugins.h.
Referenced by activate(), change_buffersize(), check_update_timeout(), and init().
|
protected |
Definition at line 466 of file gx_internal_plugins.h.
|
protected |
Definition at line 468 of file gx_internal_plugins.h.
Referenced by BaseConvolver(), and conv_start().
| Plugin gx_engine::BaseConvolver::plugin |
Definition at line 480 of file gx_internal_plugins.h.
|
protected |
Definition at line 469 of file gx_internal_plugins.h.
|
protected |
Definition at line 471 of file gx_internal_plugins.h.
Referenced by ~BaseConvolver().