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.
Stable
- GNU/Linux: download packages from Open Build Service.
- All: download from Github releases.
Development
- All: download from Automatic builds.
- 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
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