Guitarix
|
#include <gx_internal_plugins.h>
Public Member Functions | |
FixedBaseConvolver (EngineControl &engine, sigc::slot< void > sync, gx_resample::BufferResampler &resamp) | |
virtual | ~FixedBaseConvolver () |
void | set_sync (bool val) |
Public Attributes | |
Plugin | plugin |
Protected Member Functions | |
unsigned int | getSamplingFreq () |
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 |
unsigned int | SamplingFreq |
unsigned int | buffersize |
unsigned int | bz |
sigc::connection | update_conn |
![]() | |
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 487 of file gx_internal_plugins.h.
gx_engine::FixedBaseConvolver::FixedBaseConvolver | ( | EngineControl & | engine, |
sigc::slot< void > | sync, | ||
gx_resample::BufferResampler & | resamp | ||
) |
Definition at line 831 of file gx_internal_plugins.cpp.
|
virtual |
Definition at line 850 of file gx_internal_plugins.cpp.
|
staticprotected |
Definition at line 887 of file gx_internal_plugins.cpp.
Referenced by FixedBaseConvolver().
|
protected |
Definition at line 854 of file gx_internal_plugins.cpp.
Referenced by FixedBaseConvolver().
|
protectedpure virtual |
Referenced by check_update_timeout().
|
protected |
Definition at line 879 of file gx_internal_plugins.cpp.
Referenced by activate().
|
protected |
Definition at line 911 of file gx_internal_plugins.cpp.
|
inlineprotected |
Definition at line 501 of file gx_internal_plugins.h.
|
staticprotected |
Definition at line 867 of file gx_internal_plugins.cpp.
Referenced by FixedBaseConvolver().
|
inline |
Definition at line 513 of file gx_internal_plugins.h.
|
protectedpure virtual |
Referenced by activate(), and change_buffersize().
|
protected |
Definition at line 492 of file gx_internal_plugins.h.
Referenced by activate(), change_buffersize(), and init().
|
protected |
Definition at line 495 of file gx_internal_plugins.h.
Referenced by activate(), change_buffersize(), check_update_timeout(), and init().
|
protected |
Definition at line 497 of file gx_internal_plugins.h.
Referenced by change_buffersize(), and init().
|
protected |
Definition at line 498 of file gx_internal_plugins.h.
Referenced by change_buffersize(), and init().
|
protected |
Definition at line 491 of file gx_internal_plugins.h.
Referenced by activate(), change_buffersize(), and conv_start().
|
protected |
Definition at line 493 of file gx_internal_plugins.h.
Referenced by conv_start(), and FixedBaseConvolver().
Plugin gx_engine::FixedBaseConvolver::plugin |
Definition at line 509 of file gx_internal_plugins.h.
Referenced by check_update_timeout(), and FixedBaseConvolver().
|
protected |
Definition at line 496 of file gx_internal_plugins.h.
Referenced by init().
|
protected |
Definition at line 494 of file gx_internal_plugins.h.
|
protected |
Definition at line 499 of file gx_internal_plugins.h.
Referenced by ~FixedBaseConvolver().