Chainsaw is an open source standalone synthesizer based on SFML that can make cool sounds. It has a built-in basic oscillator for generating samples which can be modified using various modifier knobs in the graphical user interface. Does is have as many functionalities as the popular proprietary professional grade synths? No. Does it have VST support? No. Is it called Chainsaw? Yes.
- Install SFML
- Install RtMidi
- Build & Run Solution
- Install SFML:
sudo apt-get install libsfml-dev
- Download RtMidi and extract
RtMidi.h
andRtMidi.cpp
to thechainsaw/
folder in this repo - Run
make
- Run
./Chainsaw