Home
last modified time | relevance | path

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

/dports/audio/bharvestr-lv2/BHarvestr-7e6a1e7c81d0af61d4fabcd823978d62c8970502/src/
H A DBHarvestr.cpp380 …const LV2_Atom *oName = NULL, *oType = NULL, *oDate = NULL, *oCreator = NULL, *oUri = NULL, *oLice… in run() local
387 uris.bharvestr_presetInfoCreator, &oCreator, in run()
397 …if (oCreator && (oCreator->type == uris.atom_String)) strncpy (presetInfo.creator, (const char*)LV… in run()
H A DBHarvestrGUI.cpp815 …const LV2_Atom* oName = NULL, *oType = NULL, *oDate = NULL, *oCreator = NULL, *oUri = NULL, *oLice… in port_event() local
822 uris.bharvestr_presetInfoCreator, &oCreator, in port_event()
839 …if (oCreator && (oCreator->type == uris.atom_String)) patchInput[PATCH_CREATOR].setText ((const ch… in port_event()