pitchBend method

Future<void> pitchBend(
  1. int sfId,
  2. int channel,
  3. int value
)

Implementation

Future<void> pitchBend(int sfId, int channel, int value) {
  throw UnimplementedError('pitchBend() has not been implemented.');
}