diff --git a/README.md b/README.md index 3d9e1605..9b777acb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # stoermelder PackOne -![Version](https://img.shields.io/badge/version-1.5.0-green.svg?style=flat-square) +![Version](https://img.shields.io/badge/version-1.6.0-green.svg?style=flat-square) ![Rack SDK](https://img.shields.io/badge/Rack--SDK-1.1.6-red.svg?style=flat-square) ![License](https://img.shields.io/badge/license-GPLv3-blue.svg?style=flat-square) ![Language](https://img.shields.io/badge/language-C++-yellow.svg?style=flat-square) diff --git a/plugin.json b/plugin.json index 49f8f917..d880ef16 100644 --- a/plugin.json +++ b/plugin.json @@ -171,28 +171,28 @@ { "slug": "Mirror", "name": "MIRROR", - "description": "", + "description": "Utility for synchronizing module parameters", "tags": ["Utility"], "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Mirror.md" }, { "slug": "Affix", "name": "AFFIX", - "description": "Insert on polyphonic cables for adding offsets in Volt or cent (16-channel)", - "tags": ["Polyphonic", "Utility"], + "description": "Insert for polyphonic cables for adding offsets in Volt, semitones or octaves (16 channels)", + "tags": ["Polyphonic", "Utility", "Attenuator"], "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Affix.md" }, { "slug": "AffixMicro", "name": "µAFFIX", - "description": "Insert on polyphonic cables for adding offsets in Volt or cent (8-channel)", - "tags": ["Polyphonic", "Utility"], + "description": "Insert for polyphonic cables for adding offsets in Volt, semitones or octaves (8 channels)", + "tags": ["Polyphonic", "Utility", "Attenuator"], "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Affix.md" }, { "slug": "Grip", "name": "GRIP", - "description": "Locker for module parameters", + "description": "Lock for module parameters", "tags": ["Utility"], "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Grip.md" }, @@ -206,7 +206,7 @@ { "slug": "Goto", "name": "GOTO", - "description": "Utility for jumping directly to 10 locations in your patch by hotkey or using MIDI-MAP", + "description": "Utility for jumping directly to 10 locations in your patch by hotkey or using MIDI", "tags": ["Utility"], "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Goto.md" },