Package

scalaudio.units

ugen

Permalink

package ugen

Visibility
  1. Public
  2. All

Type Members

  1. trait ImmutableOsc extends SequentialState[OscState, AudioContext]

    Permalink
  2. trait ImmutablePhasor extends ImmutableOsc

    Permalink
  3. trait ImmutableSawtooth extends ImmutableOsc

    Permalink
  4. trait ImmutableSine extends ImmutableOsc

    Permalink
  5. trait ImmutableSquare extends ImmutableOsc

    Permalink
  6. trait ImmutableUnitRamp extends ImmutableOsc

    Permalink
  7. case class MutableSine(initPitch: Pitch, initPhi: Double)(implicit audioContext: AudioContext) extends ReflexiveMutatingState[MutableSine, Unit, Sample] with Product with Serializable

    Permalink
  8. case class OscState(sample: Sample, pitch: Pitch, phi: Double) extends Product with Serializable

    Permalink

    Created by johnmcgill on 5/29/16.

Value Members

  1. object Noise

    Permalink

    Created by johnmcgill on 6/16/16.

  2. object Phasor

    Permalink

    Created by johnmcgill on 7/10/16.

  3. object Sawtooth

    Permalink

    Created by johnmcgill on 7/10/16.

  4. object Sine

    Permalink

    Created by johnmcgill on 12/10/16.

  5. object Square

    Permalink

    Created by johnmcgill on 5/29/16.

  6. object UnitRamp

    Permalink

    Created by johnmcgill on 7/10/16.

Ungrouped