v0.6.1
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_markersproperty) (close #73)
See tests/test_playbackwarp_processor.py for more examples.