fb_chungVST is an audio multi effects VST loading simplified dlls written in high level language (like freebasic) .you can add a simplified dll plugin in the /plugin/ /plugin2/ /plugin3/ folders it will be automaticaly recognized and loaded. Included 4echo_chungVST example (4 combined echos).

To add a dll,j ust define the following dll cdecl functions :
plugininit : your init sub
startpluginmain : start your gui window edit
closepluginmain : called to close the gui window edit
mypluginproc : called as sample=mypluginproc(sample) in the audio loop

myecho.dll / my3band.dll / my4echo.dll with code source are provided as example (freebasic) .
the dlls can be easily written in freebasic or any dll compatible language (c++,VBasic,...),giving you easy access to high level programming facilities (file access,gui windows,graghics) without needing special knowledge of the VST sdk (c++).

=> http://chungswebsite.blogspot.fr/search/label/fb_chungVST

rolleyes.gif