stone-phaser
stone-phaser copied to clipboard
A classic analog phaser effect, made with DPF and Faust
Stone phaser
A classic analog phaser effect
This is an analog phaser with similarity to the Small Stone. It has a color switch, which makes the phasing stronger when on, and adds some feedback controls. A stereo variant of the phaser is included.
This effect is supported on MOD devices.
Downloads
Stable
- GNU/Linux: download packages from Open Build Service.
- All: download from Github releases.
Development
- All: download from Automatic builds.
Build instructions
- Obtain prerequisites
Install needed packages:
-
git
-
build-essential
-
pkg-config
-
libx11-dev
-
libcairo2-dev
-
libjack-jackd2-dev
orlibjack-dev
-
mesa-common-dev
- Check out the repository and submodules
git clone https://github.com/jpcima/stone-phaser.git
cd stone-phaser
git submodule update --init
- Compile
make
- Install
sudo make install # to install in system directories, or
make install-user # to install in the home directory
Change log
0.1.2
- fix bypass parameter not set when saved and reloaded
0.1.1
- add the graphical user interface
- improve the integration of Faust source code
0.1.0
- initial software release