ZynAddSubFX: made MIDI pitch bend work
Always send MIDI pitch bend events to MIDI channel 0 for the time being.
Makes MIDI pitch wheel work with ZynAddSubFX.
(cherry picked from commit 9873b880e2)
This commit is contained in:
@@ -169,7 +169,7 @@ public:
|
||||
}
|
||||
break;
|
||||
case MidiPitchBend:
|
||||
master->SetController( _e.m_channel,
|
||||
master->SetController( 0,
|
||||
C_pitchwheel,
|
||||
_e.m_data.m_param[0] +
|
||||
_e.m_data.m_param[1]*128-8192 );
|
||||
|
||||
Reference in New Issue
Block a user