start method
void
start()
start plays the tone
Implementation
void start() {
_osc1.start(0);
_osc2.start(0);
this.status = 1;
}
start plays the tone
void start() {
_osc1.start(0);
_osc2.start(0);
this.status = 1;
}