Skip to content

vberthiaume/ProPhat

Repository files navigation

ProPhat

A phat virtual synthesizer inspired by the Prophet REV2!

image

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 resulting Builds/ProPhat.xcodeproj project in Xcode.
  • With Visual Studio Code:
    • open the folder in Visual Studio Code
    • make sure your CMake extension is configured to use the Builds folder (cmd/ctrl + ,, then set Cmake: Build Directory to ${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

About

A subtractive virtual synthesizer inspired by the Prophet REV2!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages