Skip to content

maxcutlyp/doubler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doubler

A simple LV2 plugin for doubling audio.

Installing

You'll need a C compiler and lv2 headers. The headers should be available in your distro's package manager under something like "lv2" or "lv2-dev".

Then:

$ make && make install

This will put the plugin into ~/.lv2/ - if you want to install it elsewhere, open up the Makefile and change LV2_DIR.

Usage

There is one control: delay. This is the amount of time (in milliseconds) between the left and right tracks. Adjust to your needs.

About

A simple LV2 plugin for doubling audio.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published