Skip to content

v0.6.1

Choose a tag to compare

@DBraun DBraun released this 04 Apr 22:20
· 103 commits to main since this release

Non-breaking changes to Playback Warp Processor:

  • Fix issue with when warping is disabled (close #81)
  • Add new function for resetting warp markers to a steady BPM reset_warp_markers(bpm: float)
  • Add new function for setting warp markers to a 2D array (.warp_markers property) (close #73)

See tests/test_playbackwarp_processor.py for more examples.