|
CSL
5.2
|
#include <stdio.h>#include <stdlib.h>#include <math.h>#include <string.h>#include <errno.h>#include <config.h>#include <limits.h>#include <lo/lo.h>Go to the source code of this file.
Functions | |
| void | usage (void) |
| lo_message | create_message (char **argv) |
| int | main (int argc, char **argv) |
| void usage | ( | void | ) |
| lo_message create_message | ( | char ** | argv | ) |
Definition at line 65 of file oscsend.c.
References LO_CHAR, LO_DOUBLE, LO_FALSE, LO_FLOAT, LO_INFINITUM, LO_INT32, LO_INT64, lo_message_add_char(), lo_message_add_double(), lo_message_add_false(), lo_message_add_float(), lo_message_add_infinitum(), lo_message_add_int32(), lo_message_add_int64(), lo_message_add_midi(), lo_message_add_nil(), lo_message_add_string(), lo_message_add_symbol(), lo_message_add_true(), lo_message_free(), lo_message_new(), LO_MIDI, LO_NIL, LO_STRING, LO_SYMBOL, and LO_TRUE.
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 225 of file oscsend.c.
References create_message(), lo_address_errstr(), lo_address_new(), lo_send_message(), and usage().