object Event extends Serializable
Linear Supertypes
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- Event
 - Serializable
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
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 amp(out: Event): Double
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -  def cTranspose(out: Event): Double
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
 
 -  def db(out: Event): Double
 -  def degree(out: Event): Double
 -  def delta(out: Event): Double
 -  def detune(out: Event): Double
 -  def detunedFreq(out: Event): Double
 -  def dur(out: Event): Double
 -  final val empty: Event
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -  def freq(out: Event): Double
 -  def gTranspose(out: Event): Double
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native() @HotSpotIntrinsicCandidate()
 
 -  def harmonic(out: Event): Double
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native() @HotSpotIntrinsicCandidate()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -  final val keyAmp: String("amp")
 -  final val keyCTranspose: String("cTranspose")
 -  final val keyDb: String("db")
 -  final val keyDegree: String("degree")
 -  final val keyDelta: String("delta")
 -  final val keyDetune: String("detune")
 -  final val keyDetunedFreq: String("detunedFreq")
 -  final val keyDur: String("dur")
 -  final val keyFreq: String("freq")
 -  final val keyGTranspose: String("gTranspose")
 -  final val keyHarmonic: String("harmonic")
 -  final val keyLegato: String("legato")
 -  final val keyMTranspose: String("mTranspose")
 -  final val keyMidiNote: String("midiNote")
 -  final val keyNote: String("note")
 -  final val keyOctave: String("octave")
 -  final val keyPan: String("pan")
 -   final  val keyPlay: String("play")
SoundProcesses specific: String value to look up 'instrument' when playing pattern as such
 -  final val keyRoot: String("root")
 -  final val keyScale: String("scale")
 -  final val keyStretch: String("stretch")
 -  final val keySustain: String("sustain")
 -   final  val keyValue: String("value")
SoundProcesses specific: Scalar value when using pattern as input to proc attribute
 -    def legato(out: Event): Double
Note: default legato is 1.0 not 0.8 as in sclang.
 -  def mTranspose(out: Event): Double
 -  def midiNote(out: Event): Double
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -  def note(out: Event): Double
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native() @HotSpotIntrinsicCandidate()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native() @HotSpotIntrinsicCandidate()
 
 -  def octave(out: Event): Double
 -  def pan(out: Event): Double
 -  def root(out: Event): Double
 -  def scale(out: Event): Scale
 -  def stretch(out: Event): Double
 -  def sustain(out: Event): Double
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -  implicit object format extends ConstFormat[Event]
 
Deprecated Value Members
-    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
 - Deprecated