[PD-cvs] pd/src s_stuff.h,1.5.4.4,1.5.4.5

Tim Blechmann timblech at users.sourceforge.net
Fri Apr 8 14:45:27 CEST 2005


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15997

Modified Files:
      Tag: devel_0_38
	s_stuff.h 
Log Message:
callback based scheduling for jack


Index: s_stuff.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/s_stuff.h,v
retrieving revision 1.5.4.4
retrieving revision 1.5.4.5
diff -C2 -d -r1.5.4.4 -r1.5.4.5
*** s_stuff.h	14 Dec 2004 10:02:14 -0000	1.5.4.4
--- s_stuff.h	8 Apr 2005 12:45:25 -0000	1.5.4.5
***************
*** 130,133 ****
--- 130,139 ----
  void sched_set_using_dacs(int flag);
  
+ /* tb { */
+ EXTERN int sys_keepsched;         /* if 0: change scheduler mode  */
+ EXTERN int sys_callbackscheduler; /* if 1: change scheduler to callback based dsp */
+ /* tb } */
+ 
+ 
  /* s_inter.c */
  
***************
*** 226,230 ****
          int maxndev, int devdescsize);
  
! int jack_open_audio(int wantinchans, int wantoutchans, int srate);
  void jack_close_audio(void);
  int jack_send_dacs(void);
--- 232,236 ----
          int maxndev, int devdescsize);
  
! int jack_open_audio(int wantinchans, int wantoutchans, int srate, int scheduler);
  void jack_close_audio(void);
  int jack_send_dacs(void);





More information about the Pd-cvs mailing list