O2 2.0
A communication protocol for interactive music and media applications.
o2sched.h
1// O2sched.h -- header for os_sched.c
2
3O2err o2_schedule(O2sched_ptr scheduler);
4
5void o2_sched_finish(O2sched_ptr s);
6
7void o2_sched_start(O2sched_ptr s, O2time start_time);
8
9void o2_sched_initialize(void);
10
11void o2_sched_poll(void);
12
double O2time
O2 timestamps are doubles representing seconds since the approximate start time of the ensemble.
Definition: o2.h:625
O2err
return values used generally by O2 functions
Definition: o2.h:329