stop method

void stop()

Implementation

void stop() {
  _osc1.stop(0);
  _osc2.stop(0);
  this.status = 0;
}