Claude/fix effects count display 2z de5#708
Merged
braedonsaunders merged 2 commits intoclaude/build-openstudio-app-kgia5from Jan 6, 2026
Merged
Conversation
…gs with DAW UI - Fix effects count badge in track header to count all 35 effects instead of just 5 standard ones - Update native bridge types to match all frontend effect settings: - Wah: Add rate, depth, baseFrequency, maxFrequency, sensitivity, mix - FrequencyShifter: Add direction enum - GranularDelay: Add pitchRandom, position, positionRandom, reverse, freeze - RotarySpeaker: Add distance, brake speed mode - AutoPan: Add width - MultiFilter: Add drive, lfoWaveform, envelopeSensitivity, keyTrack, etc - Vibrato: Add stereo, tempoSync, subdivision - StereoImager: Add midLevel, sideLevel, bassMonoAmount, balance - Exciter: Add harmonics enum (odd/even/both) - MultibandCompressor: Add low/mid/high band settings with proper field names - StereoDelay: Add crossFeed, tone, pingPong - Harmonizer: Add voices, spread, shift, keyLock, customIntervals
The reverb feedback formula was treating decay (0.1-10 seconds) as if it were a 0-1 range value. With default decay of 1.5 seconds, feedback was calculated as 1.33 (>1), causing exponential gain buildup. Fixed by: - Normalizing decay to 0-1 range before feedback calculation - Capping feedback at 0.93 for stability
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
71f7c5f
into
claude/build-openstudio-app-kgia5
2 of 5 checks passed
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.
No description provided.