Skip to content

Commit

Permalink
Add troubleshooting sections
Browse files Browse the repository at this point in the history
  • Loading branch information
thgrund committed Nov 10, 2024
1 parent 2bce547 commit 47ebd0b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,14 @@ x1 $

```

## Troubleshootings

When there are issues during the first startup, then it's most likely that there is an issue with the dependand Quarks. Ensure that the correct Quarks are installed. For this you can check the Quarks list in SuperCollider via `Language -> Quarks -> Install a folder`. You should have these Quarks installed. If not, then install them manually:

- EQui (MrReason fork): https://github.com/thgrund/EQui
- SuperDirt v1.7.5+ or latest developer branch: https://github.com/musikinformatik/SuperDirt
- JSONLib v0.1.0+: https://github.com/musikinformatik/JSONlib

## Shoutouts

- Wouter Snoei for the MasterEQ which influenced the EQui
Expand Down
6 changes: 3 additions & 3 deletions SuperDirtMixer.quark
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(
\name: "SuperDirtMixer",
\summary: "Mixer for SuperDirt to provide mixing presets fo TidalCycles. This includes global gain, pan, reverb, eq settings and compression for every orbit (indiviually).",
\author: "Thomas Grund",
\summary: "Graphical mixer for SuperDirt. This includes global gain, pan, reverb, eq settings and compression for every orbit (indiviually).",
\author: "Thomas Grund (MrReason)",
\since: "2023",
\dependencies: ["SuperDirt", "https://github.com/thgrund/EQui", "JSONlib"]
)
a

0 comments on commit 47ebd0b

Please sign in to comment.