All public logs
Combined display of all available logs of TidalCycles userbase. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:59, 11 May 2020 Ovitus talk contribs created page squeeze (Created page with "<source>squeeze :: Pattern Int -> [Pattern a] -> Pattern a</source> chooses between a list of patterns, using a pattern of integers see also: pickF, select, select...")
- 20:54, 11 May 2020 Ovitus talk contribs created page pickF (Created page with "<source>pickF :: Pattern Int -> [Pattern a -> Pattern a] -> Pattern a -> Pattern a</source> chooses between a list of functions, using a pattern of integers")
- 20:44, 11 May 2020 Ovitus talk contribs created page selectF (Created page with "-- | chooses between a list of functions, using a pattern of floats (from 0-1) selectF :: Pattern Double -> [Pattern a -> Pattern a] -> Pattern a -> Pattern a selectF pf ps p...")
- 20:41, 11 May 2020 Ovitus talk contribs created page select (Created page with "Type: <source inline>Pattern Double -> [Pattern a] -> Pattern a</source> '''select''' chooses between a list of patterns, using a pattern of floats (from 0...")
- 01:35, 10 May 2020 Ovitus talk contribs created page stitch (Created page with "<source> stitch :: Pattern Bool -> Pattern a -> Pattern a -> Pattern a stitch pb a b = overlay (struct pb a) (struct (inv pb) b) </source> '''stitch''' uses the first (binar...")
- 17:48, 28 May 2019 User account Ovitus talk contribs was created