From bf32fe9882d7dd1dd6fbb88f39a42371063b6cd6 Mon Sep 17 00:00:00 2001 From: "Tim E. Real" Date: Mon, 1 Nov 2010 08:36:22 +0000 Subject: All MESS plugins: compile with -fvisibility=hidden, fixes LADSPA plugins not appearing in list. Added simpledrums2 (from muse_qt4_evolution). --- muse2/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'muse2/ChangeLog') diff --git a/muse2/ChangeLog b/muse2/ChangeLog index 632b022e..378faa9f 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,3 +1,9 @@ +01.11.2010 + - Fixed all MESS plugins: compile with -fvisibility=hidden, to avoid namespace conflicts. + In particular, simplesynth was causing conflict with variable 'plugins' causing it to + be overwritten. + - So, this fixes LADSPA plugins not appearing in plugin list. + - Added simpledrums from muse_qt4_evolution, is called 'simpledrums2' and replaces the original. 31.10.2010 - Fixed Toolbar1 class. 'Snap', 'Quantize' combo boxes should work now. Thanks to Luis G. for help. (Tim) 30.10.2010 -- cgit v1.2.3