sendNoteOff method

Future<void> sendNoteOff(
  1. int handle,
  2. int channel,
  3. int note,
  4. int velocity,
)

Implementation

Future<void> sendNoteOff(int handle, int channel, int note, int velocity) {
  throw UnimplementedError('sendNoteOff() has not been implemented.');
}