Skip to content

v3.3.4

Compare
Choose a tag to compare
@leolabs leolabs released this 26 Oct 15:39
· 30 commits to master since this release
  • ✨ Add support for the Track View class 3ff5980
    • This removes the set('insert_mode') function on song that doesn't actually exist in Live's API. Instead, get the track you'd like to change the insert mode on and call track.view.set('device_insert_mode')
  • 🎨 Fix formatting f06d3d0
  • ✨ Add a safeStopPlaying function that only stops playback when Live is currently playing to prevent accidental jumps to the beginning of the timeline a7b84e2
  • 🐛 Fix error when logging the client port 4df4205
  • 🐛 Fix deprecation warning when logging warning messages 165c734
  • ✨ Add a Live folder to keep the Python linter happy 5a62d98

v3.3.3...v3.3.4