Difference between revisions of "Userbase"
From TidalCycles userbase
(Marked this version for translation) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | = Getting started = | + | <languages/> |
+ | <translate> | ||
+ | = Getting started = <!--T:1--> | ||
+ | <!--T:2--> | ||
* [[Installation]] | * [[Installation]] | ||
* [[Upgrading]] | * [[Upgrading]] | ||
Line 6: | Line 9: | ||
* [[Tutorial]] | * [[Tutorial]] | ||
− | = Configuration = | + | = Configuration = <!--T:3--> |
+ | <!--T:4--> | ||
* [[Installation troubleshooting]] | * [[Installation troubleshooting]] | ||
* [[Configuration]] | * [[Configuration]] | ||
Line 18: | Line 22: | ||
* [[Multichannel sound]] | * [[Multichannel sound]] | ||
− | = Working with patterns = | + | = Working with patterns = <!--T:5--> |
+ | <!--T:6--> | ||
* [[Tutorial]] | * [[Tutorial]] | ||
* [[Interaction]] | * [[Interaction]] | ||
Line 28: | Line 33: | ||
* [[Building up patterns]] - step-by-step examples | * [[Building up patterns]] - step-by-step examples | ||
− | = Reference = | + | = Reference = <!--T:7--> |
+ | <!--T:8--> | ||
* [[:Category:Elemental patterns|Elemental patterns]] - [[Oscillators]] and other patterns | * [[:Category:Elemental patterns|Elemental patterns]] - [[Oscillators]] and other patterns | ||
* [[:Category:Functions|Functions]] - for transforming and combining patterns | * [[:Category:Functions|Functions]] - for transforming and combining patterns | ||
Line 38: | Line 44: | ||
* [[Sequence parser syntax]] | * [[Sequence parser syntax]] | ||
− | = Understanding innards = | + | = Understanding innards = <!--T:9--> |
+ | <!--T:10--> | ||
* [[What is a pattern?]] | * [[What is a pattern?]] | ||
* [[Type signatures]] | * [[Type signatures]] | ||
* [[Haskell resources]] | * [[Haskell resources]] | ||
− | = External Resources = | + | = External Resources = <!--T:11--> |
− | == Video tutorials == | + | == Video tutorials == <!--T:12--> |
+ | <!--T:13--> | ||
* [https://www.youtube.com/playlist?list=PLybSFICi4UlgKU6ZVerY0HfdNCl3AIoPU 'Official' Tidal Cycles video tutorial playlist] | * [https://www.youtube.com/playlist?list=PLybSFICi4UlgKU6ZVerY0HfdNCl3AIoPU 'Official' Tidal Cycles video tutorial playlist] | ||
* [https://www.youtube.com/playlist?list=PLKgxw7RG3hcRHyBFsPr5opr1iu8wbNIgP Kindohm video tutorials] | * [https://www.youtube.com/playlist?list=PLKgxw7RG3hcRHyBFsPr5opr1iu8wbNIgP Kindohm video tutorials] | ||
− | == Written tutorials == | + | == Written tutorials == <!--T:14--> |
+ | <!--T:15--> | ||
* [http://ericfairbanks.org/music/tidal/code/2017/05/31/an-introduction-to-tidal.html An Introduction to Tidal (via Haskell)] | * [http://ericfairbanks.org/music/tidal/code/2017/05/31/an-introduction-to-tidal.html An Introduction to Tidal (via Haskell)] | ||
− | == Publications, interviews etc == | + | == Publications, interviews etc == <!--T:16--> |
+ | <!--T:17--> | ||
* [[Academic publications]] | * [[Academic publications]] | ||
* [[Interviews and articles]] | * [[Interviews and articles]] | ||
− | = Community and development = | + | = Community and development = <!--T:18--> |
+ | <!--T:19--> | ||
* [[Contributing tests]] | * [[Contributing tests]] | ||
* [[History of Tidal]] | * [[History of Tidal]] | ||
* [[Changes in Tidal 1.0.0]] | * [[Changes in Tidal 1.0.0]] | ||
* [[Friends and relations]] | * [[Friends and relations]] | ||
+ | </translate> |
Revision as of 14:41, 11 November 2019
Contents
Getting started
Configuration
- Installation troubleshooting
- Configuration
- Reverting to an earlier version
- Custom Samples
- Multi-user Tidal
- Custom OSC
- MIDI
- Separate audio outputs
- Multichannel sound
Working with patterns
- Tutorial
- Interaction
- Controller Input
- Understanding the $
- Combining pattern structure
- Tidal workshop worksheet - designed for workshops, useful even if you're not in one!
- Building up patterns - step-by-step examples
Reference
- Elemental patterns - Oscillators and other patterns
- Functions - for transforming and combining patterns
- Control functions - For making patterns of effects, etc.
- All the functions - The long list, including internal and undocumented functions
- Transitions - For smooth transition between patterns
- All effects and synths - A list of internal effects and synthesizers
- Sequence parser syntax