VST SDK for Delphi v3.0.1
4 May 2010
=========================

Introduction
------------
This is a conversion of the VST SDK 3.0 from C++ to Delphi.

Included in this archive is the license of the original SDK, which also applies to this one. So read it first! If you don't agree with the license, then don't develop plugins with this sdk.

For more information about VST in general and to see the online documentation, visit www.steinberg.de (at the time of writing, go to Support > 3rd party developer). 



Special notes
-------------
This version has only been tested as a host and can contain bugs. Use with care. It doesn't contain any interface implementations or examples.



About me
--------
Frederic Vanmol
info@axiworld.be
http://www.axiworld.be



Units
-----
+ Vst3Base	:  All interfaces required for communication between host and plugin



Changes
-------
  + version 3.0.1 (04-05-2010)
    - just the vst3base unit is included

  + version 3.0 (19-03-2008)
    - initial alpha version of the translation