|
Guitarix
|
#include <gx_internal_plugins.h>


Public Member Functions | |
| ConvolverAdapter (EngineControl &engine, sigc::slot< void > sync, ParamMap ¶m) | |
| ~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 |
| ParamMap & | param |
| 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 377 of file gx_internal_plugins.h.
| gx_engine::ConvolverAdapter::ConvolverAdapter | ( | EngineControl & | engine, |
| sigc::slot< void > | sync, | ||
| ParamMap & | param | ||
| ) |
Definition at line 468 of file gx_internal_plugins.cpp.
| gx_engine::ConvolverAdapter::~ConvolverAdapter | ( | ) |
Definition at line 488 of file gx_internal_plugins.cpp.
|
protected |
Definition at line 491 of file gx_internal_plugins.cpp.
| bool gx_engine::ConvolverAdapter::conv_start | ( | ) |
Definition at line 531 of file gx_internal_plugins.cpp.
|
inline |
Definition at line 402 of file gx_internal_plugins.h.
|
inline |
Definition at line 403 of file gx_internal_plugins.h.
|
inline |
Definition at line 399 of file gx_internal_plugins.h.
|
inline |
Definition at line 400 of file gx_internal_plugins.h.
|
inline |
Definition at line 397 of file gx_internal_plugins.h.
| void gx_engine::ConvolverAdapter::restart | ( | ) |
Definition at line 507 of file gx_internal_plugins.cpp.
|
inline |
Definition at line 401 of file gx_internal_plugins.h.
|
inline |
Definition at line 398 of file gx_internal_plugins.h.
|
protected |
Definition at line 381 of file gx_internal_plugins.h.
|
protected |
Definition at line 385 of file gx_internal_plugins.h.
|
protected |
Definition at line 380 of file gx_internal_plugins.h.
|
protected |
Definition at line 382 of file gx_internal_plugins.h.
|
protected |
Definition at line 389 of file gx_internal_plugins.h.
|
protected |
Definition at line 388 of file gx_internal_plugins.h.
|
protected |
Definition at line 384 of file gx_internal_plugins.h.
| Plugin gx_engine::ConvolverAdapter::plugin |
Definition at line 391 of file gx_internal_plugins.h.
Referenced by conv_start().
|
protected |
Definition at line 383 of file gx_internal_plugins.h.