Home
last modified time | relevance | path

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

/dports/audio/eteroj-lv2/eteroj.lv2-0.10.0/osc.lv2/osc.lv2/
H A Dosc.h119 LV2_URID OSC_Bundle; member
156 osc_urid->OSC_Bundle = map->map(map->handle, LV2_OSC__Bundle); in lv2_osc_urid_init()
H A Dutil.h264 return type == osc_urid->OSC_Bundle; in lv2_osc_is_bundle_type()
582 if(body->otype == osc_urid->OSC_Bundle) in lv2_osc_body_unroll()
H A Dforge.h136 if( (ref = lv2_atom_forge_object(forge, &frame[0], 0, osc_urid->OSC_Bundle)) in lv2_osc_forge_bundle_head()
H A Dwriter.h437 if(body->otype == osc_urid->OSC_Bundle) in lv2_osc_writer_packet()
/dports/audio/espressivo-lv2/espressivo.lv2-de1d07c/osc.lv2/osc.lv2/
H A Dosc.h119 LV2_URID OSC_Bundle; member
156 osc_urid->OSC_Bundle = map->map(map->handle, LV2_OSC__Bundle); in lv2_osc_urid_init()
H A Dutil.h138 return type == osc_urid->OSC_Bundle; in lv2_osc_is_bundle_type()
456 if(body->otype == osc_urid->OSC_Bundle) in lv2_osc_body_unroll()
H A Dforge.h136 if( (ref = lv2_atom_forge_object(forge, &frame[0], 0, osc_urid->OSC_Bundle)) in lv2_osc_forge_bundle_head()
H A Dwriter.h437 if(body->otype == osc_urid->OSC_Bundle) in lv2_osc_writer_packet()
/dports/audio/moony-lv2/moony-0.36.0/osc.lv2/osc.lv2/
H A Dosc.h119 LV2_URID OSC_Bundle; member
156 osc_urid->OSC_Bundle = map->map(map->handle, LV2_OSC__Bundle); in lv2_osc_urid_init()
H A Dutil.h264 return type == osc_urid->OSC_Bundle; in lv2_osc_is_bundle_type()
582 if(body->otype == osc_urid->OSC_Bundle) in lv2_osc_body_unroll()
H A Dforge.h136 if( (ref = lv2_atom_forge_object(forge, &frame[0], 0, osc_urid->OSC_Bundle)) in lv2_osc_forge_bundle_head()
H A Dwriter.h437 if(body->otype == osc_urid->OSC_Bundle) in lv2_osc_writer_packet()
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/osc.lv2/osc.lv2/
H A Dosc.h119 LV2_URID OSC_Bundle; member
156 osc_urid->OSC_Bundle = map->map(map->handle, LV2_OSC__Bundle); in lv2_osc_urid_init()
H A Dutil.h264 return type == osc_urid->OSC_Bundle; in lv2_osc_is_bundle_type()
582 if(body->otype == osc_urid->OSC_Bundle) in lv2_osc_body_unroll()
H A Dforge.h136 if( (ref = lv2_atom_forge_object(forge, &frame[0], 0, osc_urid->OSC_Bundle)) in lv2_osc_forge_bundle_head()
H A Dwriter.h437 if(body->otype == osc_urid->OSC_Bundle) in lv2_osc_writer_packet()
/dports/audio/synthpod-lv2/synthpod-01aad91/osc.lv2/osc.lv2/
H A Dosc.h119 LV2_URID OSC_Bundle; member
156 osc_urid->OSC_Bundle = map->map(map->handle, LV2_OSC__Bundle); in lv2_osc_urid_init()
H A Dutil.h138 return type == osc_urid->OSC_Bundle; in lv2_osc_is_bundle_type()
456 if(body->otype == osc_urid->OSC_Bundle) in lv2_osc_body_unroll()
H A Dforge.h136 if( (ref = lv2_atom_forge_object(forge, &frame[0], 0, osc_urid->OSC_Bundle))
H A Dwriter.h437 if(body->otype == osc_urid->OSC_Bundle) in lv2_osc_writer_packet()
/dports/audio/moony-lv2/moony-0.36.0/api/
H A Dapi_forge.c1049 else if(urid == moony->osc_urid.OSC_Bundle) in _lforge_typed()