Skip to content

dsheeler/tremelo.lv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

Releases

No releases published

Packages

No packages published