public class CNote /* Hungarian: note */ { int iBeatNum; /* When it first started. */ int iNoteNum; int bstStress; /* Assume not BST_NO_NOTE */ int iDuration; /* -1 means undecided/infinite. */ char pvInstrument; // MIDI instrument program number. }