a free program for viewing / morphing / animate obj 3ds mesh objects
...Comes with an example of waking 3ds elephant and bikini lady animation with face3D head . Is written in fast freebasic . Combine multiple variations meshes with a base mesh to easily build complex animations . Can run on old pcs with openGL1.4 .
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...