From 504f59775caeb6883e5719eeff522a5e0c18589c Mon Sep 17 00:00:00 2001 From: Pierre Alexandre Tremblay Date: Fri, 22 May 2026 12:56:33 +0200 Subject: [PATCH] removes dequarantine notes and adds max/pd package manager note --- .../(content)/installation/max/+page.svx | 21 +++++----------- .../(content)/installation/pd/+page.svx | 24 ++++++------------- .../(content)/installation/sc/+page.svx | 17 +------------ 3 files changed, 14 insertions(+), 48 deletions(-) diff --git a/src/routes/(content)/installation/max/+page.svx b/src/routes/(content)/installation/max/+page.svx index f2b58699..1c997bb2 100644 --- a/src/routes/(content)/installation/max/+page.svx +++ b/src/routes/(content)/installation/max/+page.svx @@ -11,10 +11,15 @@ flair: article + + +The FluCoMa package is now part of Max's native [Package Manager](https://docs.cycling74.com/userguide/package_manager/). This insures the latest public version of the package is installed, and therefore this is the recommended approach. The instructions below are for a manual installation. + + + ## Step 1: Download the Max Package Download the latest version of the Max package from GitHub releases. @@ -58,20 +63,6 @@ Now check that the installation worked. 2. Open this patch. - - -Binaries compiled by us for macOS are signed and notarised. However, you might need to "dequarantine" them. The command below will recursively do this for you if you provide it the valid path to the FluCoMa package, which should be located in the Max packages folder. - - - -```sh -xattr -d -r com.apple.quarantine -``` - - - - - diff --git a/src/routes/(content)/installation/pd/+page.svx b/src/routes/(content)/installation/pd/+page.svx index 67088697..207bc7b2 100644 --- a/src/routes/(content)/installation/pd/+page.svx +++ b/src/routes/(content)/installation/pd/+page.svx @@ -11,7 +11,6 @@ flair: article @@ -21,6 +20,12 @@ FluCoMa will only work with the 64-bit version of [Pure Data](https://puredata.i + + +The FluCoMa package is now available through *deken*, PureData's native [Package Manager](https://deken.puredata.info/). This insures the latest public version of the package is installed, and therefore this is the recommended approach. The instructions below are for a manual installation. + + + ## Step 1: Download the Pure Data Package Download the latest version of the Pure Data package from GitHub releases. Choose the appropriate release for your operating system. @@ -78,19 +83,4 @@ Now check that the installation worked. 1. Restart Pure Data. -2. Open this patch. - - - -Binaries compiled by us for macOS are signed and notarised. However, you might need to "dequarantine" them. The command below will recursively do this for you if you provide it the valid path to the FluCoMa package, wherever that might be. - - - -```sh -xattr -d -r com.apple.quarantine -``` - - - - - +2. Open this patch. \ No newline at end of file diff --git a/src/routes/(content)/installation/sc/+page.svx b/src/routes/(content)/installation/sc/+page.svx index 4b7c127f..f018a362 100644 --- a/src/routes/(content)/installation/sc/+page.svx +++ b/src/routes/(content)/installation/sc/+page.svx @@ -12,7 +12,6 @@ flair: article ## Step 1: Download the FluCoMa SuperCollider Extension Package @@ -57,18 +56,4 @@ s.waitForBoot({ -If this code block prints the version of the FluCoMa tools then it is installed correctly. - - - -Binaries compiled by us for macOS are signed and notarised. However, you might need to "dequarantine" them. The command below will recursively do this for you if you provide it the valid path to the FluCoMa package, wherever that might be. - - - -```js -("xattr -d -r com.apple.quarantine"+Platform.userExtensionDir.quote++"/FluidCorpusManipulation/plugins").runInTerminal -``` - - - - +If this code block prints the version of the FluCoMa tools then it is installed correctly. \ No newline at end of file