From 89bafce641a1f7d40d34dbc07f1672026ae629cb Mon Sep 17 00:00:00 2001 From: Javier Serrano Polo Date: Sun, 6 Aug 2006 21:37:24 +0000 Subject: [PATCH] fixed BB-pattern arbitrary positioning in song editor git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@284 0778d3d1-df1d-0410-868b-ea421aaaa00d --- ChangeLog | 20 ++++++++++++++++++++ configure.in | 4 ++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 71fe52496..356100ba2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2006-08-06 Javier Serrano Polo + + * include/engine.h: + * include/midi_time.h: + * src/core/engine.cpp: + * src/core/note_play_handle.cpp: + * src/tracks/bb_track.cpp: + * src/tracks/sample_track.cpp: + frames computation based on 64th of a tact, fixes BB-pattern arbitrary + positioning in song editor + + * include/song_editor.h: + * src/core/song_editor.cpp: + - frames computation based on 64th of a tact + - changed playPos frame counter to float, improves timing precision + + * src/tracks/instrument_track.cpp: + - frames computation based on 64th of a tact + - simplified note playing + 2006-08-03 Javier Serrano Polo * src/core/automation_editor.cpp: diff --git a/configure.in b/configure.in index c87a2244f..989906aec 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.2.1-cvs20060803, tobydox/at/users/dot/sourceforge/dot/net) -AM_INIT_AUTOMAKE(lmms, 0.2.1-cvs20060803) +AC_INIT(lmms, 0.2.1-cvs20060806, tobydox/at/users/dot/sourceforge/dot/net) +AM_INIT_AUTOMAKE(lmms, 0.2.1-cvs20060806) AM_CONFIG_HEADER(config.h)