Firmware Version: firmware-v2.0.0-dev-10.2
Pre-release
Pre-release
github-actions
released this
25 Dec 00:52
·
222 commits
to main
since this release
dev-10 brings dynamic drawing of widgets for VCV-ported modules (screens, including text screens using TTF fonts).
What's changed since v2.0.0-dev-10.0:
- Using a black background for the RackCore Scope module
- Add Fullscreen button to ModuleView page, which hides the roller and sidebar.
- Pop-ups and the jack and knob mapping panes still appear as normal (this will be changed once we play with it in more real-world situations and determine exactly what changes would be useful).
What's Changed since v2.0.0-dev-9.0
- All of the above
- Add Async Task support by @danngreen in #429
- Support drawing with ttf fonts in dynamic screen elements by @danngreen in #441
- Add Scope module to RackCore brand
- Fix MIDI CC mappings saving the wrong value
- Fix Marbles init, and use less memory in Elements
- Factory presets can be loaded from sub-directories of the presets/ dir
- Allow running external plugins in simulator
What's Changed since v2.0.0-dev-6
- All of the above
- Plugin presets by @audiobird in #430
- Catchup mode works on KnobMap page, and hide indicator when tracking (thanks forum user gabrielroth) in #435
- Initial support dynamic vector drawing in Rack modules:
- nanovg calls are mostly supported: filled convex polygons and outlined polygons
Full Changelog: firmware-v2.0.0-dev-6...firmware-v2.0.0-dev-10.0