/* */ throws StdQTException
/* */ {
/* 125 */ if (paramInt > 0) {
/* 126 */ int[] arrayOfInt = { 0 };
/* 127 */ int i = TuneGetIndexedNoteChannel(_ID(), paramInt, arrayOfInt);
/* 128 */ if (i < 0) throw new StdQTException(i);
/* 129 */ return new NoteChannel(getNoteAllocator(), arrayOfInt[0], this);
/* */ }
/* 131 */ throw new StdQTException(-2075);
/* */ }