#How to use project
-
Install raylib (https://www.raylib.com/) Arch users are welcome (https://archlinux.org/packages/extra/x86_64/raylib/)
-
Get Cmake to build project (https://cmake.org/)
-
Check out repo, go into repo folder and create a build folder
-
Go into folder and type cmake .. followed by make
-
Start executable with ./synthesizer_tryout
#Gnuplot
command to plot sine_wave_generator:
./sine_wave_generator 440 1.0|gnuplot -p -e "set xrange[1:1000]; plot '-' "