final case classDiskOut(rate: Rate, key: String, in: GE) extends GE.Lazy with WritesBuffer with Product with Serializable
A graph element that creates a DiskOut writing to a file
designated by an object attribute with a given key and the
value being an Artifact.
The file-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.
The sample format is currently always Float-32.
key
the key into the enclosing object's attribute map, pointing to an Artifact
A graph element that creates a
DiskOut
writing to a file designated by an object attribute with a givenkey
and the value being anArtifact
.The file-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. The sample format is currently always Float-32.the key into the enclosing object's attribute map, pointing to an
Artifact
the signal to write