Difference between revisions of "MacOS installation/es"
(Created page with "Ahora podes intentár Start TidalCycles and SuperDirt for the first time.") |
(Created page with "Podes descargar [https://tidalcycles.github.io/tidal-bootstrap Tidal-Bootstrap aquí].") |
||
Line 1: | Line 1: | ||
= Instalación automática con TidalBootstrap = | = Instalación automática con TidalBootstrap = | ||
− | + | Podes descargar [https://tidalcycles.github.io/tidal-bootstrap Tidal-Bootstrap aquí]. | |
Please note: There are several reports that tidal-bootstrap currently only works if you install the 8.2.1 version of the haskell platform first. You can | Please note: There are several reports that tidal-bootstrap currently only works if you install the 8.2.1 version of the haskell platform first. You can |
Revision as of 16:53, 26 August 2019
Instalación automática con TidalBootstrap
Podes descargar Tidal-Bootstrap aquí.
Please note: There are several reports that tidal-bootstrap currently only works if you install the 8.2.1 version of the haskell platform first. You can download that here.
Here’s a video demonstrating the tidal-bootstrap install process.
Ahora podes intentár Start TidalCycles and SuperDirt for the first time.
Instalación manual
Prerequisitos
Recursos previos necesarios:
Antes de instalar Tidal, asegurate que los siguientes estén instalados.
- Haskell Platform - the 'full' version is strongly recommended.
- Atom Editor (if you don't like the atom editor for some reason, please check out the list of alternatives)
- SuperCollider (pick the latest version)
- Git
Recursos Previos Opcionales
Lo siguiente es opcional, pero recomendado:
- SC3 Plugins - you may need the SuperCollider sc3-plugins if you want to use any of the synths included in SuperDirt. Most of the examples in the documentation will still work, so you could skip this step and return to it later.
Instalar TidalCycles
Desde una terminal, escribí y ejecutá los siguientes comandos (ignorando cualquier queja alrededor de que cabal tiene un "legado v1 de estilo de uso"):
cabal update cabal install tidal
Si nunca instalaste TidalCycles antes, cabal install tidal
puede llegar a tardar bastante tiempo. Al terminar debería decír "Installed tidal-x.x.x"
(siendo x.x.x el numero de la última versión) sin ningún error.
Instalar SuperDirt
En la ventana de edición de SuperCollider copiá y ejecutá la siguiente línea de código:
Quarks.checkForUpdates(); Quarks.install("SuperDirt", "v1.0")
Corré el código haciendo clic en él, para asegurarte de que el cursor está en esa línea, después apretá Shift y Enter. Esto va a descargar SuperDirt y vas a poder ver que se completó la descarga cuando puedas leer:
... the class library may have to be recompiled. -> SuperDirt
Luego de que se completó, vas a tener que reiniciar SuperCollider (o recompilando la librería de clases a través del menú "Languaje").
Instalar la extensión de Atom.
Abrí Atom, instalá el plugin para TidalCycles. Podes encontrarlo en el menú edit > settings > install, después escribí “tidalcycles” en la caja de búsqueda. Una vez que se instaló, reiniciá Atom.
Probá tu instalación.
Ahora podes intentár Start TidalCycles and SuperDirt for the first time.