[PD-cvs] pd/src m_sched.c,1.1.1.2.2.7.2.2,1.1.1.2.2.7.2.3

carmen rocco ix9 at users.sourceforge.net
Mon Apr 12 02:45:40 CEST 2004


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

Modified Files:
      Tag: impd_0_37
	m_sched.c 
Log Message:
hardcode peakmeter update to ~16x a second


Index: m_sched.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_sched.c,v
retrieving revision 1.1.1.2.2.7.2.2
retrieving revision 1.1.1.2.2.7.2.3
diff -C2 -d -r1.1.1.2.2.7.2.2 -r1.1.1.2.2.7.2.3
*** m_sched.c	11 Apr 2004 05:16:33 -0000	1.1.1.2.2.7.2.2
--- m_sched.c	12 Apr 2004 00:45:38 -0000	1.1.1.2.2.7.2.3
***************
*** 310,315 ****
  	sched_lastoutdb = outdb;
      }
!     sched_nextmeterpolltime =
!     	sched_diddsp + (int)(sys_dacsr / 16 / (double)sys_schedblocksize);
  }
  
--- 310,314 ----
  	sched_lastoutdb = outdb;
      }
!     sched_nextmeterpolltime = sched_diddsp + 43;
  }
  





More information about the Pd-cvs mailing list