Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. if (synth != null) {
  2. javax.sound.midi.MidiChannel[] channels = synth.getChannels();
  3.  
  4. channels[0].allNotesOff();
  5. channels[0].allSoundOff();
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement