Commit dc07f6a0 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

fluidsynth: fix code point for channel aftertouch

parent 1ae21d47
......@@ -219,7 +219,7 @@ static aout_buffer_t *DecodeBlock (decoder_t *p_dec, block_t **pp_block)
case 0xC0:
fluid_synth_program_change (p_sys->synth, channel, p1);
break;
case 0xA0:
case 0xD0:
fluid_synth_channel_pressure (p_sys->synth, channel, p1);
break;
case 0xE0:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment