reidevries / wolf-shaper

Waveshaper plugin with a spline-based graph editor (LV2, VST, DSSI and Jack)

Home Page:https://wolf-plugins.github.io/wolf-shaper/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wolf Shaper

Build Status

Wolf Shaper

Wolf Shaper is a waveshaper plugin with a graph editor. It can be built as an LV2, DSSI or VST plugin and as a standalone Jack application.

To find out more about this plugin, check out this video series by unfa!

Install

You can find some precompiled plugin binaries in the Releases tab. Some packages are also available for Ubuntu and Arch Linux:

Ubuntu

Download the plugin from the pdesaulniers/wolf PPA:

sudo apt-add-repository -y ppa:pdesaulniers/wolf
sudo apt-get update
sudo apt-get install wolf-shaper

Arch Linux

For installing the latest release:

sudo pacman -S wolf-shaper

A git package is also available in the AUR.

Build manually

First, clone the repo (note the "--recursive" argument):

git clone --recursive https://github.com/wolf-plugins/wolf-shaper.git
cd wolf-shaper

Then:

BUILD_VST2=true BUILD_LV2=true BUILD_DSSI=true BUILD_JACK=true make

Prepend WIN32=true or MACOS=true to the command if applicable.

All plugin builds will then be placed in the bin folder. Copy them to their appropriate place so that your plugin host can find them, and you're done :)

Updating

This project uses git submodules. Thus, to update your local copy of the repo, you need to run the following commands:

git pull
git submodule update --init --recursive

You should then be able to build the plugin with the most recent changes.

About

Waveshaper plugin with a spline-based graph editor (LV2, VST, DSSI and Jack)

https://wolf-plugins.github.io/wolf-shaper/

License:GNU General Public License v3.0


Languages

Language:C++ 98.1%Language:Makefile 1.0%Language:C 0.4%Language:CMake 0.2%Language:Shell 0.2%Language:HTML 0.0%