cmajor-lang / cmajor

The Cmajor public repository
https://cmajor.dev
Other
522 stars 31 forks source link

CmajPlugin not included in released Win binaries. #43

Closed ZonderP closed 5 months ago

ZonderP commented 5 months ago

According to https://cmajor.dev/docs/GettingStarted#loading-patches-in-your-daw-with-the-cmajor-vstau-plugin the CmajPlugin should be included in the released binaries. But it seems not to be in the last 3 released versions of 'cmajor_win_x64.exe'. This installer for Windows for me just installs the cmd-line tool cmaj.exe, the CmajPerformer.dll and some example patches. Seems also not to be contained in the binaries for Linux, but I found it's name in the MacOS binaries.

cesaref commented 5 months ago

I've just checked running the installer here, and I think this is working. The installer puts the patch and examples in Program Files\Cmajor\Cmajor but the plugin is installed in Program Files\Common Files\VST3

Can you check there to confirm it is installing the CmajPlugin.vst3?

You are right about linux though, it doesn't currently include the plugin wrapper in the release, i'll look at this

ZonderP commented 5 months ago

Oh my, it indeed gets properly installed to 'Program Files\Common Files\VST3'. I was fooled by someone on KVR, who insisted that a) 'CmajPerformer.dll' was the plugin (although I wondered, why it would be VST2 - and found out on cmajor.dev, that it would be a redistributable binary) and b) it would be installerd to 'Program Files\cmajor\cmajor'.

For those reasons, it didn't come to my mind to look into the standard VST3 installation folder - sorry, my bad. All good regarding Windows binaries - the plugin is there where it is supposed to be.

Thanks for your help