Skip to content

vanishady/minimoog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Python Minimoog

Just a little emulation of famous Minimoog synth, using pyo library.

This project was developed with my unique code buddy @moeni27

A small advice

The suggestion is to create a conda environment as pyo does not work with any python version aside from v3.9, v3.8, v3.7, v3.6. Using miniconda, you can run the following:

conda create -n <env_name> python=3.8
conda activate <env_name>
pip install pyo

and to run the program, you just have to:

conda activate <env_name>
python minimoog.py

About

A naive minimoog in python using pyo library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages