Packages

trait Lazy extends Expander[UGenInLike] with GE

Linear Supertypes
GE, Expander[UGenInLike], fscape.Lazy, Product, Equals, AnyRef, Any
Known Subclasses
MultiOut, SingleOut, SomeOut, ARCWindow, AffineTransform2D, ArithmSeq, AudioFileIn, AudioFileOut, BinaryOp, Biquad, Bleach, Blobs2D, BufferDisk, ChannelProxy, Clip, Complex1FFT, Complex1IFFT, Complex2FFT, Complex2IFFT, ComplexBinaryOp, ComplexUnaryOp, Concat, ConstQ, ControlBlockSize, DC, DCT_II, DEnvGen, DebugGen, DebugTake, DelayN, DetectLocalMax, Differentiate, Done, Drop, Dseq, Elastic, ElseGE, FFT2FullUGen, FFT2HalfUGen, FFTFullUGen, FFTHalfUGen, FilterSeq, Fold, FoldCepstrum, Fourier, Frames, Gate, GenWindow, GeomSeq, GimpSlur, GramSchmidtMatrix, HPF, Hash, ImageFileIn, ImageFileSeqIn, Impulse, LFSaw, LPF, Latch, Length, Limiter, Line, Loudness, MatrixInMatrix, MatrixOutMatrix, MelFilter, Metro, MonoEqP, NormalizeWindow, OffsetOverlapAdd, OnePole, OnePoleWindow, OverlapAdd, PeakCentroid1D, PeakCentroid2D, Pearson, PitchAC, PitchesToViterbi, PriorityQueue, Real1FFT, Real1FullFFT, Real1FullIFFT, Real1IFFT, Real2FFT, Real2FullFFT, Real2FullIFFT, Real2IFFT, RepeatWindow, Resample, ResampleWindow, ResizeWindow, ReverseWindow, RotateFlipMatrix, RotateWindow, RunningMax, RunningMin, RunningSum, RunningWindowMax, RunningWindowMin, RunningWindowSum, ScanImage, SegModPhasor, SetResetFF, SinOsc, Slices, Sliding, SlidingPercentile, SlidingWindowPercentile, SortWindow, StrongestLocalMaxima, Take, TakeRight, SourceGE, Timer, TransposeMatrix, UnaryOp, UnzipWindow, UnzipWindowN, ValueDoubleSeq, ValueIntSeq, ValueLongSeq, Viterbi, WhiteNoise, WindowApply, WindowIndexWhere, WindowMaxIndex, Wrap, ZipWindow, ZipWindowN, Reverse, Attribute, AudioFileIn, NumFrames, SampleRate, AudioFileOut, WithFile, ImageFileIn, Height, Width, ImageFileSeqIn, Height, Width, MkAudioCue, WithRef
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Lazy
  2. GE
  3. Expander
  4. Lazy
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean
    Definition Classes
    Equals
  2. abstract def makeUGens(implicit b: Builder): 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 productArity: Int
    Definition Classes
    Product
  4. abstract def productElement(n: Int): Any
    Definition Classes
    Product

Concrete 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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. def productIterator: Iterator[Any]
    Definition Classes
    Product
  16. def productPrefix: String
    Definition Classes
    Product
  17. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from GE

Inherited from Expander[UGenInLike]

Inherited from fscape.Lazy

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped