Skip to content

v0.6.7

Compare
Choose a tag to compare
@DBraun DBraun released this 21 May 17:27
· 69 commits to main since this release
fd68c13

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 kwarg beats=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.