ASPiK SDK
vst3plugin.cpp File Reference

implementation file for the vst3plugin which is the ASPiK VST Shell object More...

#include "vst3plugin.h"
#include "pluginterfaces/base/ftypes.h"
#include "pluginterfaces/base/futils.h"
#include "pluginterfaces/vst/ivstparameterchanges.h"
#include "pluginterfaces/vst/ivstmidicontrollers.h"
#include "base/source/fstreamer.h"
#include "customparameters.h"
#include "channelformats.h"

Enumerations

enum  { kPresetParam = 'prst' }
 

Functions

::AudioEffect * createEffectInstance (audioMasterCallback audioMaster)
 VST3->VST2 wrapper NOTE: Check licensing before distributing! More...
 

Detailed Description

implementation file for the vst3plugin which is the ASPiK VST Shell object

Author
Will Pirkle
Date
17-September-2018
  • included in ASPiK(TM) VST Plugin Shell
  • includes VST2 wrapper: be sure to install the VST2 sub-SDK and follow VST2 licensing agreements with Steinberg
  • Designing Audio Effects Plugins in C++ 2nd Ed. by Will Pirkle
  • see the book for detailed explanations of functions and a VST Programming Guide
  • http://www.aspikplugins.com
  • http://www.willpirkle.com