From a124c7cbc686adb279a1f88d16916589a7a6302c Mon Sep 17 00:00:00 2001 From: Javier Serrano Polo Date: Mon, 3 Jul 2006 21:35:30 +0000 Subject: [PATCH] removed all automation from audio file processor git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@205 0778d3d1-df1d-0410-868b-ea421aaaa00d --- ChangeLog | 19 +++++++++++++++++++ configure.in | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c289b1f7f..4fd68b51f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2006-07-03 Javier Serrano Polo + + * plugins/audio_file_processor/audio_file_processor.cpp: + removed all automation + + * src/widgets/automatable_button.cpp: + button groups may not use automation + + * src/widgets/knob.cpp: + knobs may not use automation + + * include/automatable_object.h: + - moved update flag to automation pattern + - moved nullTrack() to public + + * include/automation_pattern.h: + * src/tracks/automation_pattern.cpp: + moved update flag from automatable object + 2006-07-02 Javier Serrano Polo * include/surround_area.h: diff --git a/configure.in b/configure.in index 72dcfdb16..7a1b07de8 100644 --- a/configure.in +++ b/configure.in @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.50) -AC_INIT(lmms, 0.1.4-cvs20060702, tobydox/at/users/dot/sourceforge/dot/net) -AM_INIT_AUTOMAKE(lmms, 0.1.4-cvs20060702) +AC_INIT(lmms, 0.1.4-cvs20060703, tobydox/at/users/dot/sourceforge/dot/net) +AM_INIT_AUTOMAKE(lmms, 0.1.4-cvs20060703) AM_CONFIG_HEADER(config.h)