ImageFileSeqIn

final case class ImageFileSeqIn(template: URI, numChannels: Int, indices: GE[Int]) extends MultiOut[Double]

Reads a sequence of images, outputting them directly one after the other, determining their file names by formatting a template with a numeric argument given through indices.

Value parameters:
template

a file which contains a single placeholder for java.util.Formatter syntax, such as %d to insert an integer number. Alternatively, if the file name does not contain a % character but a digit or a sequence of digits, those digits will be replaced by %d to produce a valid template. Therefore, if the template is foo-123.jpg and the indices contain 4 and 5, then the UGen will read the images foo-4 and foo-5 (the placeholder 123 is irrelevant).

Companion:
object
trait Serializable
trait MultiOut[Double]
trait Lazy[Double]
trait GE[Double]
trait UGenSource[UGenInLike[Double], IndexedSeq[StreamOut]]
trait Expander[UGenInLike[Double]]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final def name: String
Inherited from:
UGenSource
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product