-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cfdaa88
commit 6e04c7b
Showing
3 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,22 @@ | ||
# stoermelder STRIP++ | ||
|
||
STRIP++ is a utility module for pasting and importing Rack selections while preserving parameter mappings and [GLUE](Glue.md) labels. | ||
STRIP++ is an utility module for pasting and importing Rack selections while preserving parameter mappings and [GLUE](Glue.md) labels. | ||
|
||
How it works: | ||
|
||
- STRIP++ does not have to be present when saving the selection, it works with any .vcvs-file. | ||
- To import a saved selection, first add STRIP++. Right-click on the module, select "Import" from the context menu and choose the .vcvs-file to be imported. An import can also be triggered by hotkey Ctrl+Shift+B. | ||
- At first, the selection appears as a semi-transparent preview, until you move the mouse to where you want to place. The import is commited by left-click or can be aborted by right-click and escape key. | ||
- It also works with a selection currently stored in the clipboard. It can be added by context menu option or hotkey Ctrl+Shift+V. | ||
- STRIP++ only functions as an import utility here, it can be deleted after completing the import. | ||
|
||
|
||
![STRIP++ selection preview](./StripPp-1.png) | ||
|
||
![STRIP++ selection import](./StripPp-2.png) | ||
|
||
|
||
### Changelog | ||
|
||
- v2.0.0 | ||
- Initial release of STRIP++ |