Skip to content

Optimize application state memory of banning undo to session storage

Pre-release
Pre-release
Compare
Choose a tag to compare
@TimSusa TimSusa released this 25 Sep 20:40
· 154 commits to master since this release

PLEASE NOTE: This version implicitly contains the 1.3.40-alpha.2 aswell.

Fix

  • Fix Crash when having no midi on the operation system and switching to drivers (came up on ios)

Performance Optimization

  • Before, we just stored the undoRedo in the redux state, which was really a lot and balast
  • Now it is stored in the session storage, in that way it will not be part of the running app state
  • Slightly better performance expected

Test fix

  • Set global midi input delay to values lower than 5 and see if slider work smothly
  • Furthermore undo redo feature shoud still work ( add a slider and shift it, than undo -> should still work and go back)

Download and Install

  • mac: Please, download the *.dmg File (can be seen on "assets" at the bottom here) and double click
  • win: Please, download the *.exe File (can be seen on "assets" at the bottom here) and double click
  • linux: Please, download the *.tar.gz File (can be seen on "assets" at the bottom here) and you know, what to do