Skip to content

Commit

Permalink
Fixed links.
Browse files Browse the repository at this point in the history
  • Loading branch information
belangeo committed Aug 4, 2015
1 parent 5a793f3 commit 598d58b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@

Zyne is a Python modular synthesizer using pyo as its audio engine.

Zyne comes with more than 10 builtin modules implementing different kind of synthesis engines and provides a simple API to create your own custom modules.
Zyne comes with more than 10 builtin modules implementing different kind of
synthesis engines and provides a simple API to create your own custom modules.

Tutorial on how to create a custom Zyne module:
[Tutorial](http://code.google.com/p/zyne/wiki/CustomModule)
[Tutorial](https://github.com/belangeo/zyne/blob/wiki/CustomModule.md)

A little sampler, written in pyo, that can be used to play exported soundfiles:
[SimpleSampler.py](http://code.google.com/p/zyne/wiki/SimpleSampler)
[SimpleSampler.py](https://github.com/belangeo/zyne/blob/master/scripts/SimpleSampler.py)

If you want to share your own modules with other users, send it by email to belangeo(at)gmail.com and it will be added to the download repository.
If you want to share your own modules with other users, send it by email to
belangeo(at)gmail.com and it will be added to the download repository.

## Updates ##

Expand All @@ -19,15 +21,17 @@ If you want to share your own modules with other users, send it by email to bela
Bug fixes release:

* Fixed an important memory leak
* Disable Midi controllers interpolation to provide a more natural mapping of values to the graphical sliders.
* Disable Midi controllers interpolation to provide a more natural mapping
of values to the graphical sliders.

### Zyne 0.1.1 ###

Bug fixes release:

* Fixed bug with Built-in Output not opening device on OS X 10.5
* Fixed Jack support on linux
* Midi notes and controllers can come from any channel instead of only channel 1
* Midi notes and controllers can come from any channel instead of only
channel 1
* Fixed "Midi interface" popup initialization

## Contact ##
Expand All @@ -37,6 +41,10 @@ For questions and comments please mail belangeo(at)gmail.com

## Donation ##

This project is developed by Olivier Bélanger on his free time to help creation of original soundfiles and sound exploration. If you feel this project is useful to you and want to support it and it's future development please consider donating money. I only ask for a small donation, but of course I appreciate any amount.
This project is developed by Olivier Bélanger on his free time to help
creation of original soundfiles and sound exploration. If you feel this
project is useful to you and want to support it and it's future development
please consider donating money. I only ask for a small donation, but of
course I appreciate any amount.

[![](https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9CA99DH6ES3HA)
5 changes: 5 additions & 0 deletions scripts/SimpleSampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# encoding: utf-8
"""
Created by belangeo on 2010-11-25.
Usage:
python SimpleSampler.py path_to_sound_folder
"""
from pyo import *
import os, sys
Expand Down

0 comments on commit 598d58b

Please sign in to comment.