fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fluid-dev] Fix for problem with CC changes to Bank MSB


From: D.Bartolec
Subject: Re: [fluid-dev] Fix for problem with CC changes to Bank MSB
Date: Sun, 5 Apr 2009 16:26:09 +1000

David,

You are right this part of my fix show here:

+  if ( (chan == 9) && (bank_msb == 0))
+  {
+ bank_msb = 1; /* Ignore CC value and set the default MSB value for drum channel */
+  }

is not necessary and yes it will prevent from other instruments being assigned to drum channel. I put it there to be consistent with code in fluid_channel_init where drum track is initially set to MSB:1 LSB0.
Feel free to remove it.

Regards!

   Dub






reply via email to

[Prev in Thread] Current Thread [Next in Thread]