Guitarix
|
#include <gx_internal_plugins.h>
Public Member Functions | |
SCapture (EngineControl &engine, int channel_) | |
~SCapture () | |
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 899 of file gx_internal_plugins.h.
SCapture::SCapture | ( | EngineControl & | engine, |
int | channel_ | ||
) |
Definition at line 33 of file gx_internal_plugins.cpp.
SCapture::~SCapture | ( | ) |
Definition at line 77 of file gx_internal_plugins.cpp.
Plugin gx_engine::SCapture::plugin |
Definition at line 957 of file gx_internal_plugins.h.
Referenced by gx_engine::GxEngine::~GxEngine().