jean-emmanuel / fat1.lv2

Fons Adriaensen's AT1 -- Autotune LV2 plugin

Home Page:http://x42-plugins.com/x42/x42-autotune

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fat1.lv2 - AutoTune-1

fat1.lv2 is an auto-tuner based on Fons Adriaensen's zita-at1.

See zita-at1's quickguide for an introduction.

The only differences to zita-at1 is that the plugin reports its latency to the host, saves the state with the session and the MIDI input has sidechain semantics.

Install

Compiling fat1.lv2 requires the LV2 SDK, fftw, gnu-make, and a c-compiler.

  git clone git://github.com/x42/fat1.lv2.git
  cd fat1.lv2
  make submodules
  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), also see the first 10 lines of the Makefile.

Screenshots

screenshot

About

Fons Adriaensen's AT1 -- Autotune LV2 plugin

http://x42-plugins.com/x42/x42-autotune

License:GNU General Public License v2.0


Languages

Language:C++ 35.1%Language:C 34.3%Language:Makefile 11.9%Language:CSS 8.0%Language:HTML 6.4%Language:JavaScript 2.7%Language:Roff 1.6%