Can you use a sister site version of RX on Ventura with PT?

Discussion in 'Pro Tools' started by Curly123456, Jun 20, 2023.

  1. Curly123456

    Curly123456 Member

    Joined:
    Jul 11, 2019
    Messages:
    43
    Likes Received:
    8
    Just curious...
     
  2.  
  3. clone

    clone Audiosexual

    Joined:
    Feb 5, 2021
    Messages:
    7,543
    Likes Received:
    3,323
    people have gotten it to work natively on Apple Silicon, but others have installed it incorrectly too; and not been specific enough. Like normal.

    ymmv. it doesn't look like a complete wild goose chase to give it a try. but only seeing is believing. You haven't even mentioned which processor type you have. With the magic combination of version numbers, correct install, wind speed, and correct alignment of Saturn, it may work. i would do a Time Machine backup first.
     
    Last edited: Jun 20, 2023
  4. Curly123456

    Curly123456 Member

    Joined:
    Jul 11, 2019
    Messages:
    43
    Likes Received:
    8
    Thank you. I'm new to mac: MacBook Pro - 16" - M2 Pro Max 12 Core - 38-Core GPU - 64GB RAM - 512GB SSD

    I can't vouch for the wind though...
     
  5. clone

    clone Audiosexual

    Joined:
    Feb 5, 2021
    Messages:
    7,543
    Likes Received:
    3,323
    If you are going to try, use RX v10.4 release. it should also work in Logic. You should get Lulu firewall (free), if you are not using Little Snitch already.

    Copy this into a text file, you can paste it into Terminal after installing plugins and it will find and Codesign them all. You can probably edit in 2 lines for .aax format plugins. It takes a few seconds to do all the actions, just let it run. you need xcode installed for it to work.


    cd /Library/Audio/Plug-Ins/

    find . -name "*.bundle" -execdir sudo xattr -cr \;
    find . -name "*.VST" -execdir sudo xattr -cr \;
    find . -name "*.vst3" -execdir sudo xattr -cr \;
    find . -name "*.component" -execdir sudo xattr -cr \;
    find . -name "*.dpm" -execdir sudo xattr -cr \;
    find . -name "*.bundle" -execdir sudo codesign -f -s - {} \;
    find . -name "*.VST" -execdir sudo codesign -f -s - {} \;
    find . -name "*.vst3" -execdir sudo codesign -f -s - {} \;
    find . -name "*.component" -execdir sudo codesign -f -s - {} \;
    find . -name "*.dpm" -execdir sudo codesign -f -s - {} \;
     
  6. Curly123456

    Curly123456 Member

    Joined:
    Jul 11, 2019
    Messages:
    43
    Likes Received:
    8

    Thank you. I am completely new to sister site installs with a mac..
     
Loading...
Loading...