feat(studio): make presets the primary path into the FX rack - #3274
Open
vanceingalls wants to merge 1 commit into
Open
feat(studio): make presets the primary path into the FX rack#3274vanceingalls wants to merge 1 commit into
vanceingalls wants to merge 1 commit into
Conversation
Presets button becomes the stacked primary control (bold, filled outline);
Add-effect demoted to a small trailing link ("+ effect"). Button onClick
bodies and audition-revert logic are unchanged.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This was referenced Aug 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
+ effectlink.onClickbodies (audition-revert logic) are byte-identical to before — only layout/labels/classes changed."Add effect"label to"+ effect"acrosspropertyPanelFxSection.test.tsxandpropertyPanelAudioFxGroup.test.tsx.Per
plans/audio-execution/A1-preset-primary.md(step A1 of the audio-groups/mute-solo/pitch-shift execution runbook).Test plan
bunx vitest run src/components/editor/propertyPanelFxSection.test.tsx src/components/editor/propertyPanelAudioFxGroup.test.tsx— 182 tests passbun run test(full studio suite) — 4241 pass, 0 regressionsbunx oxfmt/bunx oxlinton touched files — clean🤖 Generated with Claude Code