Name | Modified | Size | Downloads / Week |
---|---|---|---|
fb_chungVST.zip | 2013-02-05 | 825.4 kB | |
fb_chungVST04012013.zip | 2013-01-04 | 514.4 kB | |
4echo_chungVST.zip | 2012-12-23 | 287.7 kB | |
readme.txt | 2012-08-01 | 795 Bytes | |
Totals: 4 Items | 1.6 MB | 1 |
fb_chungVST a program by NGUYEN.Chung (freeware 2012) plugin support : you can add a plugin in the /plugin/ /plugin2/ /plugin3/ folders myecho.dll/my3band.dll/my4echo.dll with its code source is provided as an example the following cdecl dll functions must be defined and are dynamicaly loaded : 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 the dlls can be written in freebasic or any dll compatible language (c++,VBasic,...),giving you easy access to high level languages features (file access,gui windows,graghics). you can even change the original "fb_chungVST.dll" name to the Vst dll name that you want.