Guitarix
|
#include <gx_internal_plugins.h>
Public Types | |
enum | Load { load_off = -1, load_low = 0, load_high = 1, load_over = 2 } |
Public Member Functions | |
MidiAudioBuffer (TunerAdapter &t) | |
void | set_jack (gx_jack::GxJack *jack_) |
bool | get_midistat () |
Load | jack_load_status () |
Glib::Dispatcher & | signal_jack_load_change () |
Public Attributes | |
Plugin | plugin |
Definition at line 174 of file gx_internal_plugins.h.
Enumerator | |
---|---|
load_off | |
load_low | |
load_high | |
load_over |
Definition at line 176 of file gx_internal_plugins.h.
gx_engine::MidiAudioBuffer::MidiAudioBuffer | ( | TunerAdapter & | t | ) |
Definition at line 43 of file gx_midi_plugin.cpp.
|
inline |
Definition at line 191 of file gx_internal_plugins.h.
|
inline |
Definition at line 192 of file gx_internal_plugins.h.
|
inline |
Definition at line 190 of file gx_internal_plugins.h.
Referenced by gx_engine::GxEngine::signal_plugin_changed().
|
inline |
Definition at line 193 of file gx_internal_plugins.h.
Referenced by gx_engine::GxMachine::GxMachine().
Plugin gx_engine::MidiAudioBuffer::plugin |
Definition at line 188 of file gx_internal_plugins.h.
Referenced by gx_engine::GxEngine::GxEngine(), and MidiAudioBuffer().