Skip to content

t-chaik/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).

About

Simple tremolo lv2 plugin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 53.2%
  • Makefile 46.8%