object Env extends EnvFactory[Env] with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Env
- Serializable
- Serializable
- EnvFactory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
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
- def adsr(attack: GE = 0.01f, decay: GE = 0.3f, sustainLevel: GE = 0.5f, release: GE = 1, peakLevel: GE = 1, curve: Curve = -4.0, 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 = -4.0): Env
- def asr: Env
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @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 = -4.0, 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
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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
- def step(levels: Seq[GE], durs: Seq[GE], releaseNode: GE = -99, loopNode: GE = -99): Env
-
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
- @native() @throws( ... )
- object Curve
- object Segment extends Serializable