From 0a000601e230304f3a8527db41cb1a7465ba33e6 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Thu, 5 Feb 2009 13:22:07 +0000 Subject: [PATCH] commited updated ChangeLog git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@2007 0778d3d1-df1d-0410-868b-ea421aaaa00d --- ChangeLog | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 813fb6d1c..aaaeefac1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2009-02-05 Tobias Doerffel + + * plugins/ladspa_effect/caps/dsp/Eq.h: + better workaround for optimizer bug in GCC >= 4.3 + + * plugins/sid/sid_instrument.cpp: + * plugins/flp_import/unrtf.cpp: + * src/core/track.cpp: + added missing header for compilation with GCC 4.4 + + * include/pattern.h: + * src/tracks/pattern.cpp: + cleanups + + * src/core/envelope_and_lfo_parameters.cpp: + - simplified formulas for calculating envelope array resulting in about + 3x performance with traditional FPU code + - loops now can be vectorized by GCC 4.4 + + * include/mixer.h: + * include/audio_port.h: + * src/core/mixer.cpp: + reworked mixer-threads (synchronization, realization of jobqueue etc.) + which results in a much better performance and stability + 2009-02-04 Andrew Kelley * src/gui/piano_roll.cpp: @@ -174,7 +199,6 @@ * src/gui/widgets/automatable_button.cpp: fix drag support for button groups ->>>>>>> .r1984 2008-12-22 Tobias Doerffel * CMakeLists.txt: