PySynth

A simple music synthesizer
Download

PySynth Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Martin C. Doege
  • Publisher web site:
  • http://home.arcor.de/mdoege/rss-planet/

PySynth Tags


PySynth Description

A simple music synthesizer PySynth is a simple music synthesizer written in the Python language. It’s based on a script I found on the Web and then modified for my purposes. The sound does not try to emulate a specific instrument, it’s more like a mixture of piano, electric piano, organ (in the bass), and vibraphone.The current release of the synthesizer can only play one note at a time. However, two output files can be mixed together as in the case of the Bourrée below.The script can also be used as a module by other Python programs:% pythonActivePython 2.5.0.0 (ActiveState Software Inc.) based onPython 2.5 (r25:51908, Mar 9 2007, 17:40:37) on darwinType "help", "copyright", "credits" or "license" for more information.>>> import pysynth>>> test = ( ('c', 4), ('e', 4), ('g', 4), ('c5', 1) )>>> pysynth.make_wav(test, fn = "test.wav")Writing to file test.wav>>> Requirements: · Python


PySynth Related Software