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:
23
ChangeLog
23
ChangeLog
@@ -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:
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user