Skip to content

vcv-osc 2.1.1 — modules addressable by name/brand

Latest

Choose a tag to compare

@roomi-fields roomi-fields released this 25 Jul 11:38
· 3 commits to main since this release

Completes the symbolic-addressing symmetry from 2.1.0.

Modules can now be referenced by human name / brand, not just slug — matching
how params and ports already resolve by their label:

/module/add "Audible Instruments" "Braids"      # alongside the slug form
/param/set  "Fundamental/VCO" "Frequency" 0.5

Match is slug (exact) or name (case-insensitive); ambiguous names return an
error listing the candidate slugs. Every numeric-id and slug client keeps working
unchanged.

Windows + Linux binaries attached.