



Hello Mr. Pirkle.
I'd like to try coding a vst3 plugin, using your ASPIK SDK.
I downloaded the latest VST_SDK, AU_SDK and cloned the github ASPIK repository.
After setting up the SDK, as described in the documentation (I hope I did), I created a new project with the ASPiKreator.
At the point when I run Cmake, it outputs some messages, i.a. this one:
SMTG_PACKAGE_ICON_PATH is not set to (as expected) : C:/Users/musikus/source/repos/ALL_SDK/VST_SDK/VST3_SDK/doc/artwork/VST_Logo_Steinberg.ico
The "doc" subdirectory doesn't exist in the VST3_SDK folder structure, it is current named "vst3_doc". In the end the Visual Studio files are not created in the win_build folder.
I created a new "doc" folder at the location where cmake expected it and copied the artwork folder into it, so cmake was able to create the Visual Studio files.
Is there maybe a way to change a setting in the ASPiKreator preferences, or similar? So that there is no need to touch the VST3_SDK folder structure?
Thank you very much in advantage.
Best regards,
Makai


Found a way that works, for me.
I edited a line in the "ASPiK\PluginTemplate\project_source\cmake\vst_cmake\CMakeLists.txt" file.
I guess this is the template for the vst plugins part..?
Changed the line fom:
set(DEFAULT_ICON_PATH ${SDK_ROOT}/doc/artwork/VST_Logo_Steinberg.ico)
to:
set(DEFAULT_ICON_PATH ${SDK_ROOT}/vst3_doc/artwork/VST_Logo_Steinberg.ico)
I hope there are no side effects to other things...
Best regards,
Makai


As far as I can tell, this is a minor bug in the VST3 SDK as well - even after editing my cmakelists.txt file, the message still pops up and it comes from within the SDK. I just downloaded 3.7.1 and it is still there, in their own CMake modules in the SDK (AddVST3Options...). The SDK definitely arrives with the folder named vst3_doc, yet the Steinberg CMake code references the old directory from 3.6.X. If you build the plugin and you get the new bundle icon, then the build stuff is OK, regardless of what CMake says.
Will
Most Users Ever Online: 152
Currently Online: Mina
5 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Chaes: 49
Skyler: 48
Derek: 46
Frodson: 45
Peter: 43
TheSmile: 43
clau_ste: 39
jim: 34
JimmyM: 33
Gwen: 32
Member Stats:
Guest Posters: 1
Members: 677
Moderators: 1
Admins: 5
Forum Stats:
Groups: 13
Forums: 41
Topics: 740
Posts: 2835
Newest Members:
bmarx, Tom Helvey, Ludovic, Mihir Shah, Mina, robbie, Matteo Desantis, jacobwotson, Nowhk, reynaldo_fmModerators: W Pirkle: 550
Administrators: Tom: 74, JD Young: 80, Will Pirkle: 0, W Pirkle: 550, VariableCook: 3