Home
last modified time | relevance | path

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

/dports/audio/liblo/liblo-0.31/src/
H A Dbundle.c30 lo_bundle b = (lo_bundle) calloc(1, sizeof(struct _lo_bundle)); in lo_bundle_new()
41 void lo_bundle_incref(lo_bundle b) in lo_bundle_incref()
52 static lo_bundle *push_to_list(lo_bundle *list, lo_bundle ptr, size_t *len, size_t *size) in push_to_list()
56 list = (lo_bundle*) realloc(list, *size * sizeof(lo_bundle)); in push_to_list()
65 static lo_bundle *pop_from_list(lo_bundle *list, size_t *len, size_t *size) in pop_from_list()
71 static int is_in_list(lo_bundle *list, lo_bundle ptr, size_t *len) in is_in_list()
82 static lo_bundle *walk_tree(lo_bundle *B, lo_bundle b, size_t *len, size_t *size, int *ret) in walk_tree()
117 lo_bundle *B = (lo_bundle*) calloc(size, sizeof(lo_bundle)); in lo_bundle_circular()
149 lo_bundle bndl = (lo_bundle) elmnt; in lo_bundle_add_element()
181 int lo_bundle_add_bundle(lo_bundle b, lo_bundle n) in lo_bundle_add_bundle()
[all …]
H A Dlo_types_internal.h208 typedef struct _lo_bundle *lo_bundle; typedef
213 lo_bundle bundle;
H A Dsend.c133 lo_bundle b = lo_bundle_new(ts); in lo_send_timestamped_varargs_internal()
188 lo_bundle b = NULL; in lo_send_from_varargs_internal()
592 int lo_send_bundle(lo_address a, lo_bundle b) in lo_send_bundle()
598 int lo_send_bundle_from(lo_address a, lo_server from, lo_bundle b) in lo_send_bundle_from()
H A Dtestlo.c1501 lo_bundle b; in test_bundle()
1548 lo_bundle b2 = 0; in test_bundle()
/dports/audio/liblo/liblo-0.31/lo/
H A Dlo_lowlevel.h91 int lo_send_bundle(lo_address targ, lo_bundle b);
491 lo_bundle lo_bundle_new(lo_timetag tt);
501 void lo_bundle_incref(lo_bundle b);
521 int lo_bundle_add_bundle(lo_bundle b, lo_bundle n);
530 size_t lo_bundle_length(lo_bundle b);
537 unsigned int lo_bundle_count(lo_bundle b);
555 lo_bundle lo_bundle_get_bundle(lo_bundle b, int index);
597 void lo_bundle_free(lo_bundle b);
604 void lo_bundle_free_recursive(lo_bundle b);
611 void lo_bundle_free_messages(lo_bundle b);
[all …]
H A Dlo_cpp.h205 lo_bundle b = lo_bundle_new(ts); in send()
216 int send(lo_bundle b) in send()
247 lo_bundle b = lo_bundle_new(ts); in send_from()
258 int send_from(lo::ServerThread &from, lo_bundle b) const;
260 int send_from(lo_server from, lo_bundle b) const in send_from()
964 bundle((lo_bundle)0) {} in ElementT()
981 Bundle(lo_bundle b) in Bundle()
1014 : Bundle((lo_bundle)b) {} in Bundle()
1027 int add(const lo_bundle b) in add()
1080 operator lo_bundle() const in lo_bundle() function
[all …]
H A Dlo_types.h69 typedef void *lo_bundle; typedef
/dports/audio/p5-Net-LibLO/Net-LibLO-0.06/lib/Net/
H A DLibLO.xs250 lo_bundle
269 lo_bundle b
278 lo_bundle b
285 lo_bundle b
292 lo_bundle b
396 lo_bundle bundle
H A Dtypemap4 lo_bundle T_PTROBJ
/dports/audio/py-pyliblo/pyliblo-0.10.0/src/
H A Dliblo.pxd24 ctypedef void *lo_bundle
53 int lo_send_bundle_from(lo_address targ, lo_server serv, lo_bundle b)
112 lo_bundle lo_bundle_new(lo_timetag tt)
113 void lo_bundle_free(lo_bundle b)
114 void lo_bundle_add_message(lo_bundle b, char *path, lo_message m)
H A Dliblo.pyx1005 cdef lo_bundle _bundle
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/rtosc/test/
H A Dliblo.c153 lo_bundle ms4 = lo_bundle_new(time); in main()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/hidapi/hidapi2osc/
H A Dhidapi2osc.cpp330 lo_bundle b = lo_bundle_new( LO_TT_IMMEDIATE ); in info_handler()
370 lo_bundle b = lo_bundle_new( LO_TT_IMMEDIATE ); in send_elements_hid_info()
/dports/audio/liblo/liblo-0.31/src/tools/
H A Doscsendfile.c284 lo_bundle b = 0; in send_file()