de
.
sciss
.
synth
.
ugen
Env
Related Docs:
class Env
|
package ugen
object
Env
extends
EnvFactory
[
Env
] with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
EnvFactory
[
Env
],
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
Env
Serializable
Serializable
EnvFactory
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
sealed
trait
Curve
extends
AnyRef
final
case class
Segment
(
dur:
GE
,
targetLevel:
GE
,
curve:
Curve
=
linear
)
extends
Product
with
Serializable
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
Curve
object
Segment
extends
Serializable
def
adsr
(
attack:
GE
=
0.01f
,
decay:
GE
=
0.3f
,
sustainLevel:
GE
=
0.5f
,
release:
GE
=
1
,
peakLevel:
GE
=
1
,
curve:
Curve
=
parametric(-4)
,
bias:
GE
=
0
)
:
Env
def
adsr
:
Env
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
asr
(
attack:
GE
=
0.01f
,
level:
GE
=
1
,
release:
GE
=
1
,
curve:
Curve
=
parametric(-4)
)
:
Env
def
asr
:
Env
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
create
(
startLevel:
GE
,
segments:
IndexedSeq
[
Segment
]
)
:
Env
Attributes
protected
Definition Classes
Env
→
EnvFactory
def
cutoff
(
release:
GE
=
0.1f
,
level:
GE
=
1
,
curve:
Curve
=
linear
)
:
Env
def
cutoff
:
Env
def
dadsr
(
delay:
GE
=
0.1f
,
attack:
GE
=
0.01f
,
decay:
GE
=
0.3f
,
sustainLevel:
GE
=
0.5f
,
release:
GE
=
1
,
peakLevel:
GE
=
1
,
curve:
Curve
=
parametric(-4)
,
bias:
GE
=
0
)
:
Env
def
dadsr
:
Env
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
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
linen
(
attack:
GE
=
0.01f
,
sustain:
GE
=
1
,
release:
GE
=
1
,
level:
GE
=
1
,
curve:
Curve
=
linear
)
:
Env
Definition Classes
EnvFactory
def
linen
:
Env
Definition Classes
EnvFactory
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
perc
(
attack:
GE
=
0.01
,
release:
GE
=
1
,
level:
GE
=
1
,
curve:
Curve
=
parametric(-4)
)
:
Env
Definition Classes
EnvFactory
def
perc
:
Env
Definition Classes
EnvFactory
def
sine
(
dur:
GE
=
1
,
level:
GE
=
1
)
:
Env
Definition Classes
EnvFactory
def
sine
:
Env
Definition Classes
EnvFactory
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
triangle
(
dur:
GE
=
1
,
level:
GE
=
1
)
:
Env
Definition Classes
EnvFactory
def
triangle
:
Env
Definition Classes
EnvFactory
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
Serializable
Inherited from
Serializable
Inherited from
EnvFactory
[
Env
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped