home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Cdrom / Pavilions / BrainOpera / online / net-music / net-instrument / CNote.java < prev    next >
Encoding:
Java Source  |  2017-09-21  |  265 b   |  10 lines

  1.  
  2. public class CNote /* Hungarian: note */
  3. {
  4.     int iBeatNum;    /* When it first started. */
  5.     int iNoteNum;
  6.     int bstStress;    /* Assume not BST_NO_NOTE */
  7.     int iDuration;    /* -1 means undecided/infinite. */
  8.     char pvInstrument;    // MIDI instrument program number.
  9. }
  10.