News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

programming question ?

Started by tinkRgnome, November 11, 2009, 07:10:24 AM

Previous topic - Next topic

tinkRgnome

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/   
    to find out more on a basic definition of VST:
ALT URL:   http://en.wikipedia.org/wiki/Virtual_Studio_Technology



MortenMacFly

Quote from: tinkRgnome on November 11, 2009, 07:10:24 AM
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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]