de
.
sciss
.
synth
.
proc
.
AudioCue
Obj
Related Docs:
trait Obj
|
package AudioCue
object
Obj
extends
ExprTypeImpl
[
AudioCue
,
Obj
]
Linear Supertypes
ExprTypeImpl
[
AudioCue
,
Obj
],
TypeImpl1
[
Obj
],
_1
[
Obj
],
TypeImpl
[
Extension1
[
Obj
]],
TypeImplLike
[
Extension1
[
Obj
]],
Expr
[
AudioCue
,
Obj
],
Type
,
Type
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
Obj
ExprTypeImpl
TypeImpl1
_1
TypeImpl
TypeImplLike
Expr
Type
Type
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
type
A
=
AudioCue
Definition Classes
Expr
final
class
Apply
[
S <:
Sys
[
S
]
]
extends
NodeImpl
[
S
,
AudioCue
] with
Obj
[
S
]
type
Const
[
S <:
Sys
[
S
]
]
=
Obj
[
S
] with
lucre.expr.Expr.Const
[
S
,
A
]
Definition Classes
Expr
trait
ConstImpl
[
S <:
Sys
[
S
]
]
extends
lucre.expr.impl.ConstImpl
[
S
,
lucre.expr.impl.ExprTypeImpl.A
]
Attributes
protected
Definition Classes
ExprTypeImpl
type
Ex
[
S <:
Sys
[
S
]
]
=
Obj
[
S
]
Definition Classes
Expr
sealed abstract
class
LongOp
extends
Op
[
AudioCue
,
Obj
]
sealed
trait
LongOpImpl
[
S <:
Sys
[
S
]
]
extends
NodeImpl
[
S
,
AudioCue
] with
Obj
[
S
]
final
class
Ops
[
S <:
Sys
[
S
]
]
extends
AnyVal
final
class
ReplaceOffset
[
S <:
Sys
[
S
]
]
extends
LongOpImpl
[
S
]
final
class
Shift
[
S <:
Sys
[
S
]
]
extends
LongOpImpl
[
S
]
type
Var
[
S <:
Sys
[
S
]
]
=
Obj
[
S
] with
lucre.stm.Var
[
lucre.expr.Type.Expr.Var.S.Tx
,
Obj
[
S
]]
Definition Classes
Expr
trait
VarImpl
[
S <:
Sys
[
S
]
]
extends
lucre.expr.impl.VarImpl
[
S
,
lucre.expr.impl.ExprTypeImpl.A
,
lucre.expr.impl.ExprTypeImpl.Ex
[
S
]]
Attributes
protected
Definition Classes
ExprTypeImpl
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
object
Offset
extends
LongOp
with
Product
with
Serializable
object
Var
Definition Classes
Expr
final
def
addExtension
(
exts:
Array
[
Extension1
[
Obj
]]
,
ext:
Extension1
[
Obj
]
)
:
Array
[
Extension1
[
Obj
]]
Attributes
protected
Definition Classes
TypeImplLike
def
apply
[
S <:
Sys
[
S
]
]
(
artifact:
Artifact
[
S
]
,
spec:
AudioFileSpec
,
offset:
LongObj
[
S
]
,
gain:
DoubleObj
[
S
]
)
(
implicit
tx:
Obj.apply.S.Tx
)
:
Obj
[
S
]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.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[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
findExt
(
op:
Int
)
:
Extension1
[
Obj
]
Attributes
protected
Definition Classes
TypeImpl
final
def
findExt
(
exts:
Array
[
Extension1
[
Obj
]]
,
op:
Int
)
:
Extension1
[
Obj
]
Attributes
protected
Definition Classes
TypeImplLike
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
init
()
:
Unit
Definition Classes
Obj
→ Type → Type
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
mkConst
[
S <:
Sys
[
S
]
]
(
id:
Obj.mkConst.S.ID
,
value:
A
)
(
implicit
tx:
Obj.mkConst.S.Tx
)
:
Const
[
S
]
Attributes
protected
Definition Classes
Obj
→ ExprTypeImpl
def
mkExtArray
(
size:
Int
)
:
Array
[
Extension1
[
Obj
]]
Attributes
protected
Definition Classes
TypeImpl1 → TypeImplLike
def
mkVar
[
S <:
Sys
[
S
]
]
(
targets:
Targets
[
S
]
,
vr:
Obj.mkVar.S.Var
[
Ex
[
S
]]
,
connect:
Boolean
)
(
implicit
tx:
Obj.mkVar.S.Tx
)
:
Var
[
S
]
Attributes
protected
Definition Classes
Obj
→ ExprTypeImpl
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
implicit final
def
newConst
[
S <:
Sys
[
S
]
]
(
value:
A
)
(
implicit
tx:
lucre.expr.impl.ExprTypeImpl.newConst.S.Tx
)
:
Const
[
S
]
Definition Classes
ExprTypeImpl → Expr
final
def
newVar
[
S <:
Sys
[
S
]
]
(
init:
Ex
[
S
]
)
(
implicit
tx:
lucre.expr.impl.ExprTypeImpl.newVar.S.Tx
)
:
Var
[
S
]
Definition Classes
ExprTypeImpl → Expr
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
read
[
S <:
Sys
[
S
]
]
(
in:
DataInput
,
access:
lucre.expr.impl.ExprTypeImpl.read.S.Acc
)
(
implicit
tx:
lucre.expr.impl.ExprTypeImpl.read.S.Tx
)
:
Ex
[
S
]
Definition Classes
ExprTypeImpl → Expr
final
def
readConst
[
S <:
Sys
[
S
]
]
(
in:
DataInput
,
access:
lucre.expr.impl.ExprTypeImpl.readConst.S.Acc
)
(
implicit
tx:
lucre.expr.impl.ExprTypeImpl.readConst.S.Tx
)
:
Const
[
S
]
Definition Classes
ExprTypeImpl → Expr
def
readCookie
[
S <:
Sys
[
S
]
]
(
in:
DataInput
,
access:
lucre.expr.impl.ExprTypeImpl.readCookie.S.Acc
,
cookie:
Byte
)
(
implicit
tx:
lucre.expr.impl.ExprTypeImpl.readCookie.S.Tx
)
:
Ex
[
S
]
Attributes
protected
Definition Classes
ExprTypeImpl
final
def
readExtension
[
S <:
Sys
[
S
]
]
(
op:
Int
,
in:
DataInput
,
access:
lucre.expr.impl.TypeImpl1.readExtension.S.Acc
,
targets:
Targets
[
S
]
)
(
implicit
tx:
lucre.expr.impl.TypeImpl1.readExtension.S.Tx
)
:
Obj
[
S
]
Attributes
protected
Definition Classes
TypeImpl1
def
readIdentifiedObj
[
S <:
Sys
[
S
]
]
(
in:
DataInput
,
access:
lucre.expr.impl.ExprTypeImpl.readIdentifiedObj.S.Acc
)
(
implicit
tx:
lucre.expr.impl.ExprTypeImpl.readIdentifiedObj.S.Tx
)
:
Ex
[
S
]
Definition Classes
ExprTypeImpl → Type → Type
def
readNode
[
S <:
Sys
[
S
]
]
(
in:
DataInput
,
access:
lucre.expr.impl.ExprTypeImpl.readNode.S.Acc
,
targets:
Targets
[
S
]
)
(
implicit
tx:
lucre.expr.impl.ExprTypeImpl.readNode.S.Tx
)
:
Ex
[
S
]
Attributes
protected
Definition Classes
ExprTypeImpl
final
def
readObj
[
S <:
Sys
[
S
]
]
(
in:
DataInput
,
access:
lucre.stm.Obj.Type.readObj.S.Acc
)
(
implicit
tx:
lucre.stm.Obj.Type.readObj.S.Tx
)
:
lucre.stm.Obj
[
S
]
Definition Classes
Type → Type
final
def
readVar
[
S <:
Sys
[
S
]
]
(
in:
DataInput
,
access:
lucre.expr.impl.ExprTypeImpl.readVar.S.Acc
)
(
implicit
tx:
lucre.expr.impl.ExprTypeImpl.readVar.S.Tx
)
:
Var
[
S
]
Definition Classes
ExprTypeImpl → Expr
final
def
registerExtension
(
ext:
Extension1
[
Obj
]
)
:
Unit
Definition Classes
TypeImpl
implicit final
def
serializer
[
S <:
Sys
[
S
]
]
:
Serializer
[
lucre.expr.impl.ExprTypeImpl.serializer.S.Tx
,
lucre.expr.impl.ExprTypeImpl.serializer.S.Acc
,
Ex
[
S
]]
Definition Classes
ExprTypeImpl → Expr
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
typeID
:
Int
Definition Classes
Obj
→ Type
def
unapply
[
S <:
Sys
[
S
]
]
(
expr:
Obj
[
S
]
)
:
Option
[(
Artifact
[
S
],
AudioFileSpec
,
LongObj
[
S
],
DoubleObj
[
S
])]
def
valueSerializer
:
ImmutableSerializer
[
AudioCue
]
Definition Classes
Obj
→ Expr
implicit final
def
varSerializer
[
S <:
Sys
[
S
]
]
:
Serializer
[
lucre.expr.impl.ExprTypeImpl.varSerializer.S.Tx
,
lucre.expr.impl.ExprTypeImpl.varSerializer.S.Acc
,
Var
[
S
]]
Definition Classes
ExprTypeImpl → Expr
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
ExprTypeImpl
[
AudioCue
,
Obj
]
Inherited from
TypeImpl1
[
Obj
]
Inherited from
_1
[
Obj
]
Inherited from
TypeImpl
[
Extension1
[
Obj
]]
Inherited from
TypeImplLike
[
Extension1
[
Obj
]]
Inherited from
Expr
[
AudioCue
,
Obj
]
Inherited from
Type
Inherited from
Type
Inherited from
AnyRef
Inherited from
Any
Ungrouped