|
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 |
Public 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 730 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 116 of file gx_internal_plugins.cpp.
| Plugin gx_engine::LiveLooper::plugin |
Definition at line 889 of file gx_internal_plugins.h.
Referenced by gx_engine::GxEngine::~GxEngine().