Releases: animatek/UZZ-VCV-RACK
Releases · animatek/UZZ-VCV-RACK
v2.5.4
v2.5.3
v2.5.3 — UNIT-D & Blank Panel
New module: UNIT-D
- Compact deterministic polyphonic generative sequencer based on unit-distance graph walks.
- Seeded 2D nodes create graph transitions with controls for node count, radius, density, tolerance, walk mode, range, gate length, gate density and lock.
- Outputs include quantized V/O, GATE, ACC, X CV and Y CV for linked melody, gates, accents and modulation.
- Expanded manuals in English and Spanish under Manuals/.
New module: BLANK 3
- 3HP blank panel with Animatek branding.
- Background logos are generated per instance with randomized position, size, rotation and opacity.
- Very slow logo drift by default.
- Right-click Pause animation option, global across all BLANK 3 instances.
Branding and panel polish
- Public display names changed from OXI-CV to ONE and from OXI-CV EXPANSOR to MULTI.
- Added bottom-panel module labels using the same blue label style as UZZ.
- Updated custom Animatek input/output port assets across the public modules.
Asset SHA256:
39e6683c648e863283623832a1ccc5d8385d81d09fa5c4c050a8c02aba6c2bd5
v2.5.2 - APC40 CTRL & UZZ cleanup
New module: APC40 CTRL
13HP MIDI-to-CV bridge for the Akai APC40 with the full continuous-controller surface on a single panel:
- 8 Track Controls (T1–T8, CC 48–55) with attenuverters
- 8 Device Knobs (D1–D8, CC 16–23) with attenuverters
- CUE (CC 47), MASTER (CC 14) and XFAD crossfader (CC 11), each with attenuverter
- 8 Channel Faders (F1–F8) on a dedicated right-hand column: all use CC 7 but on MIDI channels 1–8, so the eight APC40 faders reach Rack as eight independent CV outputs without
remapping the controller - Layout aligned with OXI-CV EXPANSOR (title, header divider and first knob share Y) so the two modules read as a pair when placed side by side
UZZ: old overlay panel removed
Deleted res/UZZ-overlay.svg / res/UZZ-overlay-light.svg and the unused UzzStaticOverlay widget. Older VCV versions could render the obsolete overlay on top of the current panel; that
dead code path is now gone.
Release focused on new UZZ performance modes, advanced direction handling, and timing updates.
Highlights
- New per-step modes: Pulse, Gated, Hold
- Bipolar Prob/Pulse row
- New direction modes: Pendulum, Odd/Even, Jump, Converge, Diverge
- Tempo-relative Duration row
- Gate/timing cleanup for pulses and gated playback
- Panel polish and new step-mode icons
v2.4.2 — Accumulator Wrap & Code Quality
What's new in 2.4.2
UZZ: Accumulator Wrap (modulo)
- New ACCUM WRAP Trimpot (0–12 st) next to ACCUM AMT
- WRAP > 0: offset cycles via modulo — e.g. WRAP=6 → 0,1,2,3,4,5,0,1,... (50% octave)
- WRAP=12: full octave cycle. WRAP=0 (default): original ±12 behaviour
- Works for both ACCUM UP and ACCUM DOWN
- AccumDisplay shows semitone amount + wrap point (or OFF) in one panel widget
- Existing patches unaffected (WRAP defaults to 0)
Code quality (no behaviour change)
- Slug comparisons in
process()→ model-pointer comparisons (audio-rate safe) noteToVoct()helper inplugin.hpp, removes 3 duplicated expressionssilenceAllVoices()extracted in OXI-CVfillRow()helper simplifies 7 reset methods in UZZ- Dead code removed
Downloads
Animatek-2.4.2-lin-x64.vcvplugin— Linux x64- Mac and Windows builds coming via GitHub Actions / VCV Library CI
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.