--- title: Time Modifiers layout: ../../layouts/MainLayout.astro --- import { MiniRepl } from '../../docs/MiniRepl'; import { JsDoc } from '../../docs/JsDoc'; # Time Modifiers The following functions modify a pattern temporal structure in some way. Some of these have equivalent operators in the Mini Notation: | function | mini | | ---------------------- | ------------ | | `"x".slow(2)` | `"x/2"` | | `"x".fast(2)` | `"x*2"` | | `"x".euclid(3,8)` | `"x(3,8)"` | | `"x".euclidRot(3,8,1)` | `"x(3,8,1)"` | ## slow ## fast ## early ## late ## legato ## clip ## euclid ### euclidRot ### euclidLegato ## rev ## palindrome ## iter ### iterBack ## ply ## segment ## compress ## zoom ## linger ## fastGap ## inside ## outside ## cpm ## ribbon Apart from modifying time, there are ways to [Control Parameters](/functions/value-modifiers/).