简体   繁体   English

如何将.vst3插件提供给其他人?

[英]How can I give my .vst3 plugin to someone else?

I developed a vst3 plug-in on my own with the sdk. 我使用sdk自行开发了vst3插件。 Now I would like to give it to a friend of mine. 现在,我想把它给我的一个朋友。 But I don't know how to give it to him. 但是我不知道怎么给他。

I developed the plugin with the sdk, on Xcode. 我在Xcode上使用sdk开发了插件。 So my plug-in appears in VST_SDK/build/VST3/Debug with the name MyPlugin.vst3. 因此,我的插件以MyPlugin.vst3的名称出现在VST_SDK / build / VST3 / Debug中。 When the plug-in is located here, Reaper and PremierePro are able to recognize it. 当插件位于此处时,Reaper和PremierePro可以识别它。 (I told Reaper and premiere to scan this location). (我告诉Reaper and Premiere扫描此位置)。 But when I try to move my plug-in to the default location for this kind of plugin (/Library/Audio/Plug-ins/VST, which Reaper and Premiere recognise by default), The softwares aren't able to recognise my plugin anymore. 但是,当我尝试将插件移至此类插件的默认位置(/ Reaper和Premiere默认识别为/ Library / Audio / Plug-ins / VST)时,软件无法识别我的插件不再。

I'll try to be clear with my expectations. 我会尽我所能。 I want to give my plugin to someone else. 我想把我的插件给别人。 I thought I just had to give the .vst3 and put it in the good location, but it doesn't seem to work. 我以为我只需要提供.vst3并将其放置在合适的位置,但它似乎没有用。

Maybe it is a license problem ? 也许是许可证问题? or maybe I have to give the whole sdk ? 还是我必须给整个SDK?

Thanks for your answers 谢谢你的回答

Ok. 好。 I found the problem. 我发现了问题。 I don't really understand why if I move my .vst3 to /Library/Audio/Plugins/VST3 it isn't recognise, maybe it is a problem of access right. 我不太了解为什么将.vst3移到/ Library / Audio / Plugins / VST3时无法识别,这可能是访问权限问题。 But in fact if I move it to User/MyUserName/Library/Audio/Plugins/VST3 it works perfectly fine !! 但是实际上,如果我将其移动到User / MyUserName / Library / Audio / Plugins / VST3,它的效果就很好! I just couldn't see the existence of this repository, I didn't know that on Mac it is a hidden repository. 我只是看不到该存储库的存在,我不知道在Mac上它是一个隐藏的存储库。 So yeah for people with the same questions just move your .vst3 to this hidden User/blablaname/Library/Audio/Plugin/VST3 repository and it's perfect. 因此,对于有相同问题的人,只需将.vst3移至该隐藏的User / blablaname / Library / Audio / Plugin / VST3存储库中即可,它是完美的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM