noteOff method

void noteOff(
  1. double amp
)

Implementation

void noteOff(double amp) => _ffiNoteOff(amp);