o

de.sciss.synth

freeSelfSuccAll

case object freeSelfSuccAll extends DoneAction with Product with Serializable

A DoneAction with id 6, freeing the enclosing synth when the UGen is finished.  If the successor node is a group, calls freeAll on  that group. If the successor node is a synth, frees that synth.

Linear Supertypes
Serializable, DoneAction, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. freeSelfSuccAll
  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(6)

    The identifier which is recognized by UGens such as Done.

    The identifier which is recognized by UGens such as Done.

    Definition Classes
    freeSelfSuccAllDoneAction
  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