-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Surge-VST2: (macOS) Modify premake5.lua to conform to changes in surge-vst2.xcodeproj in asimilon branch #86
Comments
If anyone can point me at some decent documentation or tutorials for premake5 and targeting XCode I could take a stab at it, but I didn't find any useful information anywhere so far. |
@asimilon.. what i'm wondering is if i should maybe clone the surge repo as it is, then bake a surge-vst2.xcodeproj and do a Kaleidoscope (app) compare between the files, since they seem to be textfiles. That would at least give me the flags required :) |
I have made the correct changes on my fork (pushed to master branch). edit : |
I'm doubting my own sanity now, have created a Packages based installer for macOS, and the VST3 is working in Reaper, but the VST2 is not showing up, however it works fine in Live10 (which doesn't support VST3, so go figure). |
for some reason, build-osx.sh will not build a vst2.. so
not sure how to encourage the building of vst2 :o |
logged that ticket at #113 .. not sure what's going on here. maybe i should close this ticket just in case. |
Here's a branch by @asimilon https://github.com/asimilon/surge/tree/macOS_VST2_build
This has a modified surge-vst2.xcodeproj - some of these modifications should somehow be emigrated into premake5.lua so that they don't need to be done by hand, instead created when running
build-osx.sh
.Anyone?
The text was updated successfully, but these errors were encountered: