playNote method

Future<void> playNote(
  1. int channel,
  2. int key,
  3. int velocity,
  4. int sfId,
)

Implementation

Future<void> playNote(int channel, int key, int velocity, int sfId) {
  throw UnimplementedError('playNote() has not been implemented.');
}