blob: a9f7264b39b14d325af24ef0f802965beefd20cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# *CR*appy s*YNTH*
> [!WARNING]
> This software is unfinished. Keep your expectations low.
> Right now you can play some notes with it by pressing keys on the bottom row of your keyboard
<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 sokol. Works only on linux.
</p>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
## Building
If you use nix, you can just run it like that:
```sh
nix run github:spl3g/crynth
```
For other systems you have to have these libraries:
- libGL
- libX11
- libXi
- libXcursor
- asoundlib
```sh
cc -o nob nob.c
./nob
./build/crynth
```
|