How do I use SDK files on Visual Studio? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How do I use SDK files on Visual Studio?

I'm a music producer and an audio nerd. Now that I'm a Software Development student I downloaded SDK files from Image-Line to develop plugins. But I have no 'running' clue what they are. 😓 Please help explain what they are/used for, and how can I use them on Microsoft's Visual Studio (C++). Thanks!

24th Feb 2018, 11:52 PM
Bhekumusicayise
Bhekumusicayise - avatar
1 Answer
+ 3
i dont know what image line is, but sdk is what its gonna allow you to communicate with it. think of it as a library or a api or something like that. if you downloaded, after installing it, probably theres gonna be some exemple set for use you can use if it does not work, sadly probably wont, you will have to set somethings on visual studio. i did not find a tutorial on image line to link here, but the steps are the same, you just have to adjust to your problem. so on the following link go to Configure Build Settings, its the only part that you must change: http://teragonaudio.com/article/How-to-make-VST-plugins-in-Visual-Studio.html if any thing goes wrong search how link libraries on vs
25th Feb 2018, 1:34 AM
capsloth
capsloth - avatar