diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 914e8bf..d976590 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -20,8 +20,8 @@ jobs: fail-fast: false # show all errors for each platform (vs. cancel jobs on error) matrix: include: - - os: ubuntu-22.04 - cmake_args: "-DCMAKE_CXX_COMPILER=g++-11" + # - os: ubuntu-22.04 + # cmake_args: "-DCMAKE_CXX_COMPILER=g++-11" - os: windows-2022 cmake_gen: -G"Ninja Multi-Config" cmake_args: -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl diff --git a/README.md b/README.md index 69704cb..8731926 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,13 @@ ![CI](https://github.com/Chowdhury-DSP/JUCEPluginTemplate/workflows/CI/badge.svg) [![License](https://img.shields.io/badge/License-BSD-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) -This repository contains template code for building a Chowdhury DSP +An audio plugin demonstrating the use of the [Bungee](https://github.com/kupix/bungee) +time-stretching/pitch-shifting library in the context of a real-time audio plugin. +This repository is still a work-in-progress... not everything might +be working at the moment. + ## Building To build from scratch, you must have CMake installed. @@ -15,9 +19,6 @@ To build from scratch, you must have CMake installed. $ git clone https://github.com/Chowdhury-DSP/PitchShift.git $ cd PitchShift -# set up plugin -$ ./setup.sh MyPluginName MyPluginID - # build with CMake $ cmake -Bbuild $ cmake --build build --config Release diff --git a/modules/chowdsp_utils b/modules/chowdsp_utils index cb45424..7524678 160000 --- a/modules/chowdsp_utils +++ b/modules/chowdsp_utils @@ -1 +1 @@ -Subproject commit cb45424098d7bb33588ec6ce18a92e96f4f03fdf +Subproject commit 7524678696d97f42ffe734200273f8fb5e55fa5d diff --git a/modules/clap-juce-extensions b/modules/clap-juce-extensions index bb93342..a3227c5 160000 --- a/modules/clap-juce-extensions +++ b/modules/clap-juce-extensions @@ -1 +1 @@ -Subproject commit bb933426088ca96a18750635e47897f4d4d5581e +Subproject commit a3227c52fa082d2df33f4377ed1e050dd8a52595