Giter Club home page Giter Club logo

zconvo.lv2's Introduction

zeroconvo.lv2

zeroconvolv2 is a LV2 plugin to convolve audio signals.

The convolution kernel is able to process any number of samples, up to the nominal block-size, including non-power-of-two blocksizes.

It is intended for use with Ardour 6, a LV2 host that provides realtime-priority information to this plugin for efficient background processing. Ardour also requires plugins to be able to handle an arbitrary number of samples per cycle, up to the nominal block-size.

The plugin comes in two variants:

  • zero configuration options: IRs are only available via presets.
  • zero latency, user-loadable IRs with gain controls.

Note that LV2 allows preset-bundles (many presets can be in a single bundle), and a plugin can also have many of those preset-bundles. (idea: "church reverb preset collection", "theatre reverb collection", etc.)

Some presets are available from https://x42-plugins.com/x42/x42-zconvolver These are all normalized to yield approx equal loudness, and tagged, so that Ardour 6 can show a handy preset selector.

This plugin uses background processing and is suitable to process long impulse-responses. Configurations up to true-stereo (4 channels) are supported.

The configurable convolver has the option to buffer the signal, introducing one cycle of latency for increased reliability (and lower DSP load. This is always enabled for the preset-variant.

For developers, the plugin also offers a framework for various IR sources (file, memory, decoded virtual I/O). This can be used to extend the plugin to process custom FIR, or to obfuscate/decrypt IRs on demand.

Install

make
#sudo make install PREFIX=/usr
ln -s "$(pwd)/build" ~/.lv2/zeroconvo.lv2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.