added level<->label methods

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@181 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Javier Serrano Polo
2006-06-28 00:57:50 +00:00
parent 05e10b6125
commit aa1b3b6bc5
2 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
2006-06-28 Javier Serrano Polo <jasp00/at/terra/dot/es>
* include/level_object.h:
* src/tracks/time_pattern.cpp:
added level<->label methods
* include/automatable_object.h:
- added level<->label methods
- minimized rounding errors
2006-06-27 Javier Serrano Polo <jasp00/at/terra/dot/es>
* include/time_pattern.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-cvs20060627, tobydox/at/users/dot/sourceforge/dot/net)
AM_INIT_AUTOMAKE(lmms, 0.1.4-cvs20060627)
AC_INIT(lmms, 0.1.4-cvs20060628, tobydox/at/users/dot/sourceforge/dot/net)
AM_INIT_AUTOMAKE(lmms, 0.1.4-cvs20060628)
AM_CONFIG_HEADER(config.h)