Difference between revisions of "Techniques"
From TidalCycles userbase
m (Echophon moved page Metapatterns to Techniques: renaming for clarity) |
|||
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 7: | Line 7: | ||
* BootTidal hacks | * BootTidal hacks | ||
* etc | * etc | ||
+ | |||
+ | The intent is provide a scratch pad for ideas that may not need a full tutorial | ||
== Patterns == | == Patterns == | ||
Line 12: | Line 14: | ||
[[Muting functions]] | [[Muting functions]] | ||
− | |||
− | |||
− |
Revision as of 19:35, 25 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