Fanan team has updated Closseum mini modular DAW to version 1.2 and announced 50% discount on second and subsequent purchases of the same pack.
Main changes:
- VST3 Manual Plugin Loader – File chooser for loading VST3 bundles directly from disk. Handles multi-type bundles. Accessible via System Tools panel, right-click context menu, and drag-drop from browser to canvas.
- 4× Virtual Canvas (19200×12800) – Canvas expanded from 4800×3200 to 19200×12800. Transform-based panning via g.addTransform(). All mouse interactions, node placement, cable dragging, and popup positioning converted to virtual coordinate system.
- Paint-Level Zoom – Zoom range expanded to 0.10–2.0. Zoom applied via Graphics transform instead of component-level setTransform(), preventing overflow into adjacent UI panels. Adaptive grid doubles spacing when lines would be too dense on screen.
- Minimap Navigator – 220×147px minimap overlay showing full canvas with color-coded node dots (gold=I/O, green=instruments, orange=system tools, blue=plugins, gray=bypassed). Shows viewport rectangle, zoom percentage, and grid hints. Click to navigate, drag to scroll. Fixed to component pixel coords via g.saveState() /restoreState() — stays pinned at any zoom level.
- Scrollbars – Horizontal and vertical scrollbars with proportional thumb sizing. Draggable thumbs for precise navigation. Corner square at intersection.
- Left-Click Drag-to-Pan – Left-click on empty canvas starts panning. Cursor changes to dragging hand. Pan delta divided by zoomLevel for consistent feel at all zoom levels.
- Ctrl+Wheel Zoom-to-Cursor – Zooming centers on mouse position. Shift+wheel for
horizontal scroll, plain wheel for vertical scroll. - Thread-Safe Plugin Scanner – All knownPluginList mutations marshalled to message thread via MessageManager:callAsync + WaitableEvent. Prevents concurrent read/write corruption that caused phantom blacklisting of successfully scanned plugins like Serum.
- Show Blacklist Dialog – New button next to « Reset Blacklist » that opens a popup listing all blacklisted plugin files with full paths, or confirms no plugins are blacklisted.
- Multi-Version Plugin Support in Menus – Right-click canvas menu now detects plugins available in multiple formats and appends [VST2]/[VST3]/[AU] suffix to disambiguate. Both versions are independently selectable. Single-format plugins show without suffix.
- Dynamic System Tools Count – Tools count label uses actual item count instead of hardcoded value.
- Multi MIDI filter – 5 types of MIDI filters in single node.
- Favorites menu – Allows loading favorite project patches straight from the rack page.
- Floating mixer – Allows opening mixer tab as a pop up window.
- Latcher – a new MIDI system tool that allows sending continuous MIDI on\off messages to other vsti’s in the rack.
- Workflows – the single rack workflow is now expended to 16 simultaneous workflows that can be switched with a single button click.
- A new plugin scanner – 8 simultaneous child based scanner with faster scanning abilities, compared to previous version.