mono

From TidalCycles userbase
Revision as of 22:21, 9 December 2018 by Yaxu (talk | contribs) (Yaxu moved page Mono to mono)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Type: mono :: Pattern a -> Pattern a

mono makes the given pattern 'monophonic', so only one event happens at a time.

For example, mono "[1 ~, 2]" is the same as "1 2"', because the start of 2 is cut off by the 1.