Skip to content

Commit

Permalink
bump version to v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stoermelder committed Jul 6, 2019
1 parent d2cbae1 commit c71a3dc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 1.0.4 (in development)
### 1.0.4

- Module STRIP
- New module, manage a group of modules in a patch, providing load, save as, disable and randomize ([docs](./docs/Strip.md))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# stoermelder PackOne

<!-- Version and License Badges -->
![Version](https://img.shields.io/badge/version-1.0.3-green.svg?style=flat-square)
![Version](https://img.shields.io/badge/version-1.0.4-green.svg?style=flat-square)
![Rack SDK](https://img.shields.io/badge/Rack--SDK-1.1.1-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)
Expand Down
2 changes: 1 addition & 1 deletion docs/ReMove.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Both settings for samplerate and number of sequences can be found in the context

### Recording-Modes

There are three different recording modes available, changed by a context menu option:
There are four different recording modes available, changed byS context menu option:

- Touch-Mode (Default):
Triggering the red REC button by mouse or through REC-port arms recording. Actual recording of automation data starts on first mouse click ("touch") on the mapped parameter and holds on as long the button is pressed. Recording stops when the mouse button is released.
Expand Down
4 changes: 3 additions & 1 deletion docs/Strip.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# stoermelder STRIP

STRIP is a module for managing a strip of modules. A "strip" is a group of modules formed in a single row of Rack without any empty spaces between them, directly next to STRIP on the left or right side. STRIP uses Rack v1's expander-mechanism to traverse the modules in a group. Changing the modules in a strip is simply moving them a bit in Rack and creating an empty space between the rest of the modules.
STRIP is a module for managing a strip of modules. A "strip" is a group of modules formed in a single row of Rack without any empty spaces between them, directly next to STRIP on the left or right side. STRIP provides functionality to disable, to randomize and to save or load strips of modules. Copy and paste is possible, too.

![STRIP Intro](./Strip-intro.gif)

STRIP uses Rack v1's expander-mechanism to traverse the modules in a group. Changing the modules in a strip is simply moving them a bit in Rack and creating an empty space between the rest of the modules.

### MODE

STRIP can be configured which modules will be considered as managed. By default STRIP handles all modules left and right of itself, but the MODE-button allows you to toggle to left-only or right-only. Which modules are affected is shown by the LEDs next to the direction-triangles on the panel.
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"slug": "Stoermelder-P1",
"version": "1.0.3",
"version": "1.0.4",
"license": "GPL-3.0-only",
"author": "Benjamin Dill",
"name": "PackOne",
Expand Down

0 comments on commit c71a3dc

Please sign in to comment.