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

Adsr remake #160

Merged
merged 25 commits into from
Jun 4, 2021
Merged

Adsr remake #160

merged 25 commits into from
Jun 4, 2021

Commits on May 16, 2021

  1. Configuration menu
    Copy the full SHA
    e31062c View commit details
    Browse the repository at this point in the history
  2. Remove unused variables

    sdiedrichsen committed May 16, 2021
    Configuration menu
    Copy the full SHA
    9270e02 View commit details
    Browse the repository at this point in the history
  3. Add improved SetTime method

    It's based on a geometric series
    sdiedrichsen committed May 16, 2021
    Configuration menu
    Copy the full SHA
    6cef9df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0815c36 View commit details
    Browse the repository at this point in the history
  5. remove unused methods

    sdiedrichsen committed May 16, 2021
    Configuration menu
    Copy the full SHA
    fd2c01f View commit details
    Browse the repository at this point in the history
  6. Clamp sustain level

    sdiedrichsen committed May 16, 2021
    Configuration menu
    Copy the full SHA
    0694188 View commit details
    Browse the repository at this point in the history
  7. Fix Init()

    sdiedrichsen committed May 16, 2021
    Configuration menu
    Copy the full SHA
    f6be712 View commit details
    Browse the repository at this point in the history
  8. Add method for retrigger

    sdiedrichsen committed May 16, 2021
    Configuration menu
    Copy the full SHA
    38518ba View commit details
    Browse the repository at this point in the history
  9. Avoid div by zero

    sdiedrichsen committed May 16, 2021
    Configuration menu
    Copy the full SHA
    040dfc6 View commit details
    Browse the repository at this point in the history
  10. Some formatting

    sdiedrichsen committed May 16, 2021
    Configuration menu
    Copy the full SHA
    0e68e83 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Configuration menu
    Copy the full SHA
    081c2d9 View commit details
    Browse the repository at this point in the history
  2. Fix unwanted repetition

    with all time set to 0. and sustain at 0.
    sdiedrichsen committed May 17, 2021
    Configuration menu
    Copy the full SHA
    62f85fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b0a313 View commit details
    Browse the repository at this point in the history
  4. Sign my work

    sdiedrichsen committed May 17, 2021
    Configuration menu
    Copy the full SHA
    5a38516 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Conform to clang format

    sdiedrichsen authored May 19, 2021
    Configuration menu
    Copy the full SHA
    b8add11 View commit details
    Browse the repository at this point in the history
  2. Conform to clang format

    sdiedrichsen authored May 19, 2021
    Configuration menu
    Copy the full SHA
    3f32d15 View commit details
    Browse the repository at this point in the history
  3. Fix a typo

    sdiedrichsen authored May 19, 2021
    Configuration menu
    Copy the full SHA
    f81af3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4605250 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf72a88 View commit details
    Browse the repository at this point in the history
  6. Clang Format pt.4

    sdiedrichsen committed May 19, 2021
    Configuration menu
    Copy the full SHA
    b45d50e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ebbd1c2 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Conform to clang format pt.5

    I used clang format v12 on my system, but v10 seems to have a different idea about nested trigraphs.
    sdiedrichsen authored May 20, 2021
    Configuration menu
    Copy the full SHA
    21259f1 View commit details
    Browse the repository at this point in the history
  2. Remove very white space

    sdiedrichsen committed May 20, 2021
    Configuration menu
    Copy the full SHA
    4b06a79 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Configuration menu
    Copy the full SHA
    8e606fa View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Conform to clang-format

    v12 has a different opinion on that one.
    sdiedrichsen committed May 25, 2021
    Configuration menu
    Copy the full SHA
    3d84eca View commit details
    Browse the repository at this point in the history