News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

VST(i) plug ins?

Started by abstractcats, April 24, 2016, 09:34:04 PM

Previous topic - Next topic

abstractcats

Hi guys! Any one using Code blocks, to make VST(i) plug ins? Or, would it be better to use Code Blocks, to learn the basics of C++, and use
I've just returned to learning C++,I'd not gone to far before getting into computer music. So, I've just started to learn via, self study. Any tip, suggestions of things to read or site, would be great. I'm also, going through Steinberg's site, as well.

Thanks for any help, Scott :)

stahta01

#1
Step 1: Learn the difference between and Editor/IDE and a Compiler.
Step 2: Learn what compiler is best for doing what you want.
Step 3: Learn the programming language used in doing what you want.

Then, ask if Code::Blocks supports the Compiler and the programming language you are going to want to use.

Edit: This link
https://en.wikipedia.org/wiki/Virtual_Studio_Technology#Programming_languages
lead me to this link.
https://en.wikipedia.org/wiki/JUCE#Tools
and I still have no idea what compiler is best; wish you luck on finding an answer.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]