Home
last modified time | relevance | path

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

/dports/audio/bharvestr-lv2/BHarvestr-7e6a1e7c81d0af61d4fabcd823978d62c8970502/src/
H A DBHarvestr.cpp1332 LV2_Atom_Forge_Frame forgeframe; in notifyStatusToGui() local
1334 lv2_atom_forge_object(&notifyForge, &forgeframe, 0, uris.bharvestr_statusEvent); in notifyStatusToGui()
1400 lv2_atom_forge_pop(&notifyForge, &forgeframe); in notifyStatusToGui()
1416 LV2_Atom_Forge_Frame forgeframe; in notifySampleStopToGui() local
1418 lv2_atom_forge_object(&notifyForge, &forgeframe, 0, uris.bharvestr_sampleStop); in notifySampleStopToGui()
1419 lv2_atom_forge_pop(&notifyForge, &forgeframe); in notifySampleStopToGui()
1426 LV2_Atom_Forge_Frame forgeframe; in notifySelectionStopToGui() local
1428 lv2_atom_forge_object(&notifyForge, &forgeframe, 0, uris.bharvestr_selectionStop); in notifySelectionStopToGui()
1429 lv2_atom_forge_pop(&notifyForge, &forgeframe); in notifySelectionStopToGui()