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 772 of file gx_internal_plugins.h.
gx_engine::Directout::Directout | ( | EngineControl & | engine, |
sigc::slot< void > | sync | ||
) |
Definition at line 1667 of file gx_internal_plugins.cpp.
gx_engine::Directout::~Directout | ( | ) |
Definition at line 1687 of file gx_internal_plugins.cpp.
|
inline |
Definition at line 792 of file gx_internal_plugins.h.
void gx_engine::Directout::set_data | ( | bool | dfill | ) |
Definition at line 1746 of file gx_internal_plugins.cpp.
Definition at line 795 of file gx_internal_plugins.h.
bool gx_engine::Directout::mem_allocated |
Definition at line 791 of file gx_internal_plugins.h.
float* gx_engine::Directout::outdata |
Definition at line 775 of file gx_internal_plugins.h.
Plugin gx_engine::Directout::plugin |
Definition at line 794 of file gx_internal_plugins.h.