v0.6.7
Breaking change:
convert_to_sec=True
kwarg has been refactored into beats=False
everywhere.
New features:
- PlaybackWarp Processor can now take audio of a different sample rate if you specify the rate as kwarg
sr
. RenderEngine.render
now has a default kwargbeats=False
. When True, the duration is measured in beats.
Bug fixes:
- Fix looping-related bad code in PlaybackWarp Processor. The tempo won't fall out of sync now.
- Fix
fopen
issue in Ableton Clip Info (too many file opens caused a crash).
Demo:
- New
examples/dj_mixing/dj.py
for DJ transitions. Start with one song at tempo A and fade to another song with tempo B.