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
This commit is contained in:
Javier Serrano Polo
2006-07-03 21:35:30 +00:00
parent 7b874c00d7
commit a124c7cbc6
2 changed files with 21 additions and 2 deletions

View File

@@ -1,3 +1,22 @@
2006-07-03 Javier Serrano Polo <jasp00/at/terra/dot/es>
* 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 <jasp00/at/terra/dot/es>
* include/surround_area.h:

View File

@@ -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)