Home
last modified time | relevance | path

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

/dports/audio/bharvestr-lv2/BHarvestr-7e6a1e7c81d0af61d4fabcd823978d62c8970502/src/
H A DBHarvestr.cpp406 LV2_Atom *okOn = NULL, *okOff = NULL; in run() local
408 uris.bharvestr_keyOn, &okOn, in run()
412 if (okOn && (okOn->type == uris.atom_Int)) in run()
414 const int note = ((const LV2_Atom_Int*)okOn)->body; in run()