6465666768697071
/* */ /* */ public int getNumberOfNoteChannels() /* */ throws StdQTException /* */ { /* 113 */ int i = TuneGetIndexedNoteChannel(_ID(), 0, null); /* 114 */ if (i < 0) throw new StdQTException(i); /* 115 */ return i; /* */ }