Guitarix
gx_engine::Directout Class Reference

#include <gx_internal_plugins.h>

Inheritance diagram for gx_engine::Directout:
Collaboration diagram for gx_engine::Directout:

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
 
- 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
 

Static Public Attributes

static Plugin directoutput = Plugin()
 

Detailed Description

Definition at line 772 of file gx_internal_plugins.h.

Constructor & Destructor Documentation

◆ Directout()

gx_engine::Directout::Directout ( EngineControl engine,
sigc::slot< void >  sync 
)

Definition at line 1667 of file gx_internal_plugins.cpp.

◆ ~Directout()

gx_engine::Directout::~Directout ( )

Definition at line 1687 of file gx_internal_plugins.cpp.

Member Function Documentation

◆ get_buffer()

float* gx_engine::Directout::get_buffer ( )
inline

Definition at line 792 of file gx_internal_plugins.h.

◆ set_data()

void gx_engine::Directout::set_data ( bool  dfill)

Definition at line 1746 of file gx_internal_plugins.cpp.

Member Data Documentation

◆ directoutput

Plugin gx_engine::Directout::directoutput = Plugin()
static

Definition at line 795 of file gx_internal_plugins.h.

◆ mem_allocated

bool gx_engine::Directout::mem_allocated

Definition at line 791 of file gx_internal_plugins.h.

◆ outdata

float* gx_engine::Directout::outdata

Definition at line 775 of file gx_internal_plugins.h.

◆ plugin

Plugin gx_engine::Directout::plugin

Definition at line 794 of file gx_internal_plugins.h.


The documentation for this class was generated from the following files: