an audio multi effects VST plugin loading simple dlls
fb chung VST is an audio multi effects VST loading host 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) , baxandall eq and peekenhancer effect .
Just define the following dll cdecl export functions :
plugininit : your init sub
startpluginmain : start your gui window edit
closepluginmain : called to close...