A graph element that executes an action upon receiving a trigger.
A graph element that creates a UGen writing to a file
designated by an object attribute with a given key
and the
value being an Artifact
.
A graph element that creates a UGen writing to a file
designated by an object attribute with a given key
and the
value being an Artifact
.
If the given file-type GE
is -1
, the type is determined by this
artifact. For example, if the artifact's path ends in ".aif"
, the AIFF
format will used, if the path ends in ".w64"
, then Wave64 will be used.
The default is AIFF.
If an AudioCue
is found at the key, its spec will override file type,
sample-format and rate.
the key into the enclosing object's attribute map,
pointing to an Artifact
or AudioCue
the signal to write
a file type id as given by AudioFileOut.id()
. The default
is 0
(AIFF).
Must be resolvable at init time.
a sample format id as given by AudioFileOut.id()
. The default
is 2
(32-bit Float).
Must be resolvable at init time.
the nominal sample-rate of the file. The default is 44100
.
Must be resolvable at init time.
A UGen that invokes an action once the surrounding graph has completed.
A UGen that invokes an action once the surrounding graph has completed.
The action is called with a Try[Unit]
as its universe value
.
key to the hosting object's attribute map, at which an action is expected to be found.
A graph element that executes an action upon receiving a trigger,
sampling the values at that moment and making them available
in the action through the values
method.
A graph element that executes an action upon receiving a trigger,
sampling the values at that moment and making them available
in the action through the values
method.
the trigger input signal
the input signal to sample and pass on to the action
a key into the process' attribute map. the value peer stored
at that location should be of type proc.Action
A graph element that executes an action upon receiving a trigger.
the trigger input signal
a key into the process' attribute map. the value peer stored at that location should be of type
proc.Action