Early attempts at building a synthesizer in python.
This is a Frequency Modulation (FM) synth, inspired by Ableton's native Operator.
Clone the repo
$ git clone https://github.com/lseab/pysynth
$ cd pysynth
Create a new virtual environment
$ virtualenv --python=python3.7 venv
Activate it
$ source venv/bin/activate
Install the packages into it from the requirements file
(venv) $ pip install -r requirements.txt
Run main.py in your terminal
(venv) $ python main.py