frantic0 / open303

clone of https://sourceforge.net/projects/open303/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open303 is a free and open source emulation of the famous Roland TB-303 bass synthesizer for the VST plugin interface (VST is a trademark of Steinberg Media Technologies GmbH). 

In order to compile it from the source code, you need the VST-SDK v2.4 from Steinberg and drop it into the folder 'Libraries', such that the directory vstsdk2.4 (from the SDK) exists as direct subfolder of 'Libraries'. 

Compilation with Microsoft Visual Studio 2008:
Load the solution-file Open303.sln (in the folder 'Build/VisualStudio2008') with Microsoft Visual Studio 2008 and try to build the plugin. If it works, you will find the results of the compilation (the final .dll and some intermediate files) in the subfolder 'Debug' or 'Release' of 'Build/VisualStudio2008', depending on whether you selected a debug- or release-build. 

Compilation with CodeBlocks:
Load the CodeBlocks project file Open303.cbp (in the folder 'Build/CodeBlocks') - and build away. The results will be found in the subfolder bin/Debug or bin/Release. On my setup, i get 15 compiler warnings which are all rooted in source files of the VST-SDK (not the Open303 code itself) - so i guess we may safely ignore them.


good luck, Robin Schmidt

About

clone of https://sourceforge.net/projects/open303/

License:Other


Languages

Language:JavaScript 46.0%Language:C++ 44.2%Language:C 8.8%Language:Makefile 0.6%Language:CMake 0.4%