sendNoteOn method

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

Implementation

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