Alpha 0.5.0
Finally, a new version of Visor is here! This release contains a number of quality of life changes to improve usability and provide a more robust experience.
New features:
- Added Spout support
- Added ability to customise Java configuration (Settings -> Java Settings)
- Added keyboard shortcuts to switch between code tabs
- Added button to execute all code tabs sequentially (Sketch -> Execute All Code Tabs)
- Added ability to copy contents of the console to clipboard
Improvements:
- Bump Processing version (to 3.5.3) and bundled OpenJDK version
- Remember MIDI devices and loaded mappings when restarting Visor
- Maintain tap tempo between sketch restarts
- Add code editor keyboard shortcuts to Learn Hub
API changes:
- Added MIDI variable getter that returns default value if not defined (get_midi)
- Renamed background_transparent to background_fill
Bug fixes:
- Fixed bug that prevented Syphon from initialising
- Prevent interpolate function from tanking frame rate
- Call draw method on layers that aren’t visible (just don’t render them)
And many other minor improvements and bug fixes.