Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

class library: PanAz: initialize amps in Ctor #4973

Merged
merged 1 commit into from
Aug 9, 2020

Conversation

elgiano
Copy link
Contributor

@elgiano elgiano commented May 26, 2020

Fixes an hardcoded fade-in from 0 in ak/kr cases, due to missing initialization of amplitudes.

I've included suggestions from @mtmccrea #4387 (comment).
However, instead of creating a new PanAz_init function, I'm calling PanAz_calc_ak for 1 sample (as it seems to be a common practice throughout classlib)

Purpose and Motivation

Fixes #4387

Types of changes

  • Bug fix

To-do list

  • Code is tested
  • All tests are passing
  • This PR is ready for review

Fixes an hardcoded fade-in from 0 in ak/kr cases, due to missing
initialization of amplitudes
Copy link
Contributor

@mossheim mossheim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

excellent, thanks for the tests!

@mossheim mossheim merged commit fd48a9d into supercollider:develop Aug 9, 2020
@elgiano elgiano deleted the topic/4387 branch August 9, 2020 04:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PanAz returns incorrect signal for the first block
2 participants