Skip to content

Improve parameter group naming - #177

Merged
baconpaul merged 1 commit into
free-audio:mainfrom
mkruselj:param-group-naming
Jun 24, 2026
Merged

Improve parameter group naming#177
baconpaul merged 1 commit into
free-audio:mainfrom
mkruselj:param-group-naming

Conversation

@mkruselj

@mkruselj mkruselj commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

This change will match how JUCE builds parameter name strings for VST3 and AU. With JUCE plugin wrappers, if your root parameter group is not named, this is valid. With current CJE state, this would not create a parameter group at all.

The goal is parity between how parameter names/groups are displayed across plugin formats and hosts which support parameter groups.

This is also why the logic for how separator is added was changed.

This change will match how JUCE builds parameter name strings for VST3 and AU.
With JUCE plugin wrappers, if your root parameter group is not named, this is valid.
With current CJE state, this would not create a parameter group at all.

The goal is parity between how parameter names/groups are displayed across
plugin formats and hosts which support parameter groups.

This is also why the logic for how separator is added was changed.
@mkruselj
mkruselj force-pushed the param-group-naming branch from 5b8fb0a to 54ac177 Compare June 24, 2026 13:09
@baconpaul
baconpaul merged commit 16e9d4c into free-audio:main Jun 24, 2026
15 checks passed
@mkruselj
mkruselj deleted the param-group-naming branch June 24, 2026 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants