noteOn method

void noteOn(
  1. double instrument,
  2. double amp
)

Implementation

void noteOn(double instrument, double amp) => _ffiNoteOn(instrument, amp);