stop method
void
stop()
stop terminates playing the tone
Implementation
void stop() {
_osc1.stop(0);
_osc2.stop(0);
this.status = 0;
}
stop terminates playing the tone
void stop() {
_osc1.stop(0);
_osc2.stop(0);
this.status = 0;
}