Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 684 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 684 Bytes

Heavy Integration Examples


#####Javascript - Loading Samples

  • Load samples into existing tables in the patch via the javascript interface.

#####JUCE - VST Plugin

  • Example JUCE project for creating a VST wrapper around a Heavy patch.
  • Parameters can be controlled via a UI Slider or automation from the DAW.

#####PortAudio

  • Shows how to set up a PortAudio wrapper and audio callback.
  • Example of using the short (16 bit integer) process method.