changeProgram method
Change the program (instrument) on a channel
program - Program number (0-127)
channel - MIDI channel (0-15)
Implementation
@override
Future<void> changeProgram({
required int program,
int channel = 0,
}) async {
debugPrint('Web platform: Program change not yet implemented');
}