Skip to content

chronopoulos/pythagoras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 

Repository files navigation

pythagoras

pythagoras is a library for experimentation with musical synthesis and algorithmic composition. It is written in Python, and uses the pyo libary as a sound engine:

https://code.google.com/p/pyo/

It also serves as the audio backend for Audiocomp, a web server and ClojureScript application designed for networking musical collaborations:

https://bitbucket.org/bburdette/audiocomp

Dependencies for pythagoras include:

python-pyo
python-liblo
python-numpy
python-blist

To run pythagoras, just do:

$ cd src
$ python pythagoras.py

If you want to run with Jack connectivity, first start jackd, then:

$ python pythagoras.py jack

If you want to use the default sample packs defined in samplepacks.py, they are available here:


Chris Chronopoulos, 2013-03-19

About

Experiments in musical synthesis and composition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages