v0.6.8
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