Home
last modified time | relevance | path

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

/dports/audio/bharvestr-lv2/BHarvestr-7e6a1e7c81d0af61d4fabcd823978d62c8970502/src/
H A DPorts.hpp150 PATCH_NAME = 0, enumerator
H A DBHarvestrGUI.cpp119 patchLabel[PATCH_NAME] = BWidgets::Label (10, 30, 70, 12, "lflabel", "Name:");
126 patchInput[PATCH_NAME] = BWidgets::Label (80, 30, 120, 12, "lflabel", "<empty>");
829 …if (oName && (oName->type == uris.atom_String)) patchInput[PATCH_NAME].setText ((const char*)LV2_A… in port_event()
1064 RESIZE (patchLabel[PATCH_NAME], 10, 30, 70, 12, sz); in resize()
1071 RESIZE (patchInput[PATCH_NAME], 80, 30, 120, 12, sz); in resize()