129130131132133134135136137138139
log.debug("Playing: "+o); nt=(Note)o; if (nt.getPitch()>=pit) { pit=nt.getPitch(); } else { nt.transpose(12); } n[i]=nt; } MidiThread mt=MidiThread.getInstance(); if (mt==null) {