Difference between revisions of "Upgrading"
Line 20: | Line 20: | ||
To upgrade the SuperDirt sound synthesiser/sampler, open supercollider, and run the following (paste it in, put your cursor on that line, hit shift-enter): | To upgrade the SuperDirt sound synthesiser/sampler, open supercollider, and run the following (paste it in, put your cursor on that line, hit shift-enter): | ||
− | <source lang=" | + | <source lang="c"> |
Quarks.update("SuperDirt") | Quarks.update("SuperDirt") | ||
</source> | </source> | ||
After this, you'll need to recompile the class library. You can do this either by restarting supercollider, or via the "Recompile class library" entry on the "Language" menu. | After this, you'll need to recompile the class library. You can do this either by restarting supercollider, or via the "Recompile class library" entry on the "Language" menu. |
Revision as of 19:27, 25 July 2019
To avoid problems, we warmly recommend upgrading all three components of TidalCycles together - the tidalcycles library itself, the editor plugin, and the SuperDirt synth.
TidalCycles library
Upgrade tidal with the following from a terminal window:
cabal update
cabal install tidal
You might see some warnings, but if it ends with ``
Editor plugin
To upgrade your tidalcycles editor plugin (which might be referred to as an 'extension' or 'package'). In atom, you can do this via the preferences > updates menu.
SuperDirt
To upgrade the SuperDirt sound synthesiser/sampler, open supercollider, and run the following (paste it in, put your cursor on that line, hit shift-enter):
Quarks.update("SuperDirt")
After this, you'll need to recompile the class library. You can do this either by restarting supercollider, or via the "Recompile class library" entry on the "Language" menu.