前言
介于论坛很多人向我询问,以下给出最详细的教程。
(一)安装"Acustica.Audio.Framework.2023.READ.NFO-R2R"的内容
1.确保自己电脑上已经安装了"Microsoft Visual C++ Redistributable(2015-2022) x64",如果没有安装请自行百度搜索安装,包里没有。
官方下载链接:https://aka.ms/vs/17/release/vc_redist.x64.exe
2.运行"Make_APPDATA_Acustica_Dir.cmd"。
这是一键创建,当然你也可以手动操作,那就在"%APPDATA%"(通常为C:\Users\用户名\AppData\Roaming)中创建"Acustica"文件夹。
注:创建的这个文件夹是Acustica Audio插件设置的存储目录,没有这个目录,像GUI大小之类的设置将无法保存。
3.安装Framework,包里提供了两版Framework,择一即可,看你需求。
Difference :
- libiomp5md.dll is not included.
Instead of including that file, we included latest legit Intel's Runtime installer.
The one in official Acustica Framework is from 2011, which is obviously too old.
The latest one is linked with the latest Visual Studio Runtime (vcruntime140).
It has new CPU instruction support (like AVX). It increases the performance in modern computers.
- Removed following old DLLs which is not used by recent products.
* ipp*.dll is runtime DLL for old Intel IPP, we don't think recent products load those legacy.
* necryptopp.dll is CryptoPP v5 DLL (not latest!), not required in R2R releases :)
* libguide40.dll is an old OpenMP library, recent products should use libiomp5md.dll
- After all, all you should copy is made-by-Acustica DLLs (Ne*.dll).
NeArBr00.dll is removed because it is linked to the old Intel IPP and not used in recent products.
方法一 简易安装(小白推荐):
(1)AA官方原版Framework(不推荐):
复制"Framework-Official\Acustica\Framework"中的所有dll到"%WINDIR%\system32"(通常为C:\Windows\System32)。
完成安装。
(2)R2R优化版Framework(推荐):
①复制"Framework-R2R\Acustica\Framework"中的所有dll到"%WINDIR%\system32"(通常为C:\Windows\System32);
②安装"w_dpcpp_cpp_runtime_p_2024.0.0.49848.msi"。
完成安装。
方法二 高级用户(老手推荐):
(1)AA官方原版Framework(不推荐):
①复制Framework-Official中的Acustica文件夹到"%PROGRAMFILES%"(通常为C:\Program Files);
注:复制后,所有dll的路径应为"%PROGRAMFILES%\Acustica\Framework"。
②将"%PROGRAMFILES%\Acustica\Framework"(即:C:\Program Files\Acustica\Framework)添加到系统环境变量的Path中。
完成安装。
(2)R2R优化版Framework(推荐):
①复制Framework-R2R中的Acustica文件夹到"%PROGRAMFILES%"(通常为 C:\Program Files);
注:复制后,所有dll的路径应为"%PROGRAMFILES%\Acustica\Framework"。
②将"%PROGRAMFILES%\Acustica\Framework"(即:C:\Program Files\Acustica\Framework)添加到系统环境变量的Path中;
③安装"w_dpcpp_cpp_runtime_p_2024.0.0.49848.msi"。
完成安装。
添加方法:桌面-此电脑-属性-高级系统设置-环境变量-系统变量-Path-编辑-新建-确定(保存)。
图例:
(二)安装插件,以"Acustica.Audio.Black.Bundle.2023.FIXED-R2R"为例
1.选择你需要的插件版本,复制到对应位置。以下为常见位置:
(1)VST3,复制到C:\Program Files\CommonFiles\VST3\(Acustica Audio\BlackBundle 2023);
(2)VST2,复制到C:\ProgramFiles\VSTPlugins\(Acustica Audio\BlackBundle 2023)或C:\ProgramFiles\Steinberg\VSTPlugins\(Acustica Audio\BlackBundle 2023);
(3)AAX,复制到C:\Program Files\CommonFiles\Avid\Audio\Plug-Ins\(Acustica Audio\BlackBundle 2023)。
注:括号内的非必须,不需要看,这是我的存放习惯。
2.复制!COMMON里面的所有内容到插件的同目录(你要几个插件版本就复制几次)。完成安装。
举例:同时安装VST3和VST2。
(1)VST3,打开VST3文件夹,全选-复制到C:\Program Files\Common Files\VST3\(Acustica Audio\Black Bundle 2023);打开!COMMON文件夹,全选-复制到C:\Program Files\CommonFiles\VST3\(Acustica Audio\BlackBundle 2023)。
(2)VST2,打开VST2文件夹,全选-复制到C:\Program Files\VSTPlugins\(Acustica Audio\Black Bundle 2023);打开!COMMON文件夹,全选-复制到C:\ProgramFiles\VSTPlugins\(Acustica Audio\BlackBundle 2023)。
图例:VST3
图例:VST2
也就是说,如果你需要安装两个插件版本就需要复制两次!COMMON里面的(!请注意看,是里面的,打开它,全选-复制)内容,同时存放入每个插件版本的同目录下(!也请注意看,是每个插件版本和同目录)。
其它插件的安装方法同理。
图:old
图:new
本帖最后由 U1996 于 23-11-24 16:01 编辑
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x