/* */ /** @deprecated */
/* */ public void playNoteFor(float paramFloat, int paramInt1, int paramInt2)
/* */ throws QTException
/* */ {
/* 174 */ if (this.t == null) {
/* 175 */ this.t = new Timer(1, 1, new TurnOffNotes());
/* 176 */ this.t.setTickling(false);
/* 177 */ this.t.setActive(true);
/* 178 */ this.t.setRate(1.0F);
/* */ } else {
/* 180 */ this.t.setActive(true);