de.sciss.synth.UGenSource

SingleOut

abstract class SingleOut extends SomeOut

Linear Supertypes
SomeOut, GE.Lazy, GE, UGenSource[UGenInLike], Expander[UGenInLike], Lazy, Serializable, Serializable, AnyRef, Any
Known Subclasses
A2K, APF, AllpassC, AllpassL, AllpassN, AmpComp, AmpCompA, Amplitude, BAllPass, BBandPass, BBandStop, BHiPass, BHiShelf, BLowPass, BLowShelf, BPF, BPZ2, BPeakEQ, BRF, BRZ2, Ball, BeatTrack, BinaryOp, BinaryOpLike, Blip, BrownNoise, BufAllpassC, BufAllpassL, BufAllpassN, BufChannels, BufCombC, BufCombL, BufCombN, BufDelayC, BufDelayL, BufDelayN, BufDur, BufFrames, BufRateScale, BufSampleRate, BufSamples, BufWr, COsc, CheckBadValues, Clip, ClipNoise, CoinGate, CombC, CombL, CombN, Compander, ControlDur, ControlRate, Convolution, Convolution2, Convolution2L, Convolution3, Crackle, CuspL, CuspN, Dbrown, Dbufrd, Dbufwr, Decay, Decay2, DegreeToKey, DelTapRd, DelTapWr, Delay1, Delay2, DelayC, DelayL, DelayN, DemandEnvGen, DetectIndex, DetectSilence, Dgeom, DiskOut, Diwhite, Donce, Done, Dpoll, Drand, Dreset, Dseq, Dser, Dseries, Dshuf, Dstutter, Dswitch, Dswitch1, Dust, Dust2, Duty, Dwhite, Dxrand, EnvGen, ExpRand, FBSineC, FBSineL, FBSineN, FFT, FFTTrigger, FOS, FSinOsc, Firstarg, Fold, Formant, Formlet, Free, FreeSelf, FreeSelfWhenDone, FreeVerb, FreqShift, Gate, GbmanL, GbmanN, Gendy1, Gendy2, Gendy3, GrayNoise, HPF, HPZ1, HPZ2, Hasher, HenonC, HenonL, HenonN, IEnvGen, IFFT, IRand, Impulse, InRange, InRect, Index, IndexInBetween, Integrator, K2A, KeyState, KeyTrack, Klang, Klank, LFClipNoise, LFCub, LFDClipNoise, LFDNoise0, LFDNoise1, LFDNoise3, LFGauss, LFNoise0, LFNoise1, LFNoise2, LFPar, LFPulse, LFSaw, LFTri, LPF, LPZ1, LPZ2, Lag, Lag2, Lag2UD, Lag3, Lag3UD, LagUD, LastValue, Latch, LatoocarfianC, LatoocarfianL, LatoocarfianN, LeakDC, LeastChange, Limiter, LinCongC, LinCongL, LinCongN, LinExp, LinRand, LinXFade2, Line, Linen, Logistic, LorenzL, Loudness, MantissaMask, Median, MidEQ, Mix, MoogFF, MostChange, MouseButton, MouseX, MouseY, MulAdd, NRand, Normalizer, NumAudioBuses, NumBuffers, NumControlBuses, NumInputBuses, NumOutputBuses, NumRunningSynths, OnePole, OneZero, Onsets, Osc, OscN, PV_Add, PV_BinScramble, PV_BinShift, PV_BinWipe, PV_BrickWall, PV_ConformalMap, PV_Conj, PV_Copy, PV_CopyPhase, PV_Diffuser, PV_Div, PV_HainsworthFoote, PV_JensenAndersen, PV_LocalMax, PV_MagAbove, PV_MagBelow, PV_MagClip, PV_MagDiv, PV_MagFreeze, PV_MagMul, PV_MagNoise, PV_MagShift, PV_MagSmear, PV_MagSquared, PV_Max, PV_Min, PV_Mul, PV_PhaseShift, PV_PhaseShift270, PV_PhaseShift90, PV_RandComb, PV_RandWipe, PV_RectComb, PV_RectComb2, PartConv, Pause, PauseSelf, PauseSelfWhenDone, Peak, PeakFollower, Phasor, PinkNoise, PitchShift, Pluck, Poll, Pulse, PulseCount, PulseDivider, QuadC, QuadL, QuadN, RHPF, RLPF, RadiansPerSample, Ramp, Rand, RandID, RandSeed, RecordBuf, Reduce, Resonz, Ringz, RunningMax, RunningMin, RunningSum, SOS, SampleDur, SampleRate, Saw, Schmidt, ScopeOut, Select, SendReply, SendTrig, SetResetFF, Shaper, SinOsc, SinOscFB, Slew, Slope, SpecCentroid, SpecFlatness, SpecPcile, Spring, StandardL, StandardN, Stepper, SubsampleOffset, Sweep, SyncSaw, T2A, T2K, TBall, TDelay, TDuty, TExpRand, TIRand, TRand, TWindex, Timer, ToggleFF, Trig, Trig1, TwoPole, TwoZero, UnaryOp, Unpack1FFT, VOsc, VOsc3, VarSaw, Vibrato, WhiteNoise, Wrap, WrapIndex, XFade2, XLine, ZeroCrossing
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SingleOut
  2. SomeOut
  3. Lazy
  4. GE
  5. UGenSource
  6. Expander
  7. Lazy
  8. Serializable
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SingleOut(name: String)

Abstract Value Members

  1. abstract def makeUGen(args: IndexedSeq[UGenIn]): UGenInLike

    Attributes
    protected
    Definition Classes
    UGenSource
  2. abstract def makeUGens: UGenInLike

    Abstract method which must be implemented by creating the actual UGens during expansion.

    Abstract method which must be implemented by creating the actual UGens during expansion. This method is at most called once during graph expansion

    returns

    the expanded object (depending on the type parameter U)

    Attributes
    protected
    Definition Classes
    Expander
  3. abstract def rate: MaybeRate

    Definition Classes
    GE

Concrete 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. def displayName: String

    Definition Classes
    UGenSource
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. final def expand: UGenInLike

    A final implementation of this method which looks up the current ugen graph builder and then performs the expansion just as force, returning the expanded object

    A final implementation of this method which looks up the current ugen graph builder and then performs the expansion just as force, returning the expanded object

    returns

    the expanded object (e.g. Unit for a ugen with no outputs, or a single ugen, or a group of ugens)

    Definition Classes
    Expander
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. final def force(b: Builder): Unit

    A final implementation of this method which calls visit on the builder, checking if this element has already been visited, and if not, will invoke the expand method.

    A final implementation of this method which calls visit on the builder, checking if this element has already been visited, and if not, will invoke the expand method. Therefore it is guaranteed, that the expansion to ugens is performed no more than once in the graph expansion.

    b

    the ugen graph builder to which expanded UGens or control proxies may be added.

    Definition Classes
    ExpanderLazy
  14. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  17. val name: String

    Definition Classes
    SingleOutUGenSource
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  21. final def rewrap(args: IndexedSeq[UGenInLike], exp: Int): UGenInLike

    Attributes
    protected
    Definition Classes
    SomeOutUGenSource
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  23. def toString(): String

    Definition Classes
    AnyRef → Any
  24. final def unwrap(args: IndexedSeq[UGenInLike]): UGenInLike

    Attributes
    protected
    Definition Classes
    UGenSource
  25. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from SomeOut

Inherited from GE.Lazy

Inherited from GE

Inherited from UGenSource[UGenInLike]

Inherited from Expander[UGenInLike]

Inherited from Lazy

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped