de.sciss.synth.ugen

MdaPiano

final case class MdaPiano(rate: Rate, freq: GE = synth.this.GE.const(440), gate: GE = synth.this.GE.const(1), velocity: GE = synth.this.GE.const(100), decay: GE = synth.this.GE.const(0.8), release: GE = synth.this.GE.const(0.8), hardness: GE = synth.this.GE.const(0.8), velHard: GE = synth.this.GE.const(0.8), muffle: GE = synth.this.GE.const(0.8), velMuff: GE = synth.this.GE.const(0.8), velCurve: GE = synth.this.GE.const(0.8), stereo: GE = synth.this.GE.const(0.2), tune: GE = synth.this.GE.const(0.5), random: GE = synth.this.GE.const(0.1), stretch: GE = synth.this.GE.const(0.1), sustain: GE = synth.this.GE.const(0)) extends MultiOut with Product with Serializable

A piano synthesiser UGen. It is not polyphonic, but it can be retriggered to play notes in sequence.

The original VST plugin by Paul Kellett was ported to SuperCollider by Dan Stowell. Most likely the arguments are in the normalized range 0 to 1.

This is a third-party UGen (MdaUGens).

freq

Frequency of the note in Hz.

gate

note-on occurs when gate goes from non-positive to positive; note-off occurs when it goes from positive to non-positive. Most of the other controls are only updated when a new note-on occurs.

velocity

velocity (range is 0 to 127)

decay

The time for notes to decay after the initial strike.

release

The time for notes to decay after the key is released.

hardness

adjusts sample key-ranges up or down to change the "size" and brightness of the piano.

muffle

gentle low pass filter.

stereo

Width of the stereo effect (which makes low notes sound towards the left, high notes towards the right). 0 to 1.

tune

Overall tuning.

random

Randomness in note tuning.

stretch

Stretches the tuning out (higher notes pushed higher).

sustain

if positive, act as if the piano's sustain pedal is pressed.

Linear Supertypes
Serializable, Serializable, MultiOut, SomeOut, GE.Lazy, GE, UGenSource[UGenInLike], Expander[UGenInLike], Lazy, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MdaPiano
  2. Serializable
  3. Serializable
  4. MultiOut
  5. SomeOut
  6. Lazy
  7. GE
  8. UGenSource
  9. Expander
  10. Lazy
  11. Product
  12. Equals
  13. AnyRef
  14. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MdaPiano(rate: Rate, freq: GE = synth.this.GE.const(440), gate: GE = synth.this.GE.const(1), velocity: GE = synth.this.GE.const(100), decay: GE = synth.this.GE.const(0.8), release: GE = synth.this.GE.const(0.8), hardness: GE = synth.this.GE.const(0.8), velHard: GE = synth.this.GE.const(0.8), muffle: GE = synth.this.GE.const(0.8), velMuff: GE = synth.this.GE.const(0.8), velCurve: GE = synth.this.GE.const(0.8), stereo: GE = synth.this.GE.const(0.2), tune: GE = synth.this.GE.const(0.5), random: GE = synth.this.GE.const(0.1), stretch: GE = synth.this.GE.const(0.1), sustain: GE = synth.this.GE.const(0))

    freq

    Frequency of the note in Hz.

    gate

    note-on occurs when gate goes from non-positive to positive; note-off occurs when it goes from positive to non-positive. Most of the other controls are only updated when a new note-on occurs.

    velocity

    velocity (range is 0 to 127)

    decay

    The time for notes to decay after the initial strike.

    release

    The time for notes to decay after the key is released.

    hardness

    adjusts sample key-ranges up or down to change the "size" and brightness of the piano.

    muffle

    gentle low pass filter.

    stereo

    Width of the stereo effect (which makes low notes sound towards the left, high notes towards the right). 0 to 1.

    tune

    Overall tuning.

    random

    Randomness in note tuning.

    stretch

    Stretches the tuning out (higher notes pushed higher).

    sustain

    if positive, act as if the piano's sustain pedal is pressed.

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val decay: GE

    The time for notes to decay after the initial strike.

  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. val freq: GE

    Frequency of the note in Hz.

  12. val gate: GE

    note-on occurs when gate goes from non-positive to positive; note-off occurs when it goes from positive to non-positive.

    note-on occurs when gate goes from non-positive to positive; note-off occurs when it goes from positive to non-positive. Most of the other controls are only updated when a new note-on occurs.

  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. val hardness: GE

    adjusts sample key-ranges up or down to change the "size" and brightness of the piano.

  15. lazy val hashCode: Int

    Definition Classes
    UGenSource → AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def left: GE

  18. def makeUGens: UGenInLike

    Attributes
    protected
    Definition Classes
    MdaPiano → Expander
  19. val muffle: GE

    gentle low pass filter.

  20. final def name: String

    Definition Classes
    UGenSource
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. val random: GE

    Randomness in note tuning.

  25. val rate: Rate

    Definition Classes
    MdaPiano → GE
  26. val release: GE

    The time for notes to decay after the key is released.

  27. def right: GE

  28. val stereo: GE

    Width of the stereo effect (which makes low notes sound towards the left, high notes towards the right).

    Width of the stereo effect (which makes low notes sound towards the left, high notes towards the right). 0 to 1.

  29. val stretch: GE

    Stretches the tuning out (higher notes pushed higher).

  30. val sustain: GE

    if positive, act as if the piano's sustain pedal is pressed.

  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. val tune: GE

    Overall tuning.

  33. val velCurve: GE

  34. val velHard: GE

  35. val velMuff: GE

  36. val velocity: GE

    velocity (range is 0 to 127)

  37. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from MultiOut

Inherited from SomeOut

Inherited from GE.Lazy

Inherited from GE

Inherited from UGenSource[UGenInLike]

Inherited from Expander[UGenInLike]

Inherited from Lazy

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped