Steinberg VST SDK
-
ElectricGordon ElectricGordon https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=298601
- KVRer
- 3 posts since 12 Feb, 2013
I was just wondering of any place that can teach me how to use the SDK? I don't want to be taught the code and all that.. I know Java, Python, and some C++, and C#. Just something that can get me messin' around with the SDK. Like tutorials? I heard there are tutorials on the steinberg site but I can not find them.
-
- KVRist
- 231 posts since 15 Apr, 2012 from Toronto, ON
If you don't want to learn how to code better, or improve your C++, then there's no point. Go with a higher-level framework like Max, SynthEdit, or Pure Data.ElectricGordon wrote:I was just wondering of any place that can teach me how to use the SDK? I don't want to be taught the code and all that.. I know Java, Python, and some C++, and C#. Just something that can get me messin' around with the SDK. Like tutorials? I heard there are tutorials on the steinberg site but I can not find them.
- KVRist
- 93 posts since 4 May, 2013 from USA
ElectricGordon, I think other posters are misunderstanding your question. I take it you just want to get started with the VST SDK quickly.
I don't think I ever found any tutorials that helped any more than what was in the VST 2.4 SDK. The only suggestion I have is to download the the 2.4 version of the SDK and start with their example gain and delay projects. You will see that there isn't much to know about learning the SDK alone (with no fancy GUI etc). You would basically just add parameters and change the contents of processReplacing functions.
I don't think I ever found any tutorials that helped any more than what was in the VST 2.4 SDK. The only suggestion I have is to download the the 2.4 version of the SDK and start with their example gain and delay projects. You will see that there isn't much to know about learning the SDK alone (with no fancy GUI etc). You would basically just add parameters and change the contents of processReplacing functions.
Aegean Music > Amp Vision amp modeling / Pitchproof pitch shifter / Spirit Reverb / Doppler Dome
http://aegeanmusic.com
http://aegeanmusic.com
-
ElectricGordon ElectricGordon https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=298601
- KVRer
- Topic Starter
- 3 posts since 12 Feb, 2013
Ok, yeah I've searched and searched. No luck. But thats a good idea. I have worked with Synthedit, Reaktor, synthmaker and all that. I just want to learn my way around it. I'll be diving into it sometime soon. I'll let you guys know how it went lolaegean wrote:ElectricGordon, I think other posters are misunderstanding your question. I take it you just want to get started with the VST SDK quickly.
I don't think I ever found any tutorials that helped any more than what was in the VST 2.4 SDK. The only suggestion I have is to download the the 2.4 version of the SDK and start with their example gain and delay projects. You will see that there isn't much to know about learning the SDK alone (with no fancy GUI etc). You would basically just add parameters and change the contents of processReplacing functions.
Thanks for the reply guys!
-
ElectricGordon ElectricGordon https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=298601
- KVRer
- Topic Starter
- 3 posts since 12 Feb, 2013
I know how to code. But when you use different SDKs and programs the "same" language is "different" and just want to learn the basics for now.definity wrote:Your not going to get very far then...ElectricGordon wrote:I don't want to be taught the code and all that..
