Author Topic: programming question ?  (Read 3779 times)

tinkRgnome

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



Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: programming question ?
« Reply #1 on: November 11, 2009, 10:53:06 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ