#include <ms.h> void ms_start (MSSync *sync); void ms_stop (MSSync *sync);
void ms_start (MSSync *sync);
Starts a thread that will shedule all processing chains attached to the synchronisation source sync.
void ms_stop (MSSync *sync);
Stop the thread that was sheduling the processing chains attached to the synchronisation source sync. The processing chains are kept unchanged, no object is freed. The synchronisation source can be restarted using ms_start().