APPENDIX :
C++ Code for a VST Plug-In Implementation
 
AFdnReverbMain.cpp Main() of the reverberation plug-in
AFdnReverb.hpp Header of the reverberation plug-in
AFdnReverb.cpp Implementation of the reverberation plug-in
Modules.hpp Library of useful C++ modules such as delay lines, filters, oscillators, etc
Modules.cpp Implementation of useful C++ modules such as delay lines, filters, oscillators, etc
PlgMem.hpp Library of memory management utilities
PlgMem.cpp Implementation of memory management utilities

[ Table of Contents ] [ Title Page ]