[Python-checkins] CVS: python/dist/src/Mac/Modules/snd sndscan.py,1.15,1.16

Jack Jansen jackjansen@users.sourceforge.net
Tue, 05 Feb 2002 14:35:33 -0800


Update of /cvsroot/python/python/dist/src/Mac/Modules/snd
In directory usw-pr-cvs1:/tmp/cvs-serv9246/Python/Mac/Modules/snd

Modified Files:
	sndscan.py 
Log Message:
Don't blacklist ModalFilterUPP but always pass it as NULL. This enables the record routines to be generated.

Index: sndscan.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/snd/sndscan.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** sndscan.py	2000/12/12 22:10:20	1.15
--- sndscan.py	2002/02/05 22:35:31	1.16
***************
*** 65,68 ****
--- 65,69 ----
  				'SndStartFilePlay',
  				'SndPauseFilePlay',
+ 				'SndRecordToFile',
  			])]
  
***************
*** 79,83 ****
  			"SoundComponentData_ptr",
  			"SoundConverter",
- 			"ModalFilterUPP",
  			]
  
--- 80,83 ----