A phat virtual synthesizer inspired by the Prophet REV2!
To build:
- Configure Visual Studio project on Windows:
cmake -B Builds, then open the resulting project in Visual Studio. - Configure Xcode project on Mac:
cmake -B Builds -G Xcode, then open the resultingBuilds/ProPhat.xcodeprojproject in Xcode. - With Visual Studio Code:
- open the folder in Visual Studio Code
- make sure your CMake extension is configured to use the
Buildsfolder (cmd/ctrl + ,, then setCmake: Build Directoryto${workspaceFolder}/Builds) - cmd/ctrl + shift + P, then
CMake: Configure - F7 to build
- F5 to run
- With Visual Studio Code on Ubuntu 24.04:
- same as for mac right above, but make sure to install all dependencies like this:
sudo apt-get update && sudo apt install libasound2-dev libx11-dev libxinerama-dev libxext-dev libfreetype6-dev libwebkit2gtk-4.1-dev libglu1-mesa-dev xvfb ninja-build ladspa-sdk libcurl4-openssl-dev libxcomposite-dev libxcursor-dev libxrandr-dev mesa-common-dev libjack-dev sccache
- same as for mac right above, but make sure to install all dependencies like this:
