AlexHarker / HISSTools_Granular

A lightweight granular plugin made for teaching purposes using iPlug2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HISSTools Granular

HISSTools Granular UI

HISSTools Granular is a lightweight plugin for granular synthesis based on samples.

  • HISSTools Granular was originally built for teaching purposes at the University of Huddersfield.
  • It supports the generation of grains in either 'streams' or 'clouds' modes.
  • It allows per-grain distortion and filtering, as well as giving control of more common granular synthesis parameters.
  • A full manual can be found here.

Formats / OS:

  • HISSTools Granular 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 Granular Makes Use Of:

Credits

HISSTools Granular by Alex Harker
CeReNeM - The University of Huddersfield

Contact:

About

A lightweight granular plugin made for teaching purposes using iPlug2

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


Languages

Language:C++ 48.9%Language:Python 21.5%Language:Batchfile 8.5%Language:Shell 7.4%Language:Inno Setup 4.4%Language:Swift 3.4%Language:C 2.9%Language:Rich Text Format 1.8%Language:Makefile 0.9%Language:Objective-C 0.4%