Home
last modified time | relevance | path

Searched refs:tuner_switcher_activate (Results 1 – 4 of 4) sorted by relevance

/dports/audio/guitarix-lv2/guitarix-0.43.1/src/gx_head/engine/
H A Djsonrpc_methods.gperf_tmpl171 "tuner_switcher_activate", false
H A Djsonrpc.cpp1101 PROCEDURE(tuner_switcher_activate) { in notify()
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/headers/
H A Dmachine.h101 virtual void tuner_switcher_activate(bool v) = 0;
292 virtual void tuner_switcher_activate(bool v);
478 virtual void tuner_switcher_activate(bool v);
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/gx_head/gui/
H A Dmachine.cpp567 void GxMachine::tuner_switcher_activate(bool v) { in tuner_switcher_activate() function in gx_engine::GxMachine
2048 void GxMachineRemote::tuner_switcher_activate(bool v) { in tuner_switcher_activate() function in gx_engine::GxMachineRemote
2049 START_NOTIFY(tuner_switcher_activate); in tuner_switcher_activate()