Guitarix
Loading...
Searching...
No Matches
gx_engine::BaseConvolver Class Referenceabstract

#include <gx_internal_plugins.h>

Inheritance diagram for gx_engine::BaseConvolver:
PluginDef

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
EngineControlengine
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

Detailed Description

Definition at line 438 of file gx_internal_plugins.h.

Constructor & Destructor Documentation

◆ BaseConvolver()

gx_engine::BaseConvolver::BaseConvolver ( EngineControl & engine,
sigc::slot< void > sync,
gx_resample::BufferResampler & resamp )

◆ ~BaseConvolver()

virtual gx_engine::BaseConvolver::~BaseConvolver ( )
virtual

Member Function Documentation

◆ activate()

int gx_engine::BaseConvolver::activate ( bool start,
PluginDef * pdef )
staticprotected

◆ change_buffersize()

void gx_engine::BaseConvolver::change_buffersize ( unsigned int )
protected

◆ check_update()

virtual void gx_engine::BaseConvolver::check_update ( )
protectedpure virtual

◆ check_update_timeout()

bool gx_engine::BaseConvolver::check_update_timeout ( )
protected

◆ conv_start()

int gx_engine::BaseConvolver::conv_start ( )
protected

◆ init()

void gx_engine::BaseConvolver::init ( unsigned int samplingFreq,
PluginDef * p )
staticprotected

◆ set_sync()

void gx_engine::BaseConvolver::set_sync ( bool val)
inline

Definition at line 458 of file gx_internal_plugins.h.

◆ start()

virtual bool gx_engine::BaseConvolver::start ( bool force = false)
protectedpure virtual

Referenced by activate().

Member Data Documentation

◆ activate_mutex

boost::mutex gx_engine::BaseConvolver::activate_mutex
protected

Definition at line 441 of file gx_internal_plugins.h.

◆ activated

bool gx_engine::BaseConvolver::activated
protected

Definition at line 444 of file gx_internal_plugins.h.

◆ conv

GxSimpleConvolver gx_engine::BaseConvolver::conv
protected

Definition at line 440 of file gx_internal_plugins.h.

Referenced by set_sync().

◆ engine

EngineControl& gx_engine::BaseConvolver::engine
protected

Definition at line 442 of file gx_internal_plugins.h.

Referenced by BaseConvolver().

◆ plugin

Plugin gx_engine::BaseConvolver::plugin

Definition at line 454 of file gx_internal_plugins.h.

◆ sync

sigc::slot<void> gx_engine::BaseConvolver::sync
protected

Definition at line 443 of file gx_internal_plugins.h.

Referenced by BaseConvolver().

◆ update_conn

sigc::connection gx_engine::BaseConvolver::update_conn
protected

Definition at line 445 of file gx_internal_plugins.h.


The documentation for this class was generated from the following file: