[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11692] branches/soc-2007-hcube/source/ blender/include/BSE_seqaudio.h: Added functions to get frame count from audio system, and added a skeleton of mixdown function.

Csaba Hruska csaba.hruska at gmail.com
Sun Aug 19 12:45:14 CEST 2007


Revision: 11692
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11692
Author:   hcube
Date:     2007-08-19 12:45:13 +0200 (Sun, 19 Aug 2007)

Log Message:
-----------
Added functions to get frame count from audio system, and added a skeleton of mixdown function.

Modified Paths:
--------------
    branches/soc-2007-hcube/source/blender/include/BSE_seqaudio.h

Modified: branches/soc-2007-hcube/source/blender/include/BSE_seqaudio.h
===================================================================
--- branches/soc-2007-hcube/source/blender/include/BSE_seqaudio.h	2007-08-19 10:42:41 UTC (rev 11691)
+++ branches/soc-2007-hcube/source/blender/include/BSE_seqaudio.h	2007-08-19 10:45:13 UTC (rev 11692)
@@ -11,5 +11,7 @@
 int  seqaudio_getframeposition(void);
 void seqaudio_setframeposition(int framePos);
 
+void seqaudio_mixdown(void);
+
 // these functions are implemented in seqaudio.c
 #endif





More information about the Bf-blender-cvs mailing list