#####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.