Difference between revisions of "Techniques"
From TidalCycles userbase
(3 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 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 == | ||
[[Use adjacent samples]] | [[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