All Projects → wolf-plugins → Wolf Shaper

wolf-plugins / Wolf Shaper

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

Projects that are alternatives of or similar to Wolf Shaper

Matchering
🎚️ Open Source Audio Matching and Mastering
Stars: ✭ 398 (+327.96%)
Mutual labels:  audio, vst
Awesome Linuxaudio
[mirror] A list of software and resources for professional audio/video/live events production on Linux.
Stars: ✭ 756 (+712.9%)
Mutual labels:  audio, vst
Camomile
An audio plugin with Pure Data embedded that allows to load and to control patches
Stars: ✭ 527 (+466.67%)
Mutual labels:  audio, vst
Renderman
Command line C++ and Python VSTi Host library with MFCC, FFT, RMS and audio extraction and .wav writing.
Stars: ✭ 225 (+141.94%)
Mutual labels:  audio, vst
Iplug2
C++ Audio Plug-in Framework for desktop, mobile and web [PRE-RELEASE]
Stars: ✭ 875 (+840.86%)
Mutual labels:  audio, vst
Adlplug
FM Chip Synthesizer — OPL & OPN — VST/LV2/Standalone
Stars: ✭ 249 (+167.74%)
Mutual labels:  audio, vst
Zrythm
a highly automated and intuitive digital audio workstation - official mirror
Stars: ✭ 703 (+655.91%)
Mutual labels:  audio, vst
Sonobus
Source code for SonoBus, a real-time network audio streaming collaboration tool.
Stars: ✭ 586 (+530.11%)
Mutual labels:  audio, vst
Awesome Musicdsp
A curated list of my favourite music DSP and audio programming resources
Stars: ✭ 871 (+836.56%)
Mutual labels:  audio, vst
Wdl Ol
Enhanced version of Cockos' iPlug - A simple-to-use C++ framework for developing cross platform audio plugins and targeting multiple plugin APIs with the same code. VST / VST3 / Audiounit / RTAS / AAX (Native) formats supported. NOTE: THIS IS OBSOLETE, PLEASE SEE IPLUG2:
Stars: ✭ 906 (+874.19%)
Mutual labels:  audio, vst
Ardour
Mirror of Ardour Source Code
Stars: ✭ 2,318 (+2392.47%)
Mutual labels:  audio, vst
Audiobench
Open source modular synthesizer
Stars: ✭ 63 (-32.26%)
Mutual labels:  audio, vst
Audio Plugin Development Resources
Various resources related to developing plugins for audio production.
Stars: ✭ 136 (+46.24%)
Mutual labels:  audio, vst
Juce
JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, RTAS and AAX audio plug-ins.
Stars: ✭ 3,841 (+4030.11%)
Mutual labels:  audio, vst
Dawdreamer
Digital Audio Workstation with Python; VST instruments/effects, parameter automation, and native processors
Stars: ✭ 119 (+27.96%)
Mutual labels:  audio, vst
Giada
Your Hardcore Loop Machine.
Stars: ✭ 903 (+870.97%)
Mutual labels:  audio, vst
Baseplug
MVC audio plugin framework for rust
Stars: ✭ 44 (-52.69%)
Mutual labels:  audio, vst
Node Audio
Graph-based audio api for Node.js based on LabSound and JUCE
Stars: ✭ 67 (-27.96%)
Mutual labels:  audio, vst
Pipe
DSP pipeline
Stars: ✭ 87 (-6.45%)
Mutual labels:  audio
Balena Sound
Build a single or multi-room streamer for an existing audio device using a Raspberry Pi! Supports Bluetooth, Airplay and Spotify Connect
Stars: ✭ 1,306 (+1304.3%)
Mutual labels:  audio

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].