Home
last modified time | relevance | path

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

/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/
H A DSurgeStorage.h1157 std::unordered_map<int, std::string> helpURL_controlgroup; variable
H A DSurgeStorage.cpp533 helpURL_controlgroup[g] = help_url; in SurgeStorage()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/gui/
H A DSurgeGUIEditor.cpp7769 if (storage->helpURL_controlgroup.find(p->ctrlgroup) != storage->helpURL_controlgroup.end()) in helpURLFor()
7771 auto r = storage->helpURL_controlgroup[p->ctrlgroup]; in helpURLFor()