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...") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | = | + | = Techniques = |
− | As TidalCycles is a language about patterns, it seems fit to discuss | + | As TidalCycles is a language about patterns, it seems fit to discuss techniques or 'metapatterns', which we can loosely define as 'patterns of patterns'. Use this page to describe: |
* activity/techniques in your approach to livecoding | * activity/techniques in your approach to livecoding | ||
* code structure or combinations of functions | * code structure or combinations of functions | ||
Line 8: | Line 8: | ||
* etc | * etc | ||
− | [[ | + | The intent is provide a scratch pad for ideas that may not need a full tutorial |
+ | |||
+ | == Patterns == | ||
+ | [[Use adjacent samples]] | ||
+ | |||
+ | [[Muting functions]] | ||
+ | |||
+ | [[Creating a live looper]] |
Latest revision as of 20:15, 26 January 2019
Techniques
As TidalCycles is a language about patterns, it seems fit to discuss techniques or 'metapatterns', which we can loosely define as 'patterns of patterns'. Use this page to describe:
- activity/techniques in your approach to livecoding
- code structure or combinations of functions
- snippets that you've found useful
- BootTidal hacks
- etc
The intent is provide a scratch pad for ideas that may not need a full tutorial