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 647 of file gx_parameter.h.
gx_engine::MidiStandardControllers::MidiStandardControllers | ( | ) |
Definition at line 127 of file gx_paramtable.cpp.
|
inline |
Definition at line 666 of file gx_parameter.h.
void gx_engine::MidiStandardControllers::readJSON | ( | gx_system::JsonParser & | jp | ) |
Definition at line 172 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 137 of file gx_paramtable.cpp.
Referenced by readJSON().
void gx_engine::MidiStandardControllers::writeJSON | ( | gx_system::JsonWriter & | jw | ) | const |
Definition at line 160 of file gx_paramtable.cpp.
Referenced by gx_preset::StateIO::write_state().