DoneAction

sealed
trait DoneAction extends Product

An enumeration of special codes used by some UGens to issue a related action when they they are "done". For example, a PlayBuf can be instructed to free its enclosing synth when the buffer has been played to the end, using the freeSelf done-action.

The following actions are known:

Companion
object
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Abstract methods

def id: Int

The identifier which is recognized by UGens such as Done.

The identifier which is recognized by UGens such as Done.

Inherited methods

def canEqual(that: Any): Boolean
Inherited from
Equals
def productArity: Int
Inherited from
Product
def productElement(n: Int): Any
Inherited from
Product
def productElementName(n: Int): String
Inherited from
Product
def productElementNames: Iterator[String]
Implicitly added by toGE
Inherited from
Product
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Implicitly added by toGE
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def productPrefix: String
Inherited from
Product
final
def rate: Rate
Implicitly added by toGE
Inherited from
ScalarRated

Concrete fields

final
val name: String