diff --git a/CHANGELOG.md b/CHANGELOG.md index cef366ff..022fbc62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,19 @@ -### 1.5.0 (in development) +## 1.6.0 (in development) - Module [DETOUR](./docs/Detour.md) - New module, 8x8 send/return switch matrix with support for 8 scenes + +## 1.5.0 + - Module [MIDI-STEP](./docs/MidiStep.md) - - New module, + - New module, utility for relative modes of endless knobs on your MIDI controller such as Arturia Beatstep - Module [PILE](./docs/Pile.md) - - New module, + - New module, translate increment triggers or decrement triggers in an absolute voltage, especially useful with MIDI-STEP - Module [SAIL](./docs/Sail.md) - - New module, control any parameter currently hovered by mouse with CV, especially useful with MIDI-CC + - New module, control any parameter currently hovered by mouse with CV, especially useful with MIDI-CC or MIDI-STEP + +### Fixes and Changes -Fixes and Changes - Module [CV-MAP](./docs/CVMap.md) - Added option for hiding parameter indicator squares - Added option for locking mapping slots to prevent changes by accident (#89) @@ -33,7 +37,7 @@ Fixes and Changes - Added dark panels for all modules (#15) - Added globals settings, esp. for dark panels als default -### 1.4.0 +## 1.4.0 - Module [INTERMIX](./docs/Intermix.md) - New module, precision adder 8x8 switch matrix with support for 8 scenes @@ -47,7 +51,7 @@ Fixes and Changes - Fixed wrong handling of CC-mappings in Direct-mode on parameter changes made within Rack - Added option to enter custom labels for mapping slots (#75) -### 1.3.0 +## 1.3.0 - Module [ARENA](./docs/Arena.md) - New module, 2-dimensional XY-Mixer for 8 sources with various modulation targets and graphical interface @@ -71,7 +75,7 @@ Fixes and Changes - Added SMTH-parameter for linear smoothing especially on jumps at sequence end and sequence change (#14) - All stoermelder-modules are now shipped with updated panels and minor layout fixes -### 1.2.0 +## 1.2.0 - Module [4ROUNDS](./docs/FourRounds.md) - New module, randomizer for up to 16 input signals to create 15 output signals @@ -92,7 +96,7 @@ Fixes and Changes - Load and save dialogs default to "patches" folder of the current user (#41) - All stoermelder-modules are now shipped with dark mounting-screws, improved jack-ports and handy trimpots -### 1.1.0 +## 1.1.0 - Module [MIDI-CAT](./docs/MidiCat.md) - New module, mapping module similar to VCV's MIDI-MAP with midi feedback, note mapping and cc pickup-mode @@ -111,7 +115,7 @@ Fixes and Changes - Modules [CV-MAP](./docs/CVMap.md), [CV-PAM](./docs/CVPam.md), [ReMOVE Lite](./docs/ReMove.md), [µMAP](./docs/CVMapMicro.md) - Fixed crash of Rack if deleting the module while in mapping mode -### 1.0.5 +## 1.0.5 - Module [8FACE](./docs/EightFace.md) - New module, preset sequencer for 8 presets of any module @@ -121,7 +125,7 @@ Fixes and Changes - Added random automation-curves on "Randomize" of the module - Starting a recording generates an item in the Rack undo-history -### 1.0.4 +## 1.0.4 - Module [STRIP](./docs/Strip.md) - New module, manage a group of modules in a patch, providing load, save as, disable and randomize @@ -133,14 +137,14 @@ Fixes and Changes - OUT-port bypasses IN-port when selecting an empty sequence - Fixed bug when saving sequences with lots of constant values (compression-bug) -### 1.0.3 +## 1.0.3 - Module [INFIX](./docs/Infix.md) - New module, insert for polyphonic cables - Module [µMAP](./docs/CVMapMicro.md) - Fixed bug causing "damaged" module panels (array out of bounds) -### 1.0.2 +## 1.0.2 - Module [ReMOVE Lite](./docs/ReMove.md) - New module, allows recording of parameter automation of knobs, switches or sliders @@ -156,7 +160,7 @@ Fixes and Changes - Module [ROTOR Model A](./docs/RotorA.md) - Reduced panel width -### 1.0.0 +## 1.0.0 - Module [ROTOR Model A](./docs/RotorA.md) - New module @@ -166,6 +170,6 @@ Fixes and Changes - Module [CV-PAM](./docs/CVPam.md) - Added text scrolling for longer module and parameter names -### 1.0.0-rc +## 1.0.0-rc - Initial public release \ No newline at end of file diff --git a/README.md b/README.md index fc97e7e4..7cb277ee 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # stoermelder PackOne -![Version](https://img.shields.io/badge/version-1.4.0-green.svg?style=flat-square) +![Version](https://img.shields.io/badge/version-1.5.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) @@ -23,8 +23,11 @@ The PackOne plugin gives you some utility modules for [VCV Rack](https://www.vcv - [MAZE](./docs/Maze.md): 4 channel sequencer running on a 2-dimensional grid - [µMAP](./docs/CVMapMicro.md): a single instance of CV-MAP's slots with attenuverters - [MIDI-CAT](./docs/MidiCat.md): map parameters to midi controllers similar to MIDI-MAP with midi feedback and note mapping +- [MIDI-STEP](./docs/MidiStep.md): utility for relative modes of endless knobs on your MIDI controller such as Arturia Beatstep +- [PILE](./docs/Pile.md): utility which translate increment triggers or decrement triggers in an absolute voltage, especially useful with MIDI-STEP - [ReMOVE Lite](./docs/ReMove.md): a recorder for knob/slider/switch-automation - [ROTOR Model A](./docs/RotorA.md): spread a carrier signal across 2-16 output channels using CV +- [SAIL](./docs/Sail.md): control any parameter currently hovered by mouse with CV, especially useful with MIDI-CC - [SIPO](./docs/Sipo.md): serial-in parallel-out shift register with polyphonic output and CV controls - [STRIP](./docs/Strip.md): manage a group of modules in a patch, providing load, save as, disable and randomize @@ -37,6 +40,6 @@ Follow the [build instructions](https://vcvrack.com/manual/Building.html#buildin ## License -All **source code** is copyright © 2019 Benjamin Dill and is licensed under the [GNU General Public License, version v3.0](./LICENSE.txt). +All **source code** is copyright © 2020 Benjamin Dill and is licensed under the [GNU General Public License, version v3.0](./LICENSE.txt). All **files** and **graphics** in the `res` and `res-src` directories are licensed under [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/). You may not distribute modified adaptations of these graphics. \ No newline at end of file diff --git a/plugin.json b/plugin.json index 530f05b5..1fb5d94e 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "slug": "Stoermelder-P1", - "version": "1.4.0", + "version": "1.5.0", "license": "GPL-3.0-only", "author": "Benjamin Dill", "name": "PackOne", @@ -137,28 +137,29 @@ "name": "DETOUR", "description": "Send/Return switch matrix with scene-support", "tags": ["Mixer", "Switch", "Utility"], - "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Detour.md" + "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Detour.md", + "disabled": true }, { "slug": "Sail", "name": "SAIL", - "description": "Control any parameter currently hovered by mouse with CV, especially useful with MIDI-CC", + "description": "Control any parameter currently hovered by mouse with CV, especially useful with MIDI-CC or MIDI-STEP", "tags": ["Utility"], "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Sail.md" }, { "slug": "Pile", "name": "PILE", - "description": "", + "description": "Translate increment triggers or decrement triggers in an absolute voltage, especially useful with MIDI-STEP, with slew support", "tags": ["Utility"], "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Pile.md" }, { "slug": "MidiStep", "name": "MIDI-STEP", - "description": "", - "tags": ["Utility"], - "manualUrl": "" + "description": "Module for relative modes of endless knobs on your MIDI controller, such as Arturia Beatstep, Native Instruments Komplete Keyboards or Behringer X-TOUCH", + "tags": ["Utility", "MIDI"], + "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/MidiStep.md" }, { "slug": "AudioInterface64", diff --git a/scripts/resetversion.sh b/scripts/resetversion.sh index ab695939..10e07f47 100644 --- a/scripts/resetversion.sh +++ b/scripts/resetversion.sh @@ -1,7 +1,7 @@ #!/bin/sh gitrev=`git rev-parse --short HEAD` -version="1.4.${gitrev}" +version="1.5.${gitrev}" echo "Updating to version=$version" tf=`mktemp` jq --arg VERSION "$version" '.version=$VERSION' plugin.json > $tf