From 9ef46bac220e7dc86e835fccc5706ea6254e2448 Mon Sep 17 00:00:00 2001 From: Kim T Date: Mon, 18 Nov 2024 21:31:58 -0800 Subject: [PATCH 1/2] Add Surge 1.3.4 --- .../surge-synthesizer/surge/1.3.4/index.yaml | 64 +++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 src/plugins/surge-synthesizer/surge/1.3.4/index.yaml diff --git a/src/plugins/surge-synthesizer/surge/1.3.4/index.yaml b/src/plugins/surge-synthesizer/surge/1.3.4/index.yaml new file mode 100644 index 0000000..5520b2e --- /dev/null +++ b/src/plugins/surge-synthesizer/surge/1.3.4/index.yaml @@ -0,0 +1,64 @@ +--- +audio: https://open-audio-stack.github.io/open-audio-stack-registry/plugins/surge-synthesizer/surge/surge.flac +author: Surge Synth Team +changes: |- + - Fix a logic error in creating Surge XT folder in new session (#7752) - Paul + - Add 1.3.3 cherry pick list and bump cmakelist version - Paul Walker + - Update tempo after patch load if desired and ensure we calculate time_data.ppqPos while processing (#7738) - Daniel Hatadi + - Update LFO and Step Seq presets to have the LFO EG enabled (#7732) - EvilDragon +date: '2024-08-11T00:00:00.000Z' +description: Hybrid synthesizer featuring many synthesis techniques, a great selection + of filters, a flexible modulation engine, a smorgasbord of effects, and modern features + like MPE and microtuning. +files: + - architectures: + - bit64 + contains: + - elf + - clap + - lv2 + - vst3 + format: zip + sha256: 8c2de75617e4e5b1051924d42b3b0306e5d1c3fea12c51c87d8505ba7857ca51 + systems: + - type: linux + size: 97294804 + type: archive + url: https://github.com/surge-synthesizer/releases-xt/releases/download/1.3.4/surge-xt-linux-1.3.4-pluginsonly.tar.gz + - architectures: + - arm64 + - bit64 + contains: + - app + - clap + - component + - vst3 + format: zip + sha256: b453e32c28594c20dcb059e2ca8ec3dc01c3f844500d5519680c15c3e7a262ea + systems: + - type: mac + size: 186958216 + type: archive + url: https://github.com/surge-synthesizer/releases-xt/releases/download/1.3.4/surge-xt-macos-1.3.4-pluginsonly.zip + - architectures: + - bit64 + contains: + - exe + - clap + - vst3 + format: zip + sha256: 9b9d3032985085dd662e06c4318c799919bcec0b4082a6afb2562c5538cf0853 + systems: + - type: win + size: 49093875 + type: archive + url: https://github.com/surge-synthesizer/releases-xt/releases/download/1.3.4/surge-xt-win64-1.3.4-pluginsonly.zip +image: https://open-audio-stack.github.io/open-audio-stack-registry/plugins/surge-synthesizer/surge/surge.jpg +license: gpl-3.0 +name: Surge XT +tags: + - Instrument + - Synth + - Modulation +type: instrument +url: https://github.com/surge-synthesizer/surge From 45836628df365fc0009d8c88c6cd6f6e50389b02 Mon Sep 17 00:00:00 2001 From: Kim T Date: Mon, 18 Nov 2024 21:38:38 -0800 Subject: [PATCH 2/2] npm audit fix --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a9673a3..0f535ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -634,9 +634,9 @@ } }, "node_modules/@eslint/plugin-kit": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.2.tgz", - "integrity": "sha512-CXtq5nR4Su+2I47WPOlWud98Y5Lv8Kyxp2ukhgFx/eW6Blm18VXJO5WuQylPugRo8nbluoi6GvvxBLqHcvqUUw==", + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.3.tgz", + "integrity": "sha512-2b/g5hRmpbb1o4GnTZax9N9m0FXzz9OV42ZzI4rDDMDuHUqigAiQCEWChBWCY4ztAGVRjoWT19v0yMmc5/L5kA==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -1765,9 +1765,9 @@ "license": "MIT" }, "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "license": "MIT", "dependencies": { "path-key": "^3.1.0",