Skip to content

Commit

Permalink
Updating for JUCE 7.0.6 (#449)
Browse files Browse the repository at this point in the history
* Updating for JUCE 7.0.6

* Fixing float-equality stuff

* Apply clang-format

* More fixing

* Trying to fix more failing tests

* Trying to fix failing tests

* Fixing float-equal in GainReductionMeter

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jatinchowdhury18 and github-actions[bot] authored Aug 5, 2023
1 parent 3b5bd57 commit f20e742
Show file tree
Hide file tree
Showing 93 changed files with 496 additions and 409 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Set up environment
working-directory: ${{github.workspace}}
run: git clone --depth 1 --branch 7.0.1 https://github.com/juce-framework/JUCE.git
run: git clone --depth 1 --branch 7.0.6 https://github.com/juce-framework/JUCE.git

- name: Configure
working-directory: ${{env.WORK_DIR}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-arm-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up environment
working-directory: ${{github.workspace}}
run: |
git clone --depth 1 --branch 7.0.1 https://github.com/juce-framework/JUCE.git
git clone --depth 1 --branch 7.0.6 https://github.com/juce-framework/JUCE.git
cd JUCE_modules
git clone --single-branch --branch chowdsp https://github.com/Chowdhury-DSP/foleys_gui_magic.git
git clone --single-branch --branch main --recursive https://github.com/free-audio/clap-juce-extensions.git
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set up environment
working-directory: ${{github.workspace}}
run: |
git clone --depth 1 --branch 7.0.1 https://github.com/juce-framework/JUCE.git
git clone --depth 1 --branch 7.0.6 https://github.com/juce-framework/JUCE.git
cd JUCE_modules
git clone --single-branch --branch chowdsp https://github.com/Chowdhury-DSP/foleys_gui_magic.git
git clone --single-branch --branch main --recursive https://github.com/free-audio/clap-juce-extensions.git
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Set up environment
working-directory: ${{github.workspace}}
run: |
git clone --depth 1 --branch 7.0.4 https://github.com/juce-framework/JUCE.git
git clone --depth 1 --branch 7.0.6 https://github.com/juce-framework/JUCE.git
cd JUCE_modules
git clone --single-branch --branch chowdsp https://github.com/Chowdhury-DSP/foleys_gui_magic.git
git clone --single-branch --branch main --recursive https://github.com/free-audio/clap-juce-extensions.git
Expand Down
4 changes: 2 additions & 2 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ include(CPM)
CPMAddPackage(
NAME juce
GITHUB_REPOSITORY juce-framework/juce
GIT_TAG 7.0.2
GIT_TAG 7.0.6
)

# download CLAP extensions
CPMAddPackage(
NAME clap-juce-extensions
GITHUB_REPOSITORY free-audio/clap-juce-extensions
GIT_TAG 61749181678ebc368795447477e831469360679a
GIT_TAG 10bc7d4ddb82eab4796b1ce7d1d2dadd46552f27
)

include(AddJUCEModules)
Expand Down
Loading

0 comments on commit f20e742

Please sign in to comment.