setSostenuto method

void setSostenuto(
  1. int value
)

Implementation

void setSostenuto(int value) {
  _sostenuto = value >= 64;
}