registered members don't get popups... just sayin

  • Get the best VPN on the market with 66% Discount!
Software, Mac OSX
Acustica Audio Midnight 2023 macOS screenshot
macOS | DEC 2023 | 553 MB
Embark on a journey into the realm of timeless audio processing with Midnight, the newest Acqua plugin, available in VST, AU, and AAX formats that stands as the Ultimate Vari-mu Tube compressor collection universally considered the most iconic dynamics processor to date, reinterpreted in the Acustica way.



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 21.01.2021 284
+44
the Comment has been Removed
  Resident 21.06.2018 457 16063
+9325
  Contributor 11.10.2014 7974 15556
+392779
Rapidgator | KatFile | Nitroflare
Get Premium:
https://katfile.com/free269170.html
http://rapidgator.net/account/registration/ref/1854888
https://www.nitroflare.com/payment?webmaster=1349764
  Member 2.12.2022 60
+3
THANKS . Could someone detail the installation on Mac I'm struggling please
  Member 17.05.2017 3
+1
1. Download the Acustica Audio Framework for your respective OS from here (search it up)
- Follow instructions and make sure you codesign (when codesigning the Nebula.framework, you might get a "bundle format unrecognized" error. Simply step into the folder and codesign the internal content where possible.
- To avoid going through the hassle of codesigning each invidual file:
1. Open a text editor or an IDE such as visual studio code
2. Paste:

#!/bin/bash

# Loop through each file dropped onto the script
for file in "$@"; do
# Clear extended attributes
sudo xattr -cr "$file"

# Remove the com.apple.quarantine attribute
sudo xattr -r -d com.apple.quarantine "$file"

# Codesign the file
sudo codesign --force --deep --sign - "$file"
done

2. Save the file with whatever name and the .sh suffix (Ex: codesign_script.sh)
3. Open the terminal, drag and drop the script into it, and now you can drag and drop the
files into the terminal (which will concatenate the file paths to the script), and let it do its thing

2. Download each individual plugin, and install by:
- Copying the contents of each plugin format (component/vst/vst3), into their respective paths (Library/Audio/Plugins/<Components|VST|VST3> (Ex: copy the vst folder into the .../Audio/Plugins/VST (I have setup my folder structure so that its .../Audio/Plugins/VST/Acustica/Midnight) -> drop the vst folder in here, and also copy over the R2R folder into it (for the plugins that have it)

3. Codesign the content that was copied using the script. Rinse and repeat.

Greatly appreciate the plugins JammuAnd and R2R!
  Member 20.05.2014 851
+140
Hi Cuebby,

I try to codesign Nebula.framework folder but I get this message in terminal after put my password and press enter: /Library/Frameworks/Nebula.framework: bundle format unrecognized, invalid, or unsuitable
I use this codesign code: sudo codesign --force --deep --sign -
thanks for your help !

[EDIT] I also tried the codesign code in instruction.txt but I get this: sudo xattr -cr "$1"
sudo xattr -r -d com.apple.quarantine "$1"
sudo codesign --force --deep --sign - "$1"
}
prep "/Library/Frameworks/Nebula.framework "
Password:
xattr: No such file: /Library/Frameworks/Nebula.framework
xattr: No such file: /Library/Frameworks/Nebula.framework
/Library/Frameworks/Nebula.framework : No such file or directory


And after creating a .sh file in Visual Studio Code, when I put it in terminal I get this: zsh: permission denied: /Users/xxxx/Desktop/Codesign Script.sh
  Member 5.05.2021 80
+10
Is AU working for anyone using Logic M1?
  Member 29.01.2016 128
+15
We get the code signing part. That is not the issue.

" Download the Acustica Audio Framework for your respective OS" By this do you mean installing the Aquarius Desktop application from their website?

the instructions state

1. Place Nebula.framework here:

Library/Frameworks

There is no nebula framework in the files.

The instructions are insanely vague.
  Member 20.05.2014 851
+140
You have to download frramwork separatly (do a search) but it's not working for me on Monterey. I get the black GUi
  Member 29.01.2016 128
+15
thanks.

found it:
https://audioz.download/software/245371-download_acustica-audio-framework-2023-macos.html

did it and also get the black GUI. Sonoma M2. Im giving up.
  Member 21.10.2014 179
+21
Hi cuebby,

Sorry, I've tried to get the script working followint he indicated steps but when I drag the doc to the terminal is not opening:
Paste the script in text edit / Also tried with Visual Studio Code
Save with the indicated suffix: codesign_script.sh
Drag it to the Terminal. Nothing

Any advice?
Thanks
  Member 17.05.2017 3
+1
You should be able to just drag the script file into the terminal, and then drag the files onto the terminal and press enter - the script will apply the 3 commands to each file
  Banned 6.09.2016 1 59
+15
Not sure of your system specs, also pays to check the manual some of these AA plugs will only work on newer systems.
  Member 5.05.2021 80
+10
Thank you!! Waiting for Taupe next!!
  Member 15.02.2016 22
+1
I dont get it How to make it work ?
  Member 29.01.2016 128
+15
Can someone please answer the following:

1. How did you exactly get it working and on what os
2. Did you use any other files apart from the supplied ones in the dl

This is absolutely ridiculous.
  Contributor 7.08.2021 308 161
+19635
If you read instructions in download then works fine on Mac 12.7.1. and Logic Pro x 10.7.9
  Member 29.01.2016 128
+15
ok, the app opens up as a black gui on Sonoma m2.
  Contributor 7.08.2021 308 161
+19635
You need to install Acustica.Audio Framework.2023 macOS then you won't get black
GUI
  Member 29.08.2013 1 368
+57
No additional content is needed.

Nebula is not necessary if you are using only AU or VST...

All files are located at the same folder in my case AU (components).

As a general knowledge, for the Acoustica k'ed plugins by R2R, if there is a separate R2R folder, you also need to copy it's contents to your components folder. Not the folder COMMON itself, only it's the contents.

Then, do the code signing, drag n drop all of the plugin content files and a DATA folder to terminal all files at once but run each command separately.

Code sign business:

sudo xattr -cr (leave a blank space after the command and drag the files here) (Password! is asked here once)
sudo xattr -r -d com.apple.quarantine (leave a blank space after the command and drag the files here)
sudo codesign --force --deep --sign - (leave a blank space after the command and drag the files here)

(In total, 11 files need code signing for Midnight)
  Member 24.01.2015 3
+2
This might help -

Open Automator app

Select quick action

In “Workflow receives current” select files and folders

In “In” select Finder

Go to Library / Utilities in the Automator side bar and select “Run Applescript”

Delete the code and input :

on run {input, parameters}
    tell application "Terminal"
        activate
        set filesString to ""
        repeat with file_ in input
            set filesString to filesString & " " & quoted form of (POSIX path of file_)
        end repeat
        do script "xattr -r -d com.apple.quarantine" & filesString
    end tell
    return input
end run


Save as unquarantine.

Select the folder containing all the files that need to be unquarantined,

Right/ctrl click, select Quick Actions/unquarantined – everthing in that folder is now unquarantined.


I did the same for codesign using the steps above but with the code:

on run {input, parameters}
    tell application "Terminal"
        activate
        set filesString to ""
        repeat with file_ in input
            set filesString to filesString & " " & quoted form of (POSIX path of file_)
        end repeat
        do script "codesign --force --deep --sign - " & filesString
    end tell
    return input
end run


And saving as Codesign.
  Member 29.11.2023 18
+6
Damn Bro... this script will save me a lot of time and work in the future!
I owe you one!
  Member 13.01.2021 58
+18
the Comment has been Removed
  Member 13.01.2021 58
+18
Hello "tagitom",

I followed your method, which for me is by far the simplest, and everything works perfectly on Mojave/LPX.
For the record, I'm already using N4 with the framork that goes with it.

Thanks again for sharing your "tagitom" method
and thanks to "JammuAnd" for sharing it so beautifully
  Member 18.02.2023 30
0
When I try to load a plug in it says "unable to load vst-2"
  Member 29.08.2013 1 368
+57
I wish I had that much of coding knowledge. I could make a full installer for Acustica plugins for macOS.
  Member 29.01.2016 128
+15
do not install Acustica Aquarius. the software acts like a virus, it checks if you have unauthorised plugins and then blocks your account online. this Italian developer is an a-hole and I hope their software gets cracked forever.
  Member 6.01.2021 25 70
+1624
Yes, Junkcarlo is more dedicated to improving software protection, rather than functionality of the plugins.
  Member 2.12.2022 60
+3
I don't understand anything about the installation
  Member 2.12.2022 60
+3
one video tutorial please

Spread the Word