public void stop() {
   in.close();
   minim.stop();
   super.stop();
 }
Exemplo n.º 2
0
 public void stop() {
   mymod.stop();
   super.stop();
 }
Exemplo n.º 3
0
 // Close the sound engine
 public void stop() {
   Sonia.stop();
   super.stop();
 }