Skip to content

Commit

Permalink
update superdirt ver, thanks Shihpin_Lin
Browse files Browse the repository at this point in the history
  • Loading branch information
cleary authored Jan 9, 2025
1 parent 0d37e7e commit 1e1cd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/windows_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ cabal --version
SuperDirt is the audio engine used by Tidal. Without it, Tidal Cycles will not emit any sound and will not be able to communicate through OSC or MIDI with other synthesizers. To install it, open SuperCollider and run the following command in the interactive editor (press Ctrl+Return to evaluate):

```c
Quarks.checkForUpdates({Quarks.install("SuperDirt", "v1.7.3"); thisProcess.recompile()})
Quarks.checkForUpdates({Quarks.install("SuperDirt", "v1.7.4"); thisProcess.recompile()})
```
The installation will take a little while. You will know when the installation process is done by looking at the logs window. It will likely print something like the following:
Expand Down

0 comments on commit 1e1cd15

Please sign in to comment.