[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11024] branches/soc-2007-hcube/intern/ tinySND/intern/SND_FXMixer.cpp: added hint

Csaba Hruska csaba.hruska at gmail.com
Fri Jun 22 19:20:49 CEST 2007


Revision: 11024
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11024
Author:   hcube
Date:     2007-06-22 19:20:49 +0200 (Fri, 22 Jun 2007)

Log Message:
-----------
added hint

Modified Paths:
--------------
    branches/soc-2007-hcube/intern/tinySND/intern/SND_FXMixer.cpp

Modified: branches/soc-2007-hcube/intern/tinySND/intern/SND_FXMixer.cpp
===================================================================
--- branches/soc-2007-hcube/intern/tinySND/intern/SND_FXMixer.cpp	2007-06-22 17:12:30 UTC (rev 11023)
+++ branches/soc-2007-hcube/intern/tinySND/intern/SND_FXMixer.cpp	2007-06-22 17:20:49 UTC (rev 11024)
@@ -121,7 +121,11 @@
 	
 	// if our buffer is not enough big, then allocate a new one
 	// !!!!!!!! UNIMPLEMENTED YET !!!!!!!!!!!!!!!!!!!!
+
+	// Do only fake mixing, not physically correct
+	// FIXIT!!!!!!!!!!!!
 	
+		
 	// collect sounds where data is available, count them
 	sndNum = 0;
 	for( i = mSounds.begin() ; i != mSounds.end() ; ++i )





More information about the Bf-blender-cvs mailing list