Guitarix
|
#include <gx_parameter.h>
Public Types | |
enum | { array_size = 128 } |
Public Member Functions | |
ControllerArray () | |
~ControllerArray () | |
void | writeJSON (gx_system::JsonWriter &jw) const |
void | readJSON (gx_system::JsonParser &jp, ParamMap ¶m) |
int | param2controller (Parameter ¶m, const MidiController **p) |
bool | deleteParameter (Parameter &p) |
Definition at line 714 of file gx_parameter.h.
anonymous enum |
Enumerator | |
---|---|
array_size |
Definition at line 716 of file gx_parameter.h.
|
inline |
Definition at line 717 of file gx_parameter.h.
|
inline |
Definition at line 718 of file gx_parameter.h.
bool gx_engine::ControllerArray::deleteParameter | ( | Parameter & | p | ) |
Definition at line 377 of file gx_paramtable.cpp.
Referenced by gx_engine::MidiControllerList::deleteParameter().
int gx_engine::ControllerArray::param2controller | ( | Parameter & | param, |
const MidiController ** | p | ||
) |
Definition at line 362 of file gx_paramtable.cpp.
Referenced by gx_engine::GxMachineRemote::midi_param2controller(), and gx_engine::MidiControllerList::param2controller().
void gx_engine::ControllerArray::readJSON | ( | gx_system::JsonParser & | jp, |
ParamMap & | param | ||
) |
Definition at line 325 of file gx_paramtable.cpp.
Referenced by gx_engine::debug_trace_param(), and gx_engine::GxMachineRemote::GxMachineRemote().
void gx_engine::ControllerArray::writeJSON | ( | gx_system::JsonWriter & | jw | ) | const |
Definition at line 346 of file gx_paramtable.cpp.
Referenced by gx_engine::MidiControllerList::writeJSON().