Skip to content

v0.6.8

Compare
Choose a tag to compare
@DBraun DBraun released this 08 Jun 23:15
· 60 commits to main since this release
e860553

Breaking changes:

  • PlaybackWarpProcessor now has an enum config system based on Rubber Band's docs. The code below will maintain backwards compatibility
rb_option = daw.PlaybackWarpProcessor.option
playback_warp_processor.set_options(
    rb_option.OptionTransientsSmooth |
    rb_option.OptionPitchHighQuality |
    rb_option.OptionChannelsTogether
)

Non-breaking changes:

  • Fixed a bug related to PlaybackWarpProcessor when warp is off.
  • PyPI now includes Windows with Python 3.10