diff options
-rw-r--r-- | utils/vlc_codec/libadlmidi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/vlc_codec/libadlmidi.c b/utils/vlc_codec/libadlmidi.c index a345e7b..e4aabe0 100644 --- a/utils/vlc_codec/libadlmidi.c +++ b/utils/vlc_codec/libadlmidi.c @@ -244,7 +244,7 @@ static block_t *DecodeBlock (decoder_t *p_dec, block_t **pp_block) adl_rt_channelAfterTouch(p_sys->synth, channel, p1); break; case 0xE0: - adl_rt_pitchBendML(p_sys->synth, channel, p2, p2); + adl_rt_pitchBendML(p_sys->synth, channel, p2, p1); break; } |