o

de.sciss.synth

freeSelfPredDeep

case object freeSelfPredDeep extends DoneAction with Product with Serializable

A DoneAction with id 11, freeing the enclosing synth when the UGen is finished. If the predecessor node is a group, calls deepFree on that group. If the predecessor node is a synth, frees that synth.

Linear Supertypes
Serializable, DoneAction, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. freeSelfPredDeep
  2. Serializable
  3. DoneAction
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final val id: Int(11)

    The identifier which is recognized by UGens such as Done.

    The identifier which is recognized by UGens such as Done.

    Definition Classes
    freeSelfPredDeepDoneAction
  2. final val name: String
    Definition Classes
    DoneAction
  3. def productElementName(n: Int): String
    Definition Classes
    Product
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product