Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simlmx/pyau
Python Audio Unit Host
https://github.com/simlmx/pyau
Last synced: about 20 hours ago
JSON representation
Python Audio Unit Host
- Host: GitHub
- URL: https://github.com/simlmx/pyau
- Owner: simlmx
- Created: 2013-01-05T17:37:02.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-30T16:49:17.000Z (over 9 years ago)
- Last Synced: 2023-03-22T16:07:26.191Z (over 1 year ago)
- Language: C++
- Size: 2.14 MB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pyau
====Python Audio Unit Host
I don't work much on this projet anymore, but don't hesitate to email me for any questions/comments/etc.
Current features
================* Hosts audio units
* Supports multiple tracks
* Can use midi files to bounce audio
* Listens to incoming midi messages (e.g. from a keyboard)
* ~~Ugly generic gui for audio units~~ Disabled because buggy...Requirements
============
A mac with at least Leopard (10.5) with the following installed* Python 2.5 or higher (with pip)
* Xcode
* Swig (with python bindings)Installation
============git clone https://github.com/simlmx/pyau.git
cd pyau
python setup.py build # Make sure you don't skip this step!
python setup.py installIn the python interpreter (opened from a different directory), verify that the following works:
import pyau
Usage
=====
* You can find a basic example in pyau/example.py
NoteTODOs
================
* Loading of carbon/cocoa audio units' gui