Code::Blocks Forums
User forums => General (but related to Code::Blocks) => Topic started by: tinkRgnome on November 11, 2009, 07:10:24 am
-
hello,..... i just became a member of this forum and was curious about one thing.
i wish to build VST synth & effects plugins with codeblocks. i have almost no experience with
C/C++, though i understand by having read a certain webpage article recently that i could definitely
use codeblocks to easily build them. i was just wondering if i could use the VST SDK 2.4 with
codeblocks to learn how. if anyone in the forum could help point me in the right direction ,...
i'll say thanks a million. :D
VST - virtual studio technology (a synth & effects plugin architecture originally created by steinberg gmbH)
URL: http://www.steinberg.net/ (http://www.steinberg.net/)
to find out more on a basic definition of VST:
ALT URL: http://en.wikipedia.org/wiki/Virtual_Studio_Technology (http://en.wikipedia.org/wiki/Virtual_Studio_Technology)
-
i was just wondering if i could use the VST SDK 2.4 with
codeblocks to learn how. if anyone in the forum could help point me in the right direction ,...
i'll say thanks a million. :D
This is certainly possible. However - details are out of scope of this forum and violate our forum rules therefore. Generally spoken C::B is an IDE - so everything you can compile using a compiler and SDK's of your choice will certainly work as soon as the compiler is supported by C::B.