aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2025-11-20 20:57:13 +0300
committerspl3g <spleefer6@yandex.ru>2025-11-20 20:57:58 +0300
commit4588e4b1be41b7364a5faee5489e7e1c0fcb42d6 (patch)
treece9a6756ad91d191f3581b7d855e5e9f2fb7565d
parenta7f99d059477a7434ef69761960bab1f688ccd1e (diff)
Update README.md with new dependencies
-rw-r--r--README.md7
-rw-r--r--src/main.c2
2 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 48b02ee..a9f7264 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
<p>
<img width="322" alt="image" align="left" src="https://github.com/user-attachments/assets/a4c15c52-fae5-4ba2-be4b-c37b7ab36ba4" />
-Just a crappy synth using alsa and SDL3. Works only on linux.
+Just a crappy synth using alsa and sokol. Works only on linux.
</p>
<br/>
<br/>
@@ -22,7 +22,10 @@ nix run github:spl3g/crynth
```
For other systems you have to have these libraries:
-- sdl3
+- libGL
+- libX11
+- libXi
+- libXcursor
- asoundlib
```sh
diff --git a/src/main.c b/src/main.c
index fcbdd05..b922d3e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -119,7 +119,7 @@ int init_sounds(AppState *state) {
.param_change =
{
.param_type = PARAM_OSC,
- .value = OSC_SQUARE,
+ .value = OSC_SAW,
},
},
{