Skip to content

qdts-v0.2

Choose a tag to compare

@behzadhaki behzadhaki released this 25 Apr 14:13

Requirements

  • Max >= 8

Installation

MacOS

Recommended (Easy one-liner)

Open Terminal and paste the following command:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/cordutie/qdts/refs/heads/main/max/patches/install.sh)"

This will automatically detect your architecture, download the correct package, install it to your Max 9 Packages folder, and remove any security flags.

Manual Installation
  1. Download the correct zip for your machine from the Assets section below:

    • qdts-v0.2-osx-arm64.zip — Apple Silicon (M1, M2, M3, M4)
    • qdts-v0.2-osx-x86_64.zip — Intel
  2. Extract the zip file.

  3. Move the extracted qdts folder to your Max 9 Packages directory:

    ~/Documents/Max 9/Packages/
    
  4. If macOS flags the externals as unverified, remove the security restriction by running the following in Terminal:

    xattr -dr com.apple.quarantine ~/Documents/Max\ 9/Packages/qdts

    Alternatively, follow Apple's official guide for opening software from an unknown developer:
    support.apple.com/guide/mac-help/mh40616

Windows

Manual Installation

  1. Download the zip file from the Assets section below:
    • qdts-v0.2-win64.zip
  2. Extract the zip file.
  3. Move the extracted qdts folder to your Max 9 Packages directory:
    C:\Users\<YourUsername>\Documents\Max 9\Packages\
    

Example Patch

Once you finish the installation, run the following patch:

Max 9/Packages/qdts/patches/solver_nn/main_solver_nn.maxpat

Tip

Refer to here to access a quick guide on how to use the patch above.

image