|
Guitarix
|
#include <gx_internal_plugins.h>
Public Member Functions | |
| ConvolverAdapter (EngineControl &engine, sigc::slot< void > sync) | |
| ~ConvolverAdapter () | |
| void | restart () |
| bool | conv_start () |
| const std::string & | getIRFile () const |
| void | set_sync (bool val) |
| std::string | getFullIRPath () const |
| const std::string & | getIRDir () const |
| bool | set (const GxJConvSettings &jcset) const |
| const GxJConvSettings & | get_jcset () const |
| ParamMap & | get_parameter_map () const |
Public Attributes | |
| Plugin | plugin |
Protected Member Functions | |
| void | change_buffersize (unsigned int size) |
Protected Attributes | |
| GxConvolver | conv |
| boost::mutex | activate_mutex |
| EngineControl & | engine |
| sigc::slot< void > | sync |
| bool | activated |
| GxJConvSettings | jcset |
| JConvParameter * | jcp |
| 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 358 of file gx_internal_plugins.h.
| gx_engine::ConvolverAdapter::ConvolverAdapter | ( | EngineControl & | engine, |
| sigc::slot< void > | sync ) |
| gx_engine::ConvolverAdapter::~ConvolverAdapter | ( | ) |
|
protected |
| bool gx_engine::ConvolverAdapter::conv_start | ( | ) |
|
inline |
Definition at line 381 of file gx_internal_plugins.h.
|
inline |
Definition at line 382 of file gx_internal_plugins.h.
|
inline |
Definition at line 378 of file gx_internal_plugins.h.
|
inline |
Definition at line 379 of file gx_internal_plugins.h.
|
inline |
Definition at line 376 of file gx_internal_plugins.h.
| void gx_engine::ConvolverAdapter::restart | ( | ) |
|
inline |
Definition at line 380 of file gx_internal_plugins.h.
|
inline |
Definition at line 377 of file gx_internal_plugins.h.
|
protected |
Definition at line 361 of file gx_internal_plugins.h.
|
protected |
Definition at line 364 of file gx_internal_plugins.h.
|
protected |
Definition at line 360 of file gx_internal_plugins.h.
Referenced by set_sync().
|
protected |
Definition at line 362 of file gx_internal_plugins.h.
Referenced by ConvolverAdapter(), gx_engine::ConvolverMonoAdapter::ConvolverMonoAdapter(), gx_engine::ConvolverStereoAdapter::ConvolverStereoAdapter(), and get_parameter_map().
|
protected |
Definition at line 368 of file gx_internal_plugins.h.
Referenced by set().
|
protected |
Definition at line 367 of file gx_internal_plugins.h.
Referenced by get_jcset(), getFullIRPath(), getIRDir(), getIRFile(), and set().
| Plugin gx_engine::ConvolverAdapter::plugin |
Definition at line 370 of file gx_internal_plugins.h.
|
protected |
Definition at line 363 of file gx_internal_plugins.h.
Referenced by ConvolverAdapter(), gx_engine::ConvolverMonoAdapter::ConvolverMonoAdapter(), and gx_engine::ConvolverStereoAdapter::ConvolverStereoAdapter().