上一集 下一集
正在播放

 

踏入全新的空间与深度维度,smart:reverb 2 是一款具备内容感知能力的混响插件,能够围绕你的声音自动塑造混响效果。无论你是在调节细腻的空间感,还是打造沉浸式的深度,smart:reverb 2 都能为你带来清晰度、控制力与创作自由。它既能理解单个音轨,也能掌握整段混音,帮助你准确实现理想中的混响环境。

轻松实现多轨深度分层 —— 只需一个插件实例
AI 处理 —— 实现量身定制的混响
混响矩阵 —— 可无缝切换房间、厅堂、弹簧与板式混响

这是我们首次公开测试新版安装程序!

我们从零开始重新开发了安装程序系统,现在基于最新的 Inno Setup 6 构建。这是我们在制作数千个安装程序后的经验总结。

新版和旧版安装程序有什么变化?对你来说几乎没有,但对我们来说意义重大。我们重新设计安装程序是为了节省时间、减少人为错误(我们也是人),并避免依赖已经停止维护的软件来兼容最新的操作系统。

由于 Inno Setup 6 的要求,我们的最新安装程序不再支持 Windows XP。但别担心,如有需要,我们仍可使用旧的脚本来编译支持 XP 的安装程序。

我们使用的是官方原版的 Inno Setup 6,没有任何可疑修改或加密(不像某些人那样)。如果 Inno 的版本被支持,你可以使用通用解包工具进行解包。找不到工具?这里有一个:

http://github.com/jrathlev/InnoUnpacker-Windows-GUI/tree/master/innounp-2/bin

我们计划在测试阶段结束后,公开我们的脚本和广受喜爱的 R2RINNO 插件(当然不会公开整个系统)。我们相信这对其他破解者会非常有用。如果你觉得我们的新版可爱安装程序表现良好,或遇到问题,请在你常用的论坛中留下反馈!

【更多安装程序的秘密】

为了兼容性和更好的压缩效果,我们的安装程序完全不使用 Inno 自带的数据压缩功能。我们改用 7Zip 或 WinRAR 对安装程序进行压缩。当 7Zip(lzma1/2)比 RAR5 提供更优压缩效果时,我们会优先使用它,再进行主压缩。

这就是为什么即使我们现在的发布版本采用 RAR5,你仍然会看到 .7z 文件的原因。

为什么 R2R 不直接使用 Inno Setup 的最高压缩率(LZMA)?

Inno 的最大压缩率虽然压缩效果很好,但在某些系统上会出现兼容性问题,特别是在 32 位进程的内存分配方面。开发圈内有一个说法:“不要使用 Inno 的最大压缩率”。我们曾公开测试过高压缩率的版本,尽管大多数电脑没问题,但仍收到一些关于内存不足的反馈。验证之后,我们彻底放弃了 Inno 的压缩功能,从那以后再也没出现过类似问题。

(在 Inno 中没有 100% 安全的压缩比例,因为它是 32 位进程。有些杀毒软件或系统监控工具可能会抢占 Inno 所需的内存。如果你坚持使用高压缩率,一旦出问题,唯一的办法就是“降低压缩率”或者干脆放弃,使用默认压缩方式 —— 这种方式即使在老旧设备上也被验证过是稳定可靠的。)

(如今,VR 和 TCD 仍使用高压缩率。如果你在 warez 论坛逛过,应该不难发现关于他们安装程序“内存不足”的反馈。原因很简单:压缩太高。)

【R2R 真的 100% 回归了吗?】

虽然安装程序是我们工作的重要组成部分,但答案是:还没有。新的标准仍在开发中。与此同时,请协助我们测试这个新版安装程序 —— 很多插件正在等待这个完美安装器的问世呢。

Step into a new dimension of space and depth with smart:reverb 2, the content-aware reverb that shapes itself around your sound. Whether you’re dialing in subtle space or crafting immersive depth, smart:reverb 2 gives you clarity, control, and creative freedom. It understands single tracks and entire mixes, helping you create exactly the reverb environment you imagine.

Easy depth staging across multiple tracks – with single-instance control

AI-processing for custom-tailored reverb

Reverb matrix for seamless browsing between room, hall, spring and plate reverb

 

Here is our first open beta test of our new installer!

We coded new installer system. It is now based on the latest Inno Setup 6. It

is written from the scratch, based on our experience creating thousands of

installers.

Is something changed from the last installer? Not so much for you. Yes for us.

We revised our installer to save our time, reduce human mistakes (we are

human), and avoid depending on EOL software to support the latest OS.

Unfortunately, due to the requirement of Inno Setup 6, we can’t support

Windows XP in our latest installer. But don’t worry, we can still compile the

installer with previous scripts when needed.

We are using original Inno Setup 6. No shady modification or encryption like

some others ;) You can unpack by generic unpackers if inno’s version is

supported. Can’t find? Here is one of them.

http://github.com/jrathlev/InnoUnpacker-Windows-GUI/tree/master/innounp-2/bin

We have plan to make our scripts and beloved R2RINNO plugin (but not our whole

system, of course!) available to the public after the beta stage. We think it

should be very useful for other crackers. Please post the comment to your

favorite forum if our new cute installer works as expected – or not!

– [ MORE SECRET OF INSTALLERS ] –

To provide the best compatibility with the good compression, our installer

does not use data compression at all. Instead of using Inno’s compression,

we compress the installer by 7Zip or WinRAR. When 7Zip (lzma1/2) can achieve

much better compression than RAR5, we use it before the master compression.

That’s why you can still see 7z even after we went to RAR5 in our releases.

Why R2R don’t simply use the highest compression of LZMA / Inno Setup?

The tightest compression in Inno Setup performs very nice but have the

compatibility issue on some setup. It’s related to the memory allocation in

the 32bit process area. There were some rumor in the developers: “do not use

max compression in Inno”. To make sure, we publicly tested the high ratio

compression years ago. Even if we tested on the many computer, we still got

some feedbacks about memory issue. Since we confirmed the rumor, we completely

dropped the Inno compression. We had no memory issue report after that :)

[There are no 100% safe value for compression ratio in Inno. Because it’s

32bit process. Some apps like anti-virus or monitoring software easily take

the memory from Inno process. If you want to perform high compression, all you

can do is “decrease the ratio when you have the problem”. Or just give up and

use the default compression, which is worldwidely confirmed working well even

in the old poor machine.]

[Today, that heavy compression is used by VR and TCD. If you check warez

forums, you can find the posts about “out of memory” issue with their

installer from time to time. The reason is simple : The compression.]

– [ IS R2R BACK 100%? ] –

While the installer is one of the most important part, the answer is NOT YET.

The new standard is under development. Meanwhile, please help us testing the

new installer. Many plugins are waiting for the best installer ;)

发表回复

后才能评论