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

v1.0.0 #38

Closed
wants to merge 55 commits into from
Closed

v1.0.0 #38

wants to merge 55 commits into from

Commits on Jul 17, 2022

  1. improve code format 1

    jerryuhoo committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    2bf1ebf View commit details
    Browse the repository at this point in the history
  2. fix juce save preset bug

    fix a bug that unable to write to an existing preset. (Due to JUCE 6.1.0 update)
    fix a bug that changing presets causes wrong Enable buttons' values.
    Still have the bug of changing presets causes wrong line positions.
    jerryuhoo committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    3b6cb6b View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. new line design 1

    jerryuhoo committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    adf3229 View commit details
    Browse the repository at this point in the history
  2. new closebutton draft

    jerryuhoo committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    9118d86 View commit details
    Browse the repository at this point in the history
  3. new close button draft 2

    jerryuhoo committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    115cba6 View commit details
    Browse the repository at this point in the history
  4. new close button draft 3

    fix closebutton visible bug
    jerryuhoo committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    0adfdc3 View commit details
    Browse the repository at this point in the history
  5. new close button draft 4

    fix init bug
    jerryuhoo committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    8cd73b5 View commit details
    Browse the repository at this point in the history
  6. fix freqTextLabel bug

    It will cause move to left shaking bug
    jerryuhoo committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    e7df0bd View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    b7c29b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d8f4d1 View commit details
    Browse the repository at this point in the history
  3. fix audiobuffer pointer bug

    jerryuhoo committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    eef3b26 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Optimize dragLines

    jerryuhoo committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    4890f83 View commit details
    Browse the repository at this point in the history
  2. new line design draft 2

    Remove dragLinesByFreq().
    Every time changing xPercent or freq, let them synchronous.
    Only setBounds in sliderValueChanged().
    
    Bug: endless loop moveToX()
    jerryuhoo committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    242eb0b View commit details
    Browse the repository at this point in the history
  3. new line design draft 3

    BUG: setting freq to limit causes endless loop
    jerryuhoo committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    ecf532c View commit details
    Browse the repository at this point in the history
  4. fix ableton drag line bug

    jerryuhoo committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    c7c2c05 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. new line design draft 4

    update lineNum when switch presets
    add more safe checks
    jerryuhoo committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    30cd312 View commit details
    Browse the repository at this point in the history
  2. fix changing preset line position bug

    Sort line freq and assign line state before slidervaluechanged.
    Still have bug of changing preset subbypass button state error.
    jerryuhoo committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    f79b10f View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. fix fl studio dynamic buffer size causes crash bug

    wrong fix-> 4d8f4d1
    Make sure dryWetBuffer is the same size as buffer.
    jerryuhoo committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    db71eae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #32 from jerryuhoo/new_line_design

    1.0.0 Beta 1
    jerryuhoo authored Jul 24, 2022
    Configuration menu
    Copy the full SHA
    7bf8c22 View commit details
    Browse the repository at this point in the history
  3. code clean 1

    jerryuhoo committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    eb49ad0 View commit details
    Browse the repository at this point in the history
  4. code clean 2 and GUI improved

    when dragging lines, should not set white to the band.
    jerryuhoo committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    9e57ace View commit details
    Browse the repository at this point in the history
  5. code clean 3 and fix focus bug

    set focus index if focus is larger than max line num
    jerryuhoo committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    98d373e View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    6df501e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8f9048 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1002e62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    429d60c View commit details
    Browse the repository at this point in the history
  5. code format multiband

    jerryuhoo committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    729ef79 View commit details
    Browse the repository at this point in the history
  6. improve code format 3

    jerryuhoo committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    5041360 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1abebd6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bcddfb1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2973acc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c7ba7d9 View commit details
    Browse the repository at this point in the history
  11. 1.0.0 Beta 1

    jerryuhoo committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    f146a89 View commit details
    Browse the repository at this point in the history
  12. Update CMakeLists.txt

    jerryuhoo committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    28273fa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1c8d6e7 View commit details
    Browse the repository at this point in the history
  14. Update README.md

    jerryuhoo committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    b75de95 View commit details
    Browse the repository at this point in the history
  15. change filter color

    jerryuhoo committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    b78b58d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. improve band switch buttons

    change them to toggle buttons
    click graph will show related knobs
    jerryuhoo committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    38fe234 View commit details
    Browse the repository at this point in the history
  2. improve slider GUI

    jerryuhoo committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    c80f502 View commit details
    Browse the repository at this point in the history
  3. add JUCE 7 version hint

    jerryuhoo committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    5c0ff08 View commit details
    Browse the repository at this point in the history
  4. improve code format 4

    jerryuhoo committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    f1a3f58 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. add extreme button for more gain

    up to +40db -> up to +60db
    jerryuhoo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    8e792ef View commit details
    Browse the repository at this point in the history
  2. improve filter control

    jerryuhoo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    ceee946 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a123a79 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    jerryuhoo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    e7905fc View commit details
    Browse the repository at this point in the history
  5. improve code format 5

    jerryuhoo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    09f92ae View commit details
    Browse the repository at this point in the history
  6. fix update crash

    jerryuhoo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    20e26bd View commit details
    Browse the repository at this point in the history
  7. limiter design 1

    jerryuhoo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    30585ce View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. limiter design 2

    jerryuhoo committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    f71017a View commit details
    Browse the repository at this point in the history
  2. limiter design 3

    jerryuhoo committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    652ebe9 View commit details
    Browse the repository at this point in the history
  3. Add panel labels

    jerryuhoo committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    ad99476 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7681d70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    088a271 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    477a5f1 View commit details
    Browse the repository at this point in the history
  7. bump up version to v1.0.0

    jerryuhoo committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    011e634 View commit details
    Browse the repository at this point in the history