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

Fixed maxiEnv::adsr #64

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

Fixed maxiEnv::adsr #64

wants to merge 3 commits into from

Commits on Apr 11, 2018

  1. Fixed maxiEnv::adsr

    When sustain was set to 0, maxiEnv::adsr would not function properly. With the new changes, it is now simple to create pluck sounds by setting the sustain to 0, and then adjusting decay and release. When the trigger is released, the envelope will automatically move to the next phase, allowing for rapid playing of plucked notes as well
    Seledrex committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    51de07a View commit details
    Browse the repository at this point in the history
  2. Revert "Fixed maxiEnv::adsr"

    This reverts commit 51de07a.
    Seledrex committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    5e579f2 View commit details
    Browse the repository at this point in the history
  3. Fixed maxiEnv::adsr

    When sustain was set to 0, maxiEnv::adsr would not function properly. With the new changes, it is now simple to create pluck sounds by setting the sustain to 0, and then adjusting decay and release. When the trigger is released, the envelope will automatically move to the next phase, allowing for rapid playing of plucked notes as well
    Seledrex committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    971b3a3 View commit details
    Browse the repository at this point in the history