8000
Skip to content

sararic/Weierstrass-Synth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weierstrass Synth

A simple JUCE synth plugin that implements a synth based on the Weierstrass Function.

image

Install

MacOS

  • Download the PKG file.
  • Double-click the PKG file.
  • A window will open informing you that I am not a trusted developer. Trust me, I'm very trustworthy.
  • Go to Apple menu > System Settings, then click Privacy & Security in the sidebar.
  • Go to Security, then click Open.
  • Click Open Anyway.
  • Enter your password and click OK.
  • Double-click the PKG file again, and follow the instructions to install.

The plugin is now installed and accessible in your DAW. The manufacturer is registered as NITROGEN Corp. and the instrument is called Weierstrass Synth.

Build from Sources

Clone this repository:

git clone https://github.com/sararic/Weierstrass-Synth

Clone the JUCE repository into a subdirectory:

cd Weierstrass-Synth
git clone https://github.com/juce-framework/JUCE

Configure the project with cmake:

cmake -DCMAKE_BUILD_TYPE:STRING=Release -S . -B "build"

Build the project:

cmake --build
5DA0
 "build" --config Release --target all

The VST, AU, and Standalone plugins will be under build/WeierstrassSynth_artefacts/Release/.

Enjoy the plugin! Contributions are more than welcome. :)

0