The realtime "motor" or "clock". The transport deals with realtime playback of the timeline. It provides means for registering and unregistering realtime consumers and communicates with a RealtimeProducer which is responsible for the actual data production. Transort clocking is performed within an extra thread from within the consumer's methods are called and registered transport listeners are informed about actions.
@author Hanns Holger Rutz
@version 0.70, 26-Aug-08
@todo the methods for adding and removing consumers shouldbe moved to the realtime host interface?
@todo changing sample rate while playing doesn't have an effect
@synchronization all methods must be executed in event thread!
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.