Skip to content
/ pysynth Public
forked from lseab/pysynth

Audio synthesizer written in python

Notifications You must be signed in to change notification settings

skpzk/pysynth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pysynth

Early attempts at building a synthesizer in python.

This is a Frequency Modulation (FM) synth, inspired by Ableton's native Operator.

Set up:

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

Synth screenshot

About

Audio synthesizer written in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%