|
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 822 of file gx_internal_plugins.h.
| LiveLooper::LiveLooper | ( | ParamMap & | param_, |
| sigc::slot< void > | sync, | ||
| const string & | loop_dir_ | ||
| ) |
Definition at line 70 of file gx_livelooper.cc.
| LiveLooper::~LiveLooper | ( | ) |
Definition at line 120 of file gx_livelooper.cc.
| Plugin gx_engine::LiveLooper::plugin |
Definition at line 998 of file gx_internal_plugins.h.
Referenced by LiveLooper().