Guitarix
|
#include <gx_parameter.h>
Public Types | |
enum | { array_size = 328 } |
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 756 of file gx_parameter.h.
anonymous enum |
Enumerator | |
---|---|
array_size |
Definition at line 758 of file gx_parameter.h.
|
inline |
Definition at line 759 of file gx_parameter.h.
|
inline |
Definition at line 760 of file gx_parameter.h.
bool gx_engine::ControllerArray::deleteParameter | ( | Parameter & | p | ) |
int gx_engine::ControllerArray::param2controller | ( | Parameter & | param, |
const MidiController ** | p | ||
) |
Referenced by gx_engine::MidiControllerList::param2controller().
void gx_engine::ControllerArray::readJSON | ( | gx_system::JsonParser & | jp, |
ParamMap & | param | ||
) |
void gx_engine::ControllerArray::writeJSON | ( | gx_system::JsonWriter & | jw | ) | const |
Referenced by gx_engine::MidiControllerList::writeJSON().