init
This commit is contained in:
parent
5fbddbbc26
commit
614fa6cdc8
12 changed files with 345 additions and 8 deletions
5
run.sh
Executable file
5
run.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
clear
|
||||
gcc -Wall -Wextra -Werror -pedantic -o synth main.c dsp.c osc.c control.c -lm -lportaudio
|
||||
./synth
|
||||
Loading…
Add table
Add a link
Reference in a new issue