Skip to content

qdts-v0.3

Latest

Choose a tag to compare

@behzadhaki behzadhaki released this 29 Apr 11:07
3aa37d2

Requirements

Note

pesto~ is only needed if you want to use the audio input feature of the max patch


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.3-osx-arm64.zip — Apple Silicon
    • qdts-v0.3-osx-x86_64.zip — Intel
  2. Extract the zip file.

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

    ~/Documents/Max 8/Packages/     OR    ~/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.3-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/standalone/solver_nn/main_solver_nn.maxpat

Tip

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

image