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

new reverb #380

Merged
merged 29 commits into from
Dec 1, 2018
Merged

new reverb #380

merged 29 commits into from
Dec 1, 2018

Commits on May 6, 2018

  1. new reverb

    jjceresa committed May 6, 2018
    Configuration menu
    Copy the full SHA
    8375eee View commit details
    Browse the repository at this point in the history
  2. fix typos in comments

    jjceresa committed May 6, 2018
    Configuration menu
    Copy the full SHA
    a8f3db3 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. fix build warning

    jjceresa committed May 7, 2018
    Configuration menu
    Copy the full SHA
    9b83bb5 View commit details
    Browse the repository at this point in the history
  2. fix unused variable

    jjceresa committed May 7, 2018
    Configuration menu
    Copy the full SHA
    1935c6e View commit details
    Browse the repository at this point in the history
  3. fix typos in comments

    jjceresa committed May 7, 2018
    Configuration menu
    Copy the full SHA
    146629e View commit details
    Browse the repository at this point in the history
  4. more typos adjusting

    jjceresa committed May 7, 2018
    Configuration menu
    Copy the full SHA
    2a0aebe View commit details
    Browse the repository at this point in the history
  5. fix parameters typos

    jjceresa committed May 7, 2018
    Configuration menu
    Copy the full SHA
    26c94bb View commit details
    Browse the repository at this point in the history
  6. adding WITH_DENORMALISING macro

    jjceresa committed May 7, 2018
    Configuration menu
    Copy the full SHA
    52d70aa View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. Apply fluidsynth copyright note - fix typos

    jjceresa committed May 9, 2018
    Configuration menu
    Copy the full SHA
    65ed9bf View commit details
    Browse the repository at this point in the history

Commits on May 11, 2018

  1. Cleanup

    jjceresa committed May 11, 2018
    Configuration menu
    Copy the full SHA
    e6aa822 View commit details
    Browse the repository at this point in the history
  2. missing cleanup

    jjceresa committed May 11, 2018
    Configuration menu
    Copy the full SHA
    3582311 View commit details
    Browse the repository at this point in the history
  3. fix build warning

    jjceresa committed May 11, 2018
    Configuration menu
    Copy the full SHA
    36a009f View commit details
    Browse the repository at this point in the history

Commits on May 12, 2018

  1. using fluid_return_if_fail - cleanup

    jjceresa committed May 12, 2018
    Configuration menu
    Copy the full SHA
    958c8d8 View commit details
    Browse the repository at this point in the history
  2. missing comments cleanup

    jjceresa committed May 12, 2018
    Configuration menu
    Copy the full SHA
    0cde252 View commit details
    Browse the repository at this point in the history
  3. replace long by int

    jjceresa committed May 12, 2018
    Configuration menu
    Copy the full SHA
    f2ca0b8 View commit details
    Browse the repository at this point in the history
  4. update DENORMALISING comment

    jjceresa committed May 12, 2018
    Configuration menu
    Copy the full SHA
    81baad4 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2018

  1. Reducing default MOD_DEPTH - Fix typos

    jjceresa committed May 26, 2018
    Configuration menu
    Copy the full SHA
    ff01bb4 View commit details
    Browse the repository at this point in the history
  2. Simplifying stereo mapping

    jjceresa committed May 26, 2018
    Configuration menu
    Copy the full SHA
    9926a40 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. Change on internal gain scale:

    -changing FIXED_GAIN from 0.1 to 1.0 and SCALE_WET from 3.0 to 0.6.
    This is equivalent to multiply previous internal gain by 2.0.
    
    With this change, as the input gain (FIXED_GAIN) is set to 1.0, this macro
    is removed. This makes the internal gain only scaled by the macro SCALE_WET.
    jjceresa committed May 31, 2018
    Configuration menu
    Copy the full SHA
    dead0ef View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2018

  1. Configuration menu
    Copy the full SHA
    f6fd158 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    291525d View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. Remove duplicate comments - cleanup braces

    jjceresa committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    4878278 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. reduce MOD_DEPTH to 4

    derselbst committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    81b702d View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

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

Commits on Jun 25, 2018

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

Commits on Jul 28, 2018

  1. Enhance flatness comb filter frequency response:

     1)low input gain (FIXED_GAIN = 0.1) reintroduced.
       FIXED_GAIN is lowered from 1.0 to 0.1.
       SCALE_WET augmented from 0.6 to 5.
     2)stereo gain reintroduced.
     Both enhances flatness comb filter frequency response.
    jjceresa committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    f6da07e View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2018

  1. Configuration menu
    Copy the full SHA
    55c1bb7 View commit details
    Browse the repository at this point in the history
  2. format reverb

    derselbst committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    55607b8 View commit details
    Browse the repository at this point in the history
  3. fix build

    derselbst committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    c1d5904 View commit details
    Browse the repository at this point in the history