Searched refs:TempoCache (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DMidiUtils.java136 public static long tick2microsecond(Sequence seq, long tick, TempoCache cache) {
143 cache = new TempoCache(seq);
187 public static long microsecond2tick(Sequence seq, long micros, TempoCache cache) {
201 cache = new TempoCache(seq);
270 public static final class TempoCache { class in class:MidiUtils
282 public TempoCache() { method in class:MidiUtils.TempoCache
291 public TempoCache(Sequence seq) { method in class:MidiUtils.TempoCache
H A DRealTimeSequencer.java104 private final MidiUtils.TempoCache tempoCache = new MidiUtils.TempoCache();
816 setTempoInMPQ((new MidiUtils.TempoCache(sequence)).getTempoMPQAt(getTickPosition()));
975 private MidiUtils.TempoCache getTempoCache() {

Completed in 650 milliseconds