Skip to content

Commit

Permalink
Update submodules and README
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed May 29, 2024
1 parent e8130c1 commit d2b27ec
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/chowdsp_utils
Submodule chowdsp_utils updated 630 files

0 comments on commit d2b27ec

Please sign in to comment.