This is a simple audio sampler created with JUCE.
Ensure you have the following installed:
- CMake (minimum version required: 3.x)
- C++ Compiler (e.g., GCC, Clang, MSVC)
- (Optional) Ninja or Make (for build system generation)
-
Clone the repository:
-
Navigate into the repository folder
-
Create a folder called build
$ cmake -B build
Optional: You can also invoke the
-G
flag to build project files for the IDE of your choice.XCode
$ cmake -B build -G "Xcode"
Visual Studio Code 2019
$ cmake -S . -B build -G "Visual Studio 16 2019"
Visual Studio Code 2022
$ cmake -S . -B build -G "Visual Studio 17 2022"
-
Navigate into the
build
folder and open the project file