Guitarix
|
#include <gx_internal_plugins.h>
Public Member Functions | |
void | clear_buffer () |
unsigned int | get_size () |
float * | get_buffer () |
int | get_mul_buffer () |
void | set_mul_buffer (int a, unsigned int b) |
OscilloscopeAdapter (ModuleSequencer &engine) | |
Public Attributes | |
Plugin | plugin |
sigc::signal< int, bool > | activation |
sigc::signal< void, unsigned int > | size_change |
Definition at line 225 of file gx_internal_plugins.h.
gx_engine::OscilloscopeAdapter::OscilloscopeAdapter | ( | ModuleSequencer & | engine | ) |
Definition at line 174 of file gx_internal_ui_plugins.cpp.
void gx_engine::OscilloscopeAdapter::clear_buffer | ( | ) |
Definition at line 231 of file gx_internal_ui_plugins.cpp.
Referenced by gx_engine::GxMachine::clear_oscilloscope_buffer(), and OscilloscopeAdapter().
|
inline |
Definition at line 240 of file gx_internal_plugins.h.
Referenced by gx_engine::GxMachine::get_oscilloscope_buffer().
|
inline |
Definition at line 241 of file gx_internal_plugins.h.
Referenced by gx_engine::GxMachine::get_oscilloscope_mul_buffer().
|
inline |
Definition at line 239 of file gx_internal_plugins.h.
|
inline |
Definition at line 242 of file gx_internal_plugins.h.
Referenced by gx_engine::GxMachine::set_oscilloscope_mul_buffer().
sigc::signal<int, bool> gx_engine::OscilloscopeAdapter::activation |
Definition at line 236 of file gx_internal_plugins.h.
Referenced by OscilloscopeAdapter(), and gx_engine::GxMachine::signal_oscilloscope_activation().
Plugin gx_engine::OscilloscopeAdapter::plugin |
sigc::signal<void, unsigned int> gx_engine::OscilloscopeAdapter::size_change |
Definition at line 237 of file gx_internal_plugins.h.
Referenced by OscilloscopeAdapter(), and gx_engine::GxMachine::signal_oscilloscope_size_change().