Skip to content

A classic analog phaser effect, made with DPF and Faust

License

Notifications You must be signed in to change notification settings

jpcima/stone-phaser

Repository files navigation

Stone phaser

Build Status

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.

screenshot

Downloads

Stable

Development

Build instructions

  1. Obtain prerequisites

Install needed packages:

  • git
  • build-essential
  • pkg-config
  • libx11-dev
  • libcairo2-dev
  • libjack-jackd2-dev or libjack-dev
  • mesa-common-dev
  1. Check out the repository and submodules
git clone https://github.com/jpcima/stone-phaser.git
cd stone-phaser
git submodule update --init
  1. Compile
make
  1. 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