t

de.sciss.synth

IsIndividual

trait IsIndividual extends AnyRef

Marks a ugen which is individual, that is two instances of that ugen are different even if all inputs are the same. This is the case for example for all ugens that depend on the random seed (as indicated by the sub-type HasRandSeed) or which mix onto buses or buffers (e.g. RecordBuf).

Note that for example BufWr could be considered not individual as two identically parametrized BufWr instances produce exactly the same behaviour as one of them. However, they are in certain spots of the UGen graph in which they could be behave differently, for example if the computation order is BufWr -> BufRd -> BufRd. We thus defensively mark every ugen as individual which writes to a Buffer or Bus.

Linear Supertypes
AnyRef, Any
Known Subclasses
UsesRandSeed, WritesBuffer, WritesBus, WritesFFT, BeatTrack, BeatTrack2, BrownNoise, BufAllpassC, BufAllpassL, BufAllpassN, BufCombC, BufCombL, BufCombN, BufDelayC, BufDelayL, BufDelayN, BufMax, BufMin, BufRd, BufWr, COsc, ClearBuf, ClipNoise, CoinGate, Convolution, Convolution2, Convolution2L, Convolution3, Crackle, DNoiseRing, Dbrown, Dbufrd, Dbufwr, Dconst, DegreeToKey, DelTapRd, DelTapWr, DetectIndex, Dgeom, Dibrown, DiskIn, DiskOut, Diwhite, Donce, Dpoll, Drand, Dreset, Dseq, Dser, Dseries, Dshuf, Dstutter, Dswitch, Dswitch1, Dust, Dust2, Dwhite, Dxrand, ExpRand, FFT, FFTTrigger, FoldIndex, Gendy1, Gendy2, Gendy3, GrainBuf, GrainFM, GrainIn, GrainSin, GrayNoise, IFFT, IRand, In, InFeedback, InTrig, Index, IndexInBetween, IndexL, KeyTrack, LFClipNoise, LFDClipNoise, LFDNoise0, LFDNoise1, LFDNoise3, LFNoise0, LFNoise1, LFNoise2, LagIn, LinRand, ListTrig, ListTrig2, LocalBuf, Logger, Loudness, MFCC, NRand, OffsetOut, Onsets, Osc, OscN, Out, 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, PackFFT, PartConv, PinkNoise, PlayBuf, Rand, RecordBuf, ReplaceOut, ScopeOut, ScopeOut2, SetBuf, Shaper, SpecCentroid, SpecFlatness, SpecPcile, StereoConvolution2L, TExpRand, TGrains, TIRand, TRand, Unpack1FFT, VDiskIn, VOsc, VOsc3, Warp1, WaveLoss, WhiteNoise, WrapIndex, WrapOut, XOut
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IsIndividual
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped