noteOn method

void noteOn(
  1. int note,
  2. int velocity
)

Implementation

void noteOn(int note, int velocity) =>
    _lib.fmsynth_note_on(_nativeInstance, note, velocity);