AlexHarker / HISSTools_Convolve

A simple convolution plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HissToolsConvolve

A lightweight convolution plugin made using iPlug2

Formats / OS:

  • HISSTools Convolve is curently provided as AUv2 (mac only) and VST2 / VST3 (mac / windows).
  • Other formats are support by iPlug 2 but not yet configured to build correctly.

To Install the Plugin:

  • Automated builds of the plugin can be found on the releases page of GitHub (the latest version is at the top).
  • If you do not need to build from source you are strongly advised to download the official builds linked above, rather than to download the source code / repository available directly from the frontpage of the repo on GitHub.

To Build the Plugin:

  • You will require a fully setup version of iPlug 2.
  • This repo is designed to be placed in a subfolder of the iPlug 2 repository (e.g. iPlug2/Projects).
  • The HISSTools_PluginLib repo is also required to be placed next to this one before building (e.g. iPlug2/Projects).
  • You will need to make sure that the HISSTools_Library submodule is correctly initialised (which can be done with git submodule update --init if you have already pulled the repository and you did not pull in a manner that already handled this).
  • The supplied Xcode workspace and Visual Studio solution should then build the valid plugin formats (AUv2 / VST2 / VST3) correctly.

HISSTools Convolve Makes Use Of:

Credits

HISSTools Convolve by Alex Harker
CeReNeM - The University of Huddersfield

Contact:

About

A simple convolution plugin

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 53.5%Language:Python 18.5%Language:Batchfile 7.2%Language:Shell 6.3%Language:C 5.2%Language:Inno Setup 3.7%Language:Swift 2.9%Language:Rich Text Format 1.5%Language:Makefile 0.8%Language:Objective-C 0.3%