kmatheussen / radium

A graphical music editor. A next generation tracker.
http://users.notam02.no/~kjetism/radium/
GNU General Public License v2.0
844 stars 36 forks source link

Steinberg VST directory issue #1163

Open felikcat opened 5 years ago

felikcat commented 5 years ago

1. Steps to reproduce the problem.

Teteros commented 5 years ago

Steinberg discontinued the VST2 SDK entirely back in October, which is a problem. (Radium's built on an older JUCE library that uses it)

You will need to use an archived version of the SDK that has the needed vst2 headers like aeffect.h mentioned in your error.

I believe vstsdk368_08_11_2017_build_121 is the last released version with these but it's not available, anywhere. Fortunately one version back: vstsdk367 still is on Steinberg's site and archive.org

https://www.steinberg.net/sdk_downloads/vstsdk367_03_03_2017_build_352.zip https://web.archive.org/web/20190111193507/https://www.steinberg.net/sdk_downloads/vstsdk367_03_03_2017_build_352.zip

Hope this helps.

kmatheussen commented 5 years ago

That error is reported by the check_dependencies.sh script. Try just commenting out the lines. VST2 is still included in the VST zip file from Steinberg, so it should work to use latest version. Unfortunately, they change the directory structure now and then, so you might have to adjust things, but I think Radium should be updated.

timothee-haudebourg commented 5 years ago

I don't understand why this issue is closed: Radium is still requiring users to download something that does not exist anymore in order to compile. I believe this is a major issue, and should not be closed before Radium is updated.

kmatheussen commented 5 years ago

Sorry, didn't know it was a problem. Patch is welcome.

kmatheussen commented 5 years ago

Easiest solution is probably to just include the vst2 headers in Radium.

fpesari commented 4 years ago

Couldn't Radium just be built without VST2 support? I think that for many users (I am one), it'd be fine.