• Get the best VPN on the market with 66% Discount!
Software » Windows
Sonible SmartEQ4 v1.0.2-R2R screenshot
Team R2R | 16 Apr 2024 | 182.3MB
smart:EQ 4 uses AI to correct spectral issues and achieve tonal balance. This equalizer empowers you to approach a project from a mix’ perspective: Intelligent cross-channel processing offers hierarchical control over multiple tracks and enables you to get spectral mixing done via drag and drop.

Intelligent cross-channel processing for spectral unmasking
AI-filter to automatically correct tonal imbalances
Dynamic EQing, mix profiles, reference track feature, auto gain,..

Keeping the mix context in mind – effortlessly
Unlike usual equalizers that leave the context of a mix out of any processing, smart:EQ 4 lets you take control over multi-track unmasking processes easily and get spectral mixing done by simple dragging and dropping up to 10 tracks. This set priorities for each smart:filter, bringing some elements to the forefront of the sonic stage, leaving some in the middle, and pushing some into the background. Switching back and forth between instances is a thing of the past in this innovative tool – any instance within the same group can be remotely controlled from any other instance.





download from free file storage
click to show download links
download from any file hoster with just one LinkSnappy account
download from more than 100 file hosters at once with LinkSnappy.

comments

  Member 28.11.2023 6
+1
Is the network protocol failure for groups solved?
  Resident 30.12.2017 1 1758
+804
would be curious to know as well although i'd guess this is a smartEQ issue and not so much an R2R issue
  Member 26.03.2013 140
+28
groups feature works fine.
you have to block all tcp connections on your daw. It really depends on which one you are using. Just allow udp and you're good. On Live you just have to block the main .exe file. Bitwig uses additional files to manage vsts v2, v3... and so on. You have to block bitwig's main and those extra files too to make them work. No idea about S1, but must be something similar.
  Member 27.04.2024 1
0
Can I block just Smarteq or do I have to block all tcp connections? Some of my plugins require internet access. Using FL Studio 21. Thanks!
  Member 26.03.2013 140
+28
I guess you can block sonible's connections only, but I really don't know which are the ones you have to block. Maybe if you download a third party firewall/blocker that analyzes network traffic on your computer you can get that sorted out.
  Member 17.04.2024 2
0
the Comment has been Removed
  Banned 16.09.2015 158
+111
You're new here "re uplode this". and I'm not looking to play cop over your shoulder... but just to let you know, the site usually doesn't take very well to people using these threads to make requests. They like to limit discussion to the app being shared in the thread. I see you did this in a second Sonible thread too. You might find it easier going here if you use the request section instead.

Good luck!
  Member 3.06.2015 126
+52
Patience dear newbie
  Member 31.12.2023 22
+5
The ultimate in fboy technology
  Resident 3.12.2015 72
+11
is the network protocol still problematic?
With daw S1 blocked, it's not possible to work with groups.
I seem to remember that on an older version R2R solved the problem.
  Member 26.03.2013 140
+28
juat block in and out tcp connections. it works fine
  Member 17.12.2021 14
0
Muito obrigado!
  Resident 25.06.2021 1 526
+281
This is one of my favorite plugins but don't tell anyone!
be kind :)
  Member 12.01.2021 1 82
+9
the Comment has been Removed
  Member 8.06.2024 2
0
Please update the link
  Moderator 4.06.2022 3222
+2145
Posting "dead links" and/or "RE-UP" requests in comments is against Audioz rules. Your comments will be frozen for this.

As a Member, if you find all links are dead, please use PM to contact the releaser and ask for new links.

TY!
  Member 27.07.2024 2
0
the Comment has been Removed
  Moderator 4.06.2022 3222
+2145
You need to use a Peeplink mirror and container for download links.

mirror
  Resident 17.10.2008 555
+131
it stopped processing audio (only preview works) Studio One v6.6x .. time bomb or wtf?
  Banned 1.03.2024 224
+37
too bad rip
  Member 9.08.2013 308
+66
the Comment has been Removed
  Resident 12.01.2014 4 549
+269
Has anyone tried using smart EQ live presets in this?
I remember reading that you could but I haven't found a way to load them.
If you're able to correct me, then you understood me fine in the first place. prick.
  Member 1.02.2023 74
+6
All Links Dead.
Please Update The Links
  Supplier 10.01.2021 1 123
+222
Heres a script for you guys which blocks all inbound and outbund exe and .dll of a selected folder and folders within that folder. But just blocks tcp while allowing udp connection. paste below text in a text document rename extension to a .bat and run as admin.

@echo off
:: Prompt user to select a folder
echo Please select the folder containing the files to block.
for /f "delims=" %%A in ('powershell -command "Add-Type -AssemblyName System.Windows.Forms; $f = New-Object System.Windows.Forms.FolderBrowserDialog; $f.ShowDialog() | Out-Null; $f.SelectedPath"') do set folder_path=%%A

echo Selected Folder: %folder_path%

:: Check if a folder was selected
if "%folder_path%"=="" (
    echo No folder selected. Exiting.
    pause
    exit /b
)

echo Adding firewall rules for files in %folder_path%

:: Loop through all .exe files in the selected folder
for %%F in ("%folder_path%\*.exe") do (
    echo Processing %%F

    :: Block TCP Inbound and Outbound
    netsh advfirewall firewall add rule name="Block TCP In %%~nF" dir=in action=block protocol=TCP program="%%F" enable=yes
    netsh advfirewall firewall add rule name="Block TCP Out %%~nF" dir=out action=block protocol=TCP program="%%F" enable=yes

    :: Allow UDP Inbound and Outbound
    netsh advfirewall firewall add rule name="Allow UDP In %%~nF" dir=in action=allow protocol=UDP program="%%F" enable=yes
    netsh advfirewall firewall add rule name="Allow UDP Out %%~nF" dir=out action=allow protocol=UDP program="%%F" enable=yes
)

echo Firewall rules have been successfully applied.
pause
Witches of the gods… for the people.

Spread the Word