Difference between revisions of "Techniques"
From TidalCycles userbase
(Created page with "== Metapatterns == As TidalCycles is a language about patterns, it seems fit to discuss '''metapatterns''', which we can loosely define as 'patterns of patterns'. Use this p...") |
|||
Line 1: | Line 1: | ||
− | + | = Metapatterns = | |
As TidalCycles is a language about patterns, it seems fit to discuss '''metapatterns''', which we can loosely define as 'patterns of patterns'. Use this page to describe patterns of: | As TidalCycles is a language about patterns, it seems fit to discuss '''metapatterns''', which we can loosely define as 'patterns of patterns'. Use this page to describe patterns of: | ||
Line 7: | Line 7: | ||
* BootTidal hacks | * BootTidal hacks | ||
* etc | * etc | ||
+ | |||
+ | == Patterns == | ||
+ | [[Use adjacent samples]] | ||
+ | |||
+ | |||
[[Category:Metapattern]] | [[Category:Metapattern]] |
Revision as of 00:20, 31 December 2018
Metapatterns
As TidalCycles is a language about patterns, it seems fit to discuss metapatterns, which we can loosely define as 'patterns of patterns'. Use this page to describe patterns of:
- activity/techniques in your approach to livecoding
- code structure or combinations of functions
- snippets that you've found useful
- BootTidal hacks
- etc