From 80e4797944a63923b262fe4d1504ec6e59f12c88 Mon Sep 17 00:00:00 2001 From: Paul Giblock Date: Sat, 3 Feb 2007 10:47:21 +0000 Subject: [PATCH] Updated ChangeLong git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@459 0778d3d1-df1d-0410-868b-ea421aaaa00d --- ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/ChangeLog b/ChangeLog index f664bb121..202073e50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2007-02-03 Paul Giblock + + * plugins/lb302/lb302.cpp: + * plugins/lb302/lb302.h: + * plugins/lb302/artwork.png: + * plugins/lb302/logo.png: + * plugins/lb302/Makefile.am: + * plugins/lb302/README: + Initial release. LB302 Bass Synth beta instrument plugin + + * configure.in: + * plugins/Makefile.am: + * src/tracks/instrument_track.cpp: + Added LB302 support + + * data/projects/misc/lb302_quick.mmp: + Added LB302 demo + + * src/widgets/knob.cpp: + Fixed compile-time bug caused by pointer casted to uint + 2007-01-21 Tobias Doerffel * src/core/note_play_handle.cpp: