From 4588e4b1be41b7364a5faee5489e7e1c0fcb42d6 Mon Sep 17 00:00:00 2001 From: spl3g Date: Thu, 20 Nov 2025 20:57:13 +0300 Subject: Update README.md with new dependencies --- README.md | 7 +++++-- src/main.c | 2 +- 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 @@

image -Just a crappy synth using alsa and SDL3. Works only on linux. +Just a crappy synth using alsa and sokol. Works only on linux.



@@ -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, }, }, { -- cgit v1.2.3