Trait

de.sciss.synth

IsIndividual

Related Doc: package synth

Permalink

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
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, Dbrown, Dbufrd, Dbufwr, DegreeToKey, DelTapRd, DelTapWr, DetectIndex, Dgeom, Dibrown, DiskIn, DiskIn, DiskOut, 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, ScanOut, ScopeOut, ScopeOut2, SetBuf, Shaper, Signal, SpecCentroid, SpecFlatness, SpecPcile, StereoConvolution2L, TExpRand, TGrains, TIRand, TRand, Unpack1FFT, UsesRandSeed, VDiskIn, VDiskIn, VOsc, VOsc3, Warp1, WhiteNoise, WrapIndex, WrapOut, WritesBuffer, WritesBus, WritesFFT, XOut
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IsIndividual
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped