home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / javax / sound / midi / VoiceStatus.class (.txt) < prev   
Encoding:
Java Class File  |  1979-12-31  |  341 b   |  11 lines

  1. package javax.sound.midi;
  2.  
  3. public class VoiceStatus {
  4.    public boolean active = false;
  5.    public int channel = 0;
  6.    public int bank = 0;
  7.    public int program = 0;
  8.    public int note = 0;
  9.    public int volume = 0;
  10. }
  11.