Home
last modified time | relevance | path

Searched refs:update_maxlevel (Results 1 – 3 of 3) sorted by relevance

/dports/audio/guitarix-lv2/guitarix-0.43.1/src/headers/
H A Djsonrpc.h110 void update_maxlevel(const std::string& id, float v) { float& m = maxlevel[id]; m = max(m, v); } in update_maxlevel() function
180 float update_maxlevel(const std::string& id, bool reset=false);
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/gx_head/engine/
H A Djsonrpc.cpp1061 serv.update_maxlevel(p.id()); in notify()
2221 float GxService::update_maxlevel(const std::string& id, bool reset) { in update_maxlevel() function in GxService
2226 (*p)->update_maxlevel(id, v); in update_maxlevel()
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/gx_head/gui/
H A Dmachine.cpp829 *f = sock->update_maxlevel(i->first, true); in update_parameter()