Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamiltonkibbe/PyAbleton
A Python Library for creating and editing Ableton Live instrument patches
https://github.com/hamiltonkibbe/PyAbleton
Last synced: 4 months ago
JSON representation
A Python Library for creating and editing Ableton Live instrument patches
- Host: GitHub
- URL: https://github.com/hamiltonkibbe/PyAbleton
- Owner: hamiltonkibbe
- License: mit
- Created: 2014-05-05T04:05:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-09T01:46:10.000Z (over 10 years ago)
- Last Synced: 2024-06-12T17:41:00.402Z (5 months ago)
- Language: Python
- Size: 164 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyAbleton
**A Python Library for creating and Editing Ableton Live instrument patches**
** Analog **
It's as easy as this:
from pyableton.presets import AnalogPreset
instrument = AnalogPreset()
instrument.osc[1].waveshape = 'SINE'
instrument.filter[0].type = 'LP24'
instrument.filter[1].envelope.attacktime = 0.0687
instrument.polyphony = 'MONO'
instrument.save_preset('gnarly_wobble.adv')