Difference between revisions of "Tidal workshop worksheet/es"
From TidalCycles userbase
(Created page with "Por Lucy Cheesman, adaptado a formato wiki por Alex McLean, editado por ti (es una wiki!)") |
(Created page with "Bienvenide al tutorial de Tidal. Esto está diseñado para ser usado como hoja de práctica en talleres para principiantes/mixed, y está basado en TidalCycles versión 0.9.10.") |
||
Line 1: | Line 1: | ||
− | + | Bienvenide al tutorial de Tidal. Esto está diseñado para ser usado como hoja de práctica en talleres para principiantes/mixed, y está basado en TidalCycles versión 0.9.10. | |
Por Lucy Cheesman, adaptado a formato wiki por Alex McLean, editado por ti (es una wiki!) | Por Lucy Cheesman, adaptado a formato wiki por Alex McLean, editado por ti (es una wiki!) |
Revision as of 23:31, 22 March 2019
Bienvenide al tutorial de Tidal. Esto está diseñado para ser usado como hoja de práctica en talleres para principiantes/mixed, y está basado en TidalCycles versión 0.9.10.
Por Lucy Cheesman, adaptado a formato wiki por Alex McLean, editado por ti (es una wiki!)
Getting started
Once everything is installed, follow the following startup procedure each time.
- Launch SuperDirt - In Supercollider, type 'SuperDirt.start' and run the code by holding down 'Ctrl' and pressing 'Enter' (while your cursor is on the same line as the code).
- Launch TidalCycles - In Atom, start a new file and save it with a
.tidal
extension (e.g. `examples.tidal`)
Making notes
-- If you see a line of code with two dashes at the start like this, it’s called a comment.
-- This is text that the computer will always ignore, so you can annotate your code.