Object/Class

de.sciss.synth.message

BufferGen

Related Docs: class BufferGen | package message

Permalink

object BufferGen extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BufferGen
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Cheby(flags: Flags, amps: Float*) extends WaveFill with Product with Serializable

    Permalink

    Fills a buffer with a series of chebyshev polynomials, which can be defined as:

    Fills a buffer with a series of chebyshev polynomials, which can be defined as:

    cheby(n) = amplitude * cos(n * acos(x))

    The first float value specifies the amplitude for n = 1, the second float value specifies the amplitude for n = 2, and so on. To eliminate a DC offset when used as a waveshaper, the wavetable is offset so that the center value is zero.

  2. trait Command extends AnyRef

    Permalink
  3. final case class Copy(targetOffset: Int, source: Int, sourceOffset: Int, num: Int) extends Command with Product with Serializable

    Permalink

    Copies samples from the source buffer to the destination buffer specified in the b_gen message.

    Copies samples from the source buffer to the destination buffer specified in the b_gen message. If the number of samples to copy is negative, the maximum number of samples possible is copied.

  4. final case class Sine1(flags: Flags, partials: Float*) extends WaveFill with Product with Serializable

    Permalink

    partials

    frequencies

  5. final case class Sine2(flags: Flags, partials: (Float, Float)*) extends WaveFill with Product with Serializable

    Permalink

    partials

    pair of (freq, amp)

  6. final case class Sine3(flags: Flags, partials: Data*) extends WaveFill with Product with Serializable

    Permalink
  7. sealed trait WaveFill extends Command

    Permalink

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. object Sine3 extends Serializable

    Permalink
  5. object WaveFill

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  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 equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    AnyRef
  15. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  18. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped