Guitarix
|
#include <gx_internal_plugins.h>
Public Member Functions | |
LiveLooper (ParamMap ¶m_, sigc::slot< void > sync, const string &loop_dir_) | |
~LiveLooper () | |
Public Attributes | |
Plugin | plugin |
![]() | |
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 820 of file gx_internal_plugins.h.
LiveLooper::LiveLooper | ( | ParamMap & | param_, |
sigc::slot< void > | sync, | ||
const string & | loop_dir_ | ||
) |
Definition at line 71 of file gx_internal_plugins.cpp.
LiveLooper::~LiveLooper | ( | ) |
Definition at line 121 of file gx_internal_plugins.cpp.
Plugin gx_engine::LiveLooper::plugin |
Definition at line 994 of file gx_internal_plugins.h.
Referenced by gx_engine::GxEngine::~GxEngine().