|
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 182 of file gx_internal_plugins.h.
| Enumerator | |
|---|---|
| load_off | |
| load_low | |
| load_high | |
| load_over | |
Definition at line 184 of file gx_internal_plugins.h.
| gx_engine::MidiAudioBuffer::MidiAudioBuffer | ( | TunerAdapter & | t | ) |
Definition at line 44 of file gx_midi_plugin.cpp.
|
inline |
Definition at line 199 of file gx_internal_plugins.h.
Referenced by gx_engine::GxMachine::insert_param().
|
inline |
Definition at line 200 of file gx_internal_plugins.h.
Referenced by gx_engine::GxMachine::insert_param().
|
inline |
Definition at line 198 of file gx_internal_plugins.h.
Referenced by gx_engine::GxEngine::set_jack().
|
inline |
Definition at line 201 of file gx_internal_plugins.h.
Referenced by gx_engine::GxMachine::GxMachine().
| Plugin gx_engine::MidiAudioBuffer::plugin |
Definition at line 196 of file gx_internal_plugins.h.
Referenced by gx_engine::GxEngine::GxEngine(), MidiAudioBuffer(), and gx_engine::GxEngine::~GxEngine().