From d07d342381f889de6e8c193e759a365b82334480 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Sun, 30 Mar 2008 20:57:41 +0000 Subject: [PATCH] misc fixes git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@821 0778d3d1-df1d-0410-868b-ea421aaaa00d --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9a4dc9e35..ef55e4e8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,13 +3,13 @@ * src/core/song_editor.cpp: removed obsolete SIGNAL/SLOT-connection - * include/effect_chain.h: * plugins/bass_booster/bass_booster.cpp: * plugins/ladspa_effect/ladspa_effect.cpp: compare out_sum against getGate()+0.0001f as getGate() might be 0 while out_sum in many cases never will reach 0,0...0 again - fixes high CPU-usage even after stop playing + * include/effect_chain.h: * plugins/ladspa_effect/ladspa_effect.cpp: made controls have a track to allow automation of LADSPA-controls