Update of /cvsroot/audacity/audacity-src/src
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv19825/src

Modified Files:
        Makefile.in configtemplate.h 
Log Message:
Added sbsms and a sliding time scale/pitch shift effect.  Modified 
configuration for unix/win build to include sbsms.


Index: Makefile.in
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Makefile.in,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -d -r1.149 -r1.150
--- Makefile.in 18 Nov 2008 22:38:53 -0000      1.149
+++ Makefile.in 25 Nov 2008 06:45:47 -0000      1.150
@@ -1,4 +1,4 @@
-########################################
+#######################################
 #
 # Audacity Makefile
 #
@@ -114,6 +114,8 @@
        effects/EffectManager.o \
        effects/SimpleMono.o \
        effects/SimplePairedTwoTrack.o \
+       effects/SBSMSEffect.o \
+       effects/TimeScale.o \
        effects/SoundTouchEffect.o \
        effects/LoadEffects.o \
        effects/Amplify.o \

Index: configtemplate.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/configtemplate.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- configtemplate.h    10 Aug 2008 18:09:03 -0000      1.35
+++ configtemplate.h    25 Nov 2008 06:45:47 -0000      1.36
@@ -127,6 +127,9 @@
 /* Define if SLV2 (library for loading LV2 plugins) should be enabled */
 #undef USE_SLV2
 
+/* Define if SBSMS support should be enabled */
+#undef USE_SBSMS
+
 /* Define if SoundTouch support should be enabled */
 #undef USE_SOUNDTOUCH
 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to