de
.
sciss
.
synth
.
proc
Transport
trait
Transport
[
S <:
Sys
[S]
,
Elem
,
U
]
extends
Disposable
[Tx] with
Chronos
[S]
Linear Supertypes
Chronos
[S],
Disposable
[Tx], AnyRef,
Any
Known Subclasses
Offline
Ordering
Alphabetic
By inheritance
Inherited
Hide All
Show all
Transport
Chronos
Disposable
AnyRef
Any
Visibility
Public
All
Abstract Value Members
abstract
def
dispose
()
(
implicit
tx: Tx
)
:
Unit
Definition Classes
Disposable
abstract
def
isPlaying
(
implicit
tx: Tx
)
:
Boolean
abstract
def
iterator
(
implicit
tx: Tx
)
:
Iterator
[Tx, (
SpanLike
,
TimedElem
[S, Elem])]
Iterator over all processes which intersect with the current time.
abstract
def
play
()
(
implicit
tx: Tx
)
:
Unit
abstract
def
react
(
fun: (
Update
[S, Elem, U]) ⇒
Unit
)
(
implicit
tx: Tx
)
:
Disposable
[Tx]
abstract
def
reactTx
(
fun: (Tx) ⇒ (
Update
[S, Elem, U]) ⇒
Unit
)
(
implicit
tx: Tx
)
:
Disposable
[Tx]
abstract
def
sampleRate
:
Double
abstract
def
seek
(
time:
Long
)
(
implicit
tx: Tx
)
:
Unit
abstract
def
stop
()
(
implicit
tx: Tx
)
:
Unit
abstract
def
time
(
implicit
tx: Tx
)
:
Long
Definition Classes
Chronos
Concrete Value Members
final
def
!=
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
: T0
Definition Classes
Any
def
clone
()
: AnyRef
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
eq
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
getClass
()
: java.lang.Class[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒ T0
)
: T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
Inherited from
Chronos
[S]
Inherited from
Disposable
[Tx]
Inherited from AnyRef
Inherited from
Any