Guitarix
|
#include <jsonrpc.h>
Public Member Functions | |
GxService (gx_preset::GxSettings &settings_, gx_jack::GxJack &jack_, TunerSwitcher &tunerswitcher, sigc::slot< void > quit_mainloop_, const Glib::ustring &host, int *port) | |
~GxService () | |
void | send_rack_changed (bool stereo, CmdConnection *cmd) |
void | ladspaloader_update_plugins (gx_system::JsonWriter *jw, CmdConnection *cmd) |
void | update_maxlevel (CmdConnection *cmd=0) |
float | get_maxlevel (unsigned int channel) |
Friends | |
class | CmdConnection |
GxService::GxService | ( | gx_preset::GxSettings & | settings_, |
gx_jack::GxJack & | jack_, | ||
TunerSwitcher & | tunerswitcher, | ||
sigc::slot< void > | quit_mainloop_, | ||
const Glib::ustring & | host, | ||
int * | port | ||
) |
Definition at line 1700 of file jsonrpc.cpp.
GxService::~GxService | ( | ) |
Definition at line 1760 of file jsonrpc.cpp.
|
inline |
Definition at line 179 of file jsonrpc.h.
Referenced by gx_engine::GxMachine::maxlevel_get().
void GxService::ladspaloader_update_plugins | ( | gx_system::JsonWriter * | jw, |
CmdConnection * | cmd | ||
) |
Definition at line 1835 of file jsonrpc.cpp.
Referenced by gx_engine::GxMachine::commit_ladspa_changes().
void GxService::send_rack_changed | ( | bool | stereo, |
CmdConnection * | cmd | ||
) |
Definition at line 1861 of file jsonrpc.cpp.
Referenced by gx_engine::GxMachine::insert_rack_unit(), and gx_engine::GxMachine::remove_rack_unit().
void GxService::update_maxlevel | ( | CmdConnection * | cmd = 0 | ) |
Definition at line 2217 of file jsonrpc.cpp.
Referenced by gx_engine::GxMachine::maxlevel_get().
|
friend |