Uses of Interface
uk.org.toot.transport.TimeSource

Packages that use TimeSource
uk.org.toot.transport This package provides a small framework to synchronize the transport of virtual and external (hardware) systems such as MIDI Sequencers and multi track tape recorders. 
 

Uses of TimeSource in uk.org.toot.transport
 

Subinterfaces of TimeSource in uk.org.toot.transport
 interface Transport
          Transport is either playing or stopped.
 

Classes in uk.org.toot.transport that implement TimeSource
 class AbstractTimeSource
          A TimeSource that extrapolates from discrete previously set pairs of times, time source location and System time location, both in microseconds.
 class DefaultTimeSource
           
 class DefaultTransport
          A default concrete implementation of a Transport.
 class SystemTimeSource
          A concrete implementation of a TimeSource using System.nanoTime()
 



Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.