Set MidiPgmChangeAutomation control value

This commit is contained in:
Robin Gareus
2016-12-07 12:45:01 +01:00
parent 28ab1f1f74
commit fe45f9bc21

View File

@@ -182,6 +182,8 @@ public:
return poly_pressure();
case MIDI_CMD_CHANNEL_PRESSURE:
return channel_pressure();
case MIDI_CMD_PGM_CHANGE:
return pgm_number();
default:
return 0;
}