From b2c66305c37f1d55aed918e11efc62df09118ed6 Mon Sep 17 00:00:00 2001 From: mixer Date: Fri, 18 Sep 2020 05:15:43 +0200 Subject: [PATCH] Added some per-module manual URLs As recommended by @AndrewBelt (https://community.vcvrack.com/t/call-for-plugin-developers-to-add-per-module-manual-urls-to-plugin-manifest/10981 / https://community.vcvrack.com/t/help-wanted-for-reporting-common-issues-to-rack-plugin-developers/11031), I'm adding direct links to https://lifeformmodular.wordpress.com with specific documentation pages for modules, where available --- plugin.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index 9292724..82f6a6c 100644 --- a/plugin.json +++ b/plugin.json @@ -24,6 +24,7 @@ "slug": "SequenceModeler", "name": "SequenceModeler", "description": "Sequencer based on Fundamental SEQ3", + "manualUrl": "https://lifeformmodular.wordpress.com/2019/11/29/sequence-modeler", "tags": [ "Sequencer", "Dual" @@ -33,6 +34,7 @@ "slug": "PitchDiktat", "name": "PitchDiktat", "description": "Quantizer based on ML Quantum", + "manualUrl": "https://lifeformmodular.wordpress.com/2019/11/29/pitch-diktat", "tags": [ "Quantizer", "Random" @@ -42,6 +44,7 @@ "slug": "PitchIntegrator", "name": "PitchIntegrator", "description": "Sequential switch based on ML switches, with sample and hold designed for pitch", + "manualUrl": "https://lifeformmodular.wordpress.com/2019/11/29/pitch-integrator", "tags": [ "Switch", "Sample and hold" @@ -60,6 +63,7 @@ "slug": "QuadModulator", "name": "QuadModulator", "description": "Quad synced LFO with skew from ramp up to ramp down through sine plus dual unity mixer", + "manualUrl": "https://lifeformmodular.wordpress.com/2020/02/18/quad-modulator", "tags": [ "LFO", "Quad" @@ -69,6 +73,7 @@ "slug": "ImpulseControl", "name": "ImpulseControl", "description": "Trigger sequencer based on Fundamental SEQ3", + "manualUrl": "https://lifeformmodular.wordpress.com/2020/02/18/impulse-control", "tags": [ "Sequencer", "Dual" @@ -78,6 +83,7 @@ "slug": "PercussiveVibration", "name": "PercussiveVibration", "description": "Synth voice based on 21Khz PalmLoop and Befaco Rampage mainly for drums", + "manualUrl": "https://lifeformmodular.wordpress.com/2019/10/13/percussive-vibration", "tags": [ "Synth voice", "Drum" @@ -96,6 +102,7 @@ "slug": "AdditiveVibration", "name": "AdditiveVibration", "description": "Additive/FM synth voice based on 21Khz PalmLoop and Befaco Rampage ", + "manualUrl": "https://lifeformmodular.wordpress.com/2019/10/19/additive-vibration", "tags": [ "Synth voice" ] @@ -126,4 +133,4 @@ ] } ] -} \ No newline at end of file +}