Packages

object DiskOut extends ProductReader[DiskOut] with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DiskOut
  2. Serializable
  3. ProductReader
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def ar(key: String, in: GE, fileType: GE = -1, sampleFormat: GE = 2): DiskOut

    Creates a DiskOut UGen writing to a file designated by an object attribute with a given key and the value being an Artifact.

    Creates a DiskOut 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.

    key

    the key into the enclosing object's attribute map, pointing to an Artifact

    in

    the signal to write

    fileType

    a file type id as given by DeskOut.id(). The default is -1 (auto-detect). The codes are 0 - AIFF, 1 - Wave, 2 - Wave64, 3 - IRCAM, 4 - NeXT, 5 - Raw. Must be resolvable at graph expansion time.

    sampleFormat

    a sample format id as given by DeskOut.id(). The default is 2 (32-bit Float). The codes are 0 - Int16, 1 - Int24, 2 - Float, 3 - Int32, 4 - Double, 5 - UInt8, 6 - Int8. Must be resolvable at graph expansion time.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def controlName(key: String): String
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def fileType(id: Int): AudioFileType

    Recovers an audio file type from an id.

    Recovers an audio file type from an id. Throws an exception if the id is invalid.

  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def id(in: SampleFormat): Int

    Converts a sample format to a unique id that can be parsed by the UGen.

  14. def id(in: AudioFileType): Int

    Converts an audio file type to a unique id that can be parsed by the UGen.

  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def maxFileTypeId: Int
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def read(in: RefMapIn, prefix: String, arity: Int): DiskOut
    Definition Classes
    DiskOutProductReader
  21. def sampleFormat(id: Int): SampleFormat

    Recovers a sample format from an id.

    Recovers a sample format from an id. Throws an exception if the id is invalid.

  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from ProductReader[DiskOut]

Inherited from AnyRef

Inherited from Any

Ungrouped