Real Time Open Sound Control librtosc
|
Iterator over arg values. More...
#include <rtosc.h>
Public Attributes | |
const rtosc_arg_val_t * | av |
the arg val referenced | |
size_t | i |
position of this arg val | |
int | range_i |
position of this arg val in its range | |
Iterator over arg values.
Always use this iterator for iterating because it automatically skips to the next offset, even in case of arrays etc. Also, it walks through ranges, as if they were not existing.