9 May
                
                    2008
                
            
            
                9 May
                
                '08
                
            
            
            
        
    
                9:33 a.m.
            
        maximilian attems wrote:
The attached patch fixes this problem by analysing the value (0 or 127) of the midi control event and resetting the effect register in case of a release event. ...
if (chan->control[type])
Boolean MIDI controls should interpret 0..63 as false and 64..127 as true, i.e.:
+ if (chan->control[type] >= 64)
Regards, Clemens