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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DRealTimeSequencer.java104 private final MidiUtils.TempoCache tempoCache = new MidiUtils.TempoCache(); field in class:RealTimeSequencer
197 tempoCache.refresh(sequence);
205 tempoCache.refresh(sequence);
383 return tempoCache.getTempoMPQAt(getTickPosition());
507 synchronized (tempoCache) {
508 return MidiUtils.tick2microsecond(sequence, getDataPump().getTickPos(), tempoCache);
531 synchronized(tempoCache) {
532 setTickPosition(MidiUtils.microsecond2tick(sequence, microseconds, tempoCache));
877 tempoCache.refresh(sequence);
976 return tempoCache;
[all...]

Completed in 31 milliseconds