Home
last modified time | relevance | path

Searched refs:liveplaygui (Results 1 – 2 of 2) sorted by relevance

/dports/audio/guitarix-lv2/guitarix-0.43.1/src/headers/
H A Dgx_system.h420 bool liveplaygui; variable
505 bool get_liveplaygui() const { return liveplaygui; } in get_liveplaygui()
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/gx_head/engine/
H A Dgx_system.cpp478 liveplaygui(false), in CmdlineOptions()
606 main_group.add_entry(opt_liveplaygui, liveplaygui); in CmdlineOptions()
958 if (nogui && liveplaygui) { in process()