channelPressure method

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

Implementation

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