diff --git a/ChangeLog b/ChangeLog index 3c67e3fc4..2fe1f5d02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +2006-07-14 Javier Serrano Polo + + * include/note.h: + * src/core/note.cpp: + - added detuning knob + - added explicit constructor from another note + + * include/note_play_handle.h: + * src/core/note_play_handle.cpp: + handle detuning automation + + * include/instrument_track.h: + send a signal when handling automation + + * src/tracks/instrument_track.cpp: + - send a signal when handling automation + - use note detuning to calculate frequency + + * src/core/arp_and_chords_tab_widget.cpp: + extended detuning to chords and arpeggios + + * include/automation_pattern.h: + * src/tracks/automation_pattern.cpp: + - automation pattern can be initialized without track + - slots moved to public + + * include/automatable_object.h: + automation pattern can be initialized without track + + * src/core/song_editor.cpp: + * src/widgets/automatable_slider.cpp: + updated clear automation method name + + * include/piano_roll.h: + added open (note in editor) mode and support methods + + * src/core/piano_roll.cpp: + - added open (note in editor) mode and support methods + - clone detuning knobs when copying/pasting notes + + * src/core/automation_editor.cpp: + - improved display when no pattern + - play buttons can be used to play related note patterns + - improved play/pause button display + 2006-07-10 Javier Serrano Polo * include/combobox.h: diff --git a/configure.in b/configure.in index 476e82554..10d0810fe 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.1.4-cvs20060710, tobydox/at/users/dot/sourceforge/dot/net) -AM_INIT_AUTOMAKE(lmms, 0.1.4-cvs20060710) +AC_INIT(lmms, 0.1.4-cvs20060714, tobydox/at/users/dot/sourceforge/dot/net) +AM_INIT_AUTOMAKE(lmms, 0.1.4-cvs20060714) AM_CONFIG_HEADER(config.h)