noteOn method

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

Implementation

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