Update of /cvsroot/pure-data/pd/portmidi/porttime In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15698/pd/portmidi/porttime
Modified Files: porttime.h ptmacosx_cf.c Log Message: re-synced with my own source tree...
Index: ptmacosx_cf.c =================================================================== RCS file: /cvsroot/pure-data/pd/portmidi/porttime/ptmacosx_cf.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ptmacosx_cf.c 15 Dec 2005 00:57:02 -0000 1.1 --- ptmacosx_cf.c 31 Dec 2005 02:56:03 -0000 1.2 *************** *** 92,97 **** pthread_t pthread_id;
- printf("Pt_Start() called\n"); - // /* make sure we're not already playing */ if (time_started_flag) return ptAlreadyStarted; --- 92,95 ---- *************** *** 114,118 **** PtError Pt_Stop() { - printf("Pt_Stop called\n");
CFRunLoopStop(timerRunLoop); --- 112,115 ----
Index: porttime.h =================================================================== RCS file: /cvsroot/pure-data/pd/portmidi/porttime/porttime.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** porttime.h 15 Dec 2005 00:57:02 -0000 1.1 --- porttime.h 31 Dec 2005 02:56:03 -0000 1.2 *************** *** 28,34 ****
PtError Pt_Start(int resolution, PtCallback *callback, void *userData); ! PtError Pt_Stop(); ! int Pt_Started(); ! PtTimestamp Pt_Time();
#ifdef __cplusplus --- 28,34 ----
PtError Pt_Start(int resolution, PtCallback *callback, void *userData); ! PtError Pt_Stop( void); ! int Pt_Started( void); ! PtTimestamp Pt_Time( void);
#ifdef __cplusplus