Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 576 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 576 Bytes

tremelo.lv2

tremelo.lv2 is an audio-plugin in LV2 format that modulates the amplitude of the input signal.

The modulation is sinusoidal with adjustable amplitude and frequency.

Install

Compiling this plugin requires the LV2 SDK, gnu-make and a c-compiler.

  git clone git://github.com/dsheeler/tremelo.lv2.git
  cd tremelo.lv2
  make
  sudo make install PREFIX=/usr

Note to packagers: The Makefile honors PREFIX and DESTDIR variables as well as CFLAGS, LDFLAGS and OPTIMIZATIONS (additions to CFLAGS).