noteOn method

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

Trigger a drum sound. instrument frequency value as if MIDI note number. General MIDI drum instrument numbers.

Implementation

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