Guitarix
|
#include <gx_internal_plugins.h>
Public Member Functions | |
float * | get_buffer () |
void | set_data (bool dfill) |
Directout (EngineControl &engine, sigc::slot< void > sync) | |
~Directout () | |
Public Attributes | |
float * | outdata |
bool | mem_allocated |
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 |
Static Public Attributes | |
static Plugin | directoutput = Plugin() |
Definition at line 790 of file gx_internal_plugins.h.
gx_engine::Directout::Directout | ( | EngineControl & | engine, |
sigc::slot< void > | sync | ||
) |
Definition at line 1669 of file gx_internal_plugins.cpp.
gx_engine::Directout::~Directout | ( | ) |
Definition at line 1689 of file gx_internal_plugins.cpp.
|
inline |
Definition at line 811 of file gx_internal_plugins.h.
void gx_engine::Directout::set_data | ( | bool | dfill | ) |
Definition at line 1748 of file gx_internal_plugins.cpp.
Definition at line 814 of file gx_internal_plugins.h.
Referenced by Directout().
bool gx_engine::Directout::mem_allocated |
Definition at line 810 of file gx_internal_plugins.h.
float* gx_engine::Directout::outdata |
Definition at line 794 of file gx_internal_plugins.h.
Plugin gx_engine::Directout::plugin |
Definition at line 813 of file gx_internal_plugins.h.
Referenced by Directout().