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

added feature to automatically apply a delay to panned channels #63

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 2, 2015

  1. added delay-based versions of mono and stereo panners

    These new panners apply a configurable delay to one of the output channels,
    proportionally to the amount of panning. The factor is a session property,
    to ensure consistency within the session.
    
    Other minor changes made along the way:
    - Use sqrt(1/2) instead of -3 dB for the pan law, as it is more accurate
      and available as a compile-time constant.
    - The gain interpolation that is used when the panner is moved no longer
      remembers any state across calls to distribute_one(). This seemed to be
      unintentional and slightly broken.
    SReichelt committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    5c17f9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    571e615 View commit details
    Browse the repository at this point in the history