Tutoriales | Tutoriales en MiniTidal (TidalCycles), Hydra, y CineCer0 |
video "videoURL"
image "imageURL"
text "This is not a text"
– what you have inside quotation marks is the text that will appear.()
.setPosX x $
– from left (-1) to right 1setPosY y $
– from bottom (-1) to top 1setCoord x y $
vol 0.5 $
– no vol 0 to max vol 1setWidth w $
– 1 = natural widthsetHeight h $
– 1 = natural heightsetSize wh $
–one value will affect proportionally the width and heightsetRotate d $
–value in gradessetOpacity o $
– from 0 to 1 (no opacity)setBlur bl $
– 0 = no blur (1++ = more)setBrightness br $
– 0-0.9 = less, 1++ = moresetContrast c $
– 0-0.9 = less, 1++ = moresetGrayscale g $
– 0 = color, 1 = to grayscalesetSaturate s $
– 1 = natural saturation (1++ = more, 1– = less)circleMask m $
– 0 no mask, 0-0.99 bigger mask (growing from the centre)circleMask' m x y $
– similar to circleMask but with a third value that affects the position of the mask in the centresqrMask m $
– 0 no mask, 0-0.99 bigger mask ((growing from the centre)rectMask t r b l $
– four values: top, right, bottom, left.z n $
– change in the order of the layersize n $
– 1++ bigger font sizefont "fontType" $
– change font, name must be inside quotation marks; *use only safe web fontscolour "colour" $
– change colour, value = hexacolor –must be inside quotation marksrgb r g b $
– change colour, values = red green blue, normalized from 0 to 1rgba r g b a $
– with fourth value = alphahsl h s l $
– change colour, values = hue saturation lightness, normalized from 0 to 1hsla h s l a $
– with fourth value = alphastrike $
– crossed textbold $
– bold textitalic $
– italic textz n $
– change in the order of the layer(ramp Dur_In_Cycles Initial_Value End_Value)
– dynamic parameter that in # of cycles (time) goes from one value to the other(range Value_1 Value_2 $ sin Speed)
– dynamic parameter that animates from one value to the other and viceversa with a # that determines the speed = parameters closer to 0 produce slower animations.-