Guitarix
|
#include <gx_parameter.h>
Public Member Functions | |
MidiStandardControllers () | |
const string | operator[] (int ctr) |
void | replace (int ctr, const string &name) |
void | writeJSON (gx_system::JsonWriter &jw) const |
void | readJSON (gx_system::JsonParser &jp) |
Definition at line 644 of file gx_parameter.h.
gx_engine::MidiStandardControllers::MidiStandardControllers | ( | ) |
Definition at line 111 of file gx_paramtable.cpp.
|
inline |
Definition at line 658 of file gx_parameter.h.
void gx_engine::MidiStandardControllers::readJSON | ( | gx_system::JsonParser & | jp | ) |
Definition at line 152 of file gx_paramtable.cpp.
Referenced by gx_preset::StateIO::read_state().
void gx_engine::MidiStandardControllers::replace | ( | int | ctr, |
const string & | name | ||
) |
Definition at line 117 of file gx_paramtable.cpp.
void gx_engine::MidiStandardControllers::writeJSON | ( | gx_system::JsonWriter & | jw | ) | const |
Definition at line 140 of file gx_paramtable.cpp.
Referenced by gx_preset::StateIO::write_state().