Printable Version of Topic

Click here to view this topic in its original format

440 Forums _ Software on Windows _ Fb_chungvst / 4echo_chungvst Multi Effetcs Loader

Posted by: chung Wed 1 Aug 2012, 13:49

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://nav.440network.com/out.php?mmsc=forums&url=http://chungswebsite.blogspot.fr/search/label/fb_chungVST

rolleyes.gif




Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)