added "Auto" view in automation editor

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@277 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Javier Serrano Polo
2006-08-01 21:30:55 +00:00
parent 629641dc33
commit 71b208b6f7
2 changed files with 25 additions and 2 deletions

View File

@@ -1,3 +1,26 @@
2006-08-01 Javier Serrano Polo <jasp00/at/terra/dot/es>
* include/automation_editor.h:
added "Auto" view
* src/core/automation_editor.cpp:
- added "Auto" view
- improved labels display
- removed duplicate variable y_base
* include/song_editor.h:
* src/core/engine.cpp:
* src/core/song_editor.cpp:
- moved framesPerTact() from songEditor to engine
- update frames per tact only when changes happen
* include/engine.h:
* src/core/note_play_handle.cpp:
* src/tracks/bb_track.cpp:
* src/tracks/instrument_track.cpp:
* src/tracks/sample_track.cpp:
moved framesPerTact() from songEditor to engine
2006-07-27 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* configure.in:

View File

@@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
AC_INIT(lmms, 0.2.1, tobydox/at/users/dot/sourceforge/dot/net)
AM_INIT_AUTOMAKE(lmms, 0.2.1)
AC_INIT(lmms, 0.2.1-cvs20060801, tobydox/at/users/dot/sourceforge/dot/net)
AM_INIT_AUTOMAKE(lmms, 0.2.1-cvs20060801)
AM_CONFIG_HEADER(config.h)