Packages

object VBAPSetup

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VBAPSetup
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Cartesian(x: Double, y: Double, z: Double) extends Product with Serializable
  2. case class Polar(azi: Double, ele: Double = 0.0) extends Product with Serializable

Value Members

  1. def apply(dim: Int, directions: Seq[Polar], minSideLength: Double = 0.01): VBAPSetup

    Creates a new setup for a given dimensionality and speaker positions.

    Creates a new setup for a given dimensionality and speaker positions. Usually one would use the bufferData value of the returned object to fill the Buffer passed to the VBAP UGen. See the VBAP documentation for an example.

    dim

    either 2 or 3 dimensions.

    directions

    the speaker directions (azimuth for 2D, azimuth and elevation for 3D)

    returns

    A setup with calculated buffer data

  2. object Polar extends Serializable