documentation-Estuary

Tutorials Tutorials in MiniTidal (TidalCycles), Hydra, & CineCer0

CineCer0: Transforming Text, Image, or Video

These functions should be added in any order before text, image, or video. All transformers are applied to each other using $:

or with accumulative transformations (you can add as many as you want):

Example:

More transformers can be added, always linked (applied) by using $.



Transforming Text

Syntax: size n $

This transformer modifies the size of the text proportionally and in increments.

Syntax: rgb r g b $

This transformer modifies the values of red, green, and blue which are normalized from 0 (no colour) to 1 (full colour).

Syntax: strike $

This transformer strikes the text; it doesn’t need a parameter/value.

You can apply all of the above functions together using the following example:

List of Transformers for Text



Transforming Image and Text

Syntax: setSize n $

This transformer modifies the size of the image/video proportionally and in increments.

Syntax: setCoord x y $

This transformer modifies the position following the coordinates; 0 0 = centre of the screen. The anchor point is at the centre of the image/video. Negative numbers must be inside parentheses ().

Syntax: setRotate 100 $

The values of setRotate are in degrees.

You can apply all of the above functions together using the following examples:

List of Transformers for Image and Text