Releases: animatek/UZZ-VCV-RACK
Releases · animatek/UZZ-VCV-RACK
UZZ v2.3.1 – Font Fix & Log Cleanup
UZZ v2.3.1 – Font Fix & Log Cleanup
This is a small maintenance release focused on font loading and log noise.
Fixed
- Replaced custom font paths (
Inter-Medium.ttf,NotoSans-Regular.ttf) with Rack’s built-in system fonts (ShareTechMono-Regular/DejaVuSans) loaded viaasset::system("res/fonts/..."). - Removed
loadFontWithoutFallbackswarnings on clean Rack 2 installations (Rack no longer tries to find non-existent fonts inres/fonts).
There are no changes to the module’s functionality or UI layout, only safer font usage and a clean log.
UZZ - 2.30
2.3.0 — Stability & Host Reload Fixes
UZZ - 2.1.0
2.1.0 - 2025-10-03
Added per-row shift controls for Pitch, Octave, Duration, Mod1, and Mod2 including wrap-free behaviour and step-size tweaks (Mod rows now move 10% per click).
Introduced contextual menu refinements: dedicated submenus for Direction mode, Range Mod 1, Range Mod 2, and a toggle to emit EOC on reset.
Implemented optional EOC trigger on external reset with persistence.
Refined reset handling so the active step still fires before jumping back to the start window.
Added custom input/output port widgets with 10% scale reduction and support for optional recoloured SVGs.
Tuned slew response to a logarithmic curve as the fixed behaviour.
Cleaned up random button lights logic to retain the original smoothing behaviour.
Fixed malformed plugin.json manifest (missing closing quote/comma on version).
Animatek UZZ v2.0.5
Changelog
[2.0.5] - 2025-09-23
Fixed
- Clock multipliers now trigger the first sub-tick correctly (×2, ×3, ×4… no longer skip).
- Gate/Trigger handling improved for more consistent behavior.
- Removed unused variables and cleaned up compilation warnings.
Changed
- Limited maximum multiplier to ×48 (removed ×64 and ×96 which caused continuous gates).
- Old patches saved with ×64/×96 automatically clamp to ×48 for compatibility.
Notes
- Tested with VCV Rack 2.5 SDK.
UZZ 2.0.0
UZZ v2.0.0
Port de UZZ desde Max for Live a VCV Rack (WIP estable).
✨ Novedades
- Reloj virtual con ratios de división y multiplicación (incluye fraccionarios).
- Modos de dirección: Forward, Backward, Ping-Pong, Random, Drunk.
- Fila de Duración por paso (legato/nota larga soportada).
- Salidas M1/M2 con rangos configurables desde el menú contextual.
- Swing por tick con alineación estable de fase.
- Random por filas (pitch, octava, step-mode, duración, M1, M2) con doble click para reset.
🛠️ Arreglos destacados
- Subdivisiones del clock: ahora acumulan correctamente a través de múltiples pulsos externos.
- Durations: ya no se recortan al periodo del tick; permiten notas largas reales.
- Gates: coherencia entre modo Gate y Trig; EOC en wrap del ciclo.