Skip to content

bugfix: use normal pan value scaling for reverb::Pan - #2080

Merged
sapphire-arches merged 1 commit into
SynthstromAudible:communityfrom
nikodemus:reverb-pan-value-scaling
Jun 2, 2024
Merged

bugfix: use normal pan value scaling for reverb::Pan#2080
sapphire-arches merged 1 commit into
SynthstromAudible:communityfrom
nikodemus:reverb-pan-value-scaling

Conversation

@nikodemus

Copy link
Copy Markdown
Collaborator
  • Fixes reverb pan values do not roundrip #2063. All panning uses the same doPanning() function, so same value scaling is correct for reverb as well.

  • No need to adjust save/load logic: any old saved values will be used as-is and sound the same, they will just display differently.

  • This gives access to fully wet and dry sounds if you pan master fully one way and reverb fully the other way.

- Fixes SynthstromAudible#2063. All panning uses the same doPanning() function,
  so same value scaling is correct for reverb as well.

- No need to adjust save/load logic: any old saved values will be
  used as-is and sound the same, they will just display differently.

- This gives access to fully wet and dry sounds if you pan master
  fully one way and reverb fully the other way.
@nikodemus
nikodemus force-pushed the reverb-pan-value-scaling branch from a05025f to 33e024e Compare June 2, 2024 18:07
@github-actions

github-actions Bot commented Jun 2, 2024

Copy link
Copy Markdown
Contributor

Test Results

37 tests  ±0   37 ✅ ±0   0s ⏱️ ±0s
 7 suites ±0    0 💤 ±0 
 7 files   ±0    0 ❌ ±0 

Results for commit 33e024e. ± Comparison against base commit 8877236.

@sapphire-arches
sapphire-arches added this pull request to the merge queue Jun 2, 2024
Merged via the queue into SynthstromAudible:community with commit a4107f1 Jun 2, 2024
tastycode pushed a commit to tastycode/DelugeFirmware that referenced this pull request Jul 3, 2024
…le#2080)

- Fixes SynthstromAudible#2063. All panning uses the same doPanning() function,
  so same value scaling is correct for reverb as well.

- No need to adjust save/load logic: any old saved values will be
  used as-is and sound the same, they will just display differently.

- This gives access to fully wet and dry sounds if you pan master
  fully one way and reverb fully the other way.
@nikodemus
nikodemus deleted the reverb-pan-value-scaling branch July 5, 2024 05:57
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.

reverb pan values do not roundrip

2 participants