Class

de.sciss.synth.message.BufferGen

Sine2

Related Doc: package BufferGen

Permalink

final case class Sine2(partials: Seq[(Float, Float)], normalize: Boolean, wavetable: Boolean, clear: Boolean) extends WaveFill with Product with Serializable

OSC message for filling a buffer with a series of sine waves using specified frequencies and amplitudes.

partials

pairs of frequencies and amplitudes for the partials. Frequencies are given as in cycles per buffer.

normalize

if set, the peak amplitude of the generated waveform is normalized to 1.0

wavetable

if set, the format of the waveform is chosen to be usable by interpolating oscillators such as Osc or VOsc

clear

if set, the previous content is erased, otherwise the new waveform is added to the existing content

Linear Supertypes
Serializable, Serializable, Product, Equals, WaveFill, Command, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Sine2
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. WaveFill
  7. Command
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Sine2(partials: Seq[(Float, Float)], normalize: Boolean, wavetable: Boolean, clear: Boolean)

    Permalink

    partials

    pairs of frequencies and amplitudes for the partials. Frequencies are given as in cycles per buffer.

    normalize

    if set, the peak amplitude of the generated waveform is normalized to 1.0

    wavetable

    if set, the format of the waveform is chosen to be usable by interpolating oscillators such as Osc or VOsc

    clear

    if set, the previous content is erased, otherwise the new waveform is added to the existing content

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def args: Seq[Any]

    Permalink
    Definition Classes
    Sine2Command
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val clear: Boolean

    Permalink

    if set, the previous content is erased, otherwise the new waveform is added to the existing content

    if set, the previous content is erased, otherwise the new waveform is added to the existing content

    Definition Classes
    Sine2WaveFill
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def flags: Int

    Permalink
    Attributes
    protected
    Definition Classes
    WaveFill
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. def name: String

    Permalink
    Definition Classes
    Sine2Command
  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. val normalize: Boolean

    Permalink

    if set, the peak amplitude of the generated waveform is normalized to 1.0

    if set, the peak amplitude of the generated waveform is normalized to 1.0

    Definition Classes
    Sine2WaveFill
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. val partials: Seq[(Float, Float)]

    Permalink

    pairs of frequencies and amplitudes for the partials.

    pairs of frequencies and amplitudes for the partials. Frequencies are given as in cycles per buffer.

  19. def productPrefix: String

    Permalink
    Definition Classes
    Sine2 → Product
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. val wavetable: Boolean

    Permalink

    if set, the format of the waveform is chosen to be usable by interpolating oscillators such as Osc or VOsc

    if set, the format of the waveform is chosen to be usable by interpolating oscillators such as Osc or VOsc

    Definition Classes
    Sine2WaveFill

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from WaveFill

Inherited from Command

Inherited from AnyRef

Inherited from Any

Ungrouped