selectInstrument method

Future<void> selectInstrument(
  1. int sfId,
  2. int channel,
  3. int bank,
  4. int program,
)

Implementation

Future<void> selectInstrument(int sfId, int channel, int bank, int program) {
  throw UnimplementedError('selectInstrument() has not been implemented.');
}