Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
stoermelder committed Apr 9, 2024
1 parent 6775a18 commit 5904207
Show file tree
Hide file tree
Showing 35 changed files with 19 additions and 7,027 deletions.
14 changes: 0 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
## 2.x.x (in development)

- Modules [FLOWER, SEEDS, OFFSPRING](./docs/Flower.md)
- New modules, pattern-driven 16-step sequencer
- Module [STRIP-BLOCK](./docs/Strip.md)
- New module, a companion module for STRIP for blocking STRIP's expander-mechanism

## 2.1.0 (in development)

### New modules

- Module [PRISMA](./docs/Prisma.md)
- A wave multiplier/phase shifter inspired by A-137-2

## 2.0.beta4

### Fixes and Changes
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ If you like my modules consider donating to https://paypal.me/stoermelder. Thank
## Latest additions to PackOne - new for v2.0

- [DIRT](./docs/Dirt.md): noise, crackles and crosstalk for polyphonic cables
- [MIDI-CAT CLK](./docs/MidiCat.md#clk-expander): expander for MIDI-CAT, allows trigger-quantization for mapped parameters (#299)
- [MIDI-KEY](./docs/MidiKey.md): utility for generating keyboard events from MIDI CC or Note messages
- [STRIP++](./docs/StripPp.md): utility for pasting and importing Rack selections while preserving parameter mappings and [GLUE](./docs/Glue.md) labels

Expand Down
39 changes: 2 additions & 37 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"slug": "Stoermelder-P1",
"version": "2.0.0",
"version": "2.0.beta4",
"license": "GPL-3.0-or-later",
"author": "Benjamin Dill",
"name": "PackOne",
Expand Down Expand Up @@ -90,13 +90,6 @@
"tags": ["Utility"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Strip.md#stoermelder-strip-bay"
},
{
"slug": "StripBlock",
"name": "STRIP-BLOCK",
"description": "Utility module for blocking STRIP's expander mechanism (preview)",
"tags": ["Utility"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Strip.md"
},
{
"slug": "StripPp",
"name": "STRIP++",
Expand Down Expand Up @@ -293,27 +286,6 @@
"tags": ["Utility"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Spin.md"
},
{
"slug": "FlowerSeq",
"name": "FLOWER",
"description": "Pattern-based sequencer (preview)",
"tags": ["Sequencer"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Flower.md"
},
{
"slug": "FlowerSeqEx",
"name": "OFFSPRING",
"description": "Sequencer-expander for FLOWER (preview)",
"tags": ["Sequencer"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Flower.md"
},
{
"slug": "FlowerTrig",
"name": "SEEDS",
"description": "Sequencer-expander for FLOWER (preview)",
"tags": ["Sequencer"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Flower.md"
},
{
"slug": "Transit",
"name": "TRANSIT",
Expand All @@ -335,13 +307,6 @@
"tags": ["Utility"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/X4.md"
},
{
"slug": "Prisma",
"name": "PRISMA",
"description": "Wave multiplier/phase shifter inspired by A-137-2 (preview)",
"tags": ["Waveshaper", "Distortion"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Prisma.md"
},
{
"slug": "Macro",
"name": "MACRO",
Expand Down Expand Up @@ -394,7 +359,7 @@
{
"slug": "Dirt",
"name": "DIRT",
"description": "Crosstalk and noise for polyphonic cables (preview)",
"description": "Crosstalk and noise for polyphonic cables",
"tags": ["Polyphonic"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v2/docs/Dirt.md"
},
Expand Down
Binary file removed res-src/FlowerSeq.afdesign
Binary file not shown.
Binary file removed res-src/FlowerSeqEx.afdesign
Binary file not shown.
Binary file removed res-src/FlowerTrig.afdesign
Binary file not shown.
Binary file removed res-src/Prisma.afdesign
Binary file not shown.
Binary file removed res-src/StripBlock.afdesign
Binary file not shown.
Binary file removed res-src/dark/FlowerSeq.afdesign
Binary file not shown.
Binary file removed res-src/dark/FlowerSeqEx.afdesign
Binary file not shown.
Binary file removed res-src/dark/FlowerTrig.afdesign
Binary file not shown.
Binary file removed res-src/dark/Prisma.afdesign
Binary file not shown.
Binary file removed res-src/dark/StripBlock.afdesign
Binary file not shown.
543 changes: 0 additions & 543 deletions res/FlowerSeq.svg

This file was deleted.

350 changes: 0 additions & 350 deletions res/FlowerSeqEx.svg

This file was deleted.

364 changes: 0 additions & 364 deletions res/FlowerTrig.svg

This file was deleted.

368 changes: 0 additions & 368 deletions res/Prisma.svg

This file was deleted.

35 changes: 0 additions & 35 deletions res/StripBlock.svg

This file was deleted.

Loading

0 comments on commit 5904207

Please sign in to comment.