changeProgram method

  1. @override
Future<void> changeProgram({
  1. required int program,
  2. int channel = 0,
})
override

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');
}