Data Fields | |
| int32_t | i |
| int32_t | i32 |
| int64_t | h |
| int64_t | i64 |
| float | f |
| float | f32 |
| double | d |
| double | f64 |
| char | s |
| char | S |
| char | c |
| uint8_t | m [4] |
| lo_timetag | t |
Types can generally be read using argv[n]->t where n is the argument number and t is the type character, with the exception of strings and symbols whihc must be read with &argv[n]->t.
|
|
Standard C, 8 bit, char. |
|
|
64 bit IEEE-754 double. |
|
|
32 bit IEEE-754 float. |
|
|
32 bit IEEE-754 float. |
|
|
64 bit IEEE-754 double. |
|
|
64 bit signed integer. |
|
|
32 bit signed integer. |
|
|
32 bit signed integer. |
|
|
64 bit signed integer. |
|
|
A 4 byte MIDI packet. |
|
|
Standard C, NULL terminated, string. Used in systems which distinguish strings and symbols. |
|
|
Standard C, NULL terminated string. |
|
|
OSC TimeTag value. |
1.4.1