Skip to content

hamiltonkibbe/PyAbleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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')

About

A Python Library for creating and editing Ableton Live instrument patches

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published