Requirements
- Max >= 8
- [Optional]
pesto~External available from https://github.com/QosmoInc/pesto_tilde
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
-
Download the correct zip for your machine from the Assets section below:
qdts-v0.3-osx-arm64.zip— Apple Siliconqdts-v0.3-osx-x86_64.zip— Intel
-
Extract the zip file.
-
Move the extracted
qdtsfolder to your Max 8 or 9 Packages directory:~/Documents/Max 8/Packages/ OR ~/Documents/Max 9/Packages/ -
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
- Download the zip file from the Assets section below:
qdts-v0.3-win64.zip
- Extract the zip file.
- Move the extracted
qdtsfolder 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.
