From 26cea2912b8ebc7451625d94f719066cb8d6949b Mon Sep 17 00:00:00 2001 From: Peter Hanappe Date: Fri, 6 Aug 2004 09:59:23 +0000 Subject: [PATCH] *** empty log message *** --- fluidsynth/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/fluidsynth/ChangeLog b/fluidsynth/ChangeLog index eb81123c..5fd410e9 100644 --- a/fluidsynth/ChangeLog +++ b/fluidsynth/ChangeLog @@ -1,3 +1,10 @@ +2004-08-06 + + * src/fluid_synth.c (fluid_synth_noteon): + fluid_synth_release_voice_on_same_note() is now called in the + noteon() function instead of in fluid_synth_start(). This fixes + the silent note problem! + 2004-07-29 * src/fluid_chan.c (fluid_channel_cc): Applied Ken Ellinwood's