Skip to content

Commit

Permalink
update to v2.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sickozell committed May 22, 2024
1 parent e586f4a commit a1b07f1
Show file tree
Hide file tree
Showing 5 changed files with 153 additions and 93 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SickoCV v2.6.11
# SickoCV v2.6.12
VCV Rack plugin modules

![SickoCV modules 2 6 11](https://github.com/sickozell/SickoCV/assets/80784296/964c0e26-1db2-4e36-9d80-5c0bb193102f)
Expand Down Expand Up @@ -473,8 +473,8 @@ Right clicking on led area (drumPlayer) or display area (drumPlayer+ drumPlayerX
#### - INSTRUCTIONS
the enver moodule operates with three different modes selecetd by the mode switch:
- ENV: envelope mode works as a standard envelope generator.
- FN: function mode is an AD envelope generator and starts its attack with a trigger on the G/T button or its input. The sustain controls the maximum level of the attack stage.
- LP: loop mode is a looped attack/decay generator. A trigger starts the attack stage, goes to the decay stage and automatically restarts the attack stage. A new trigger will go to the release stage. The sustain controls the maximum level of the attack stage.
- FN: function mode is an AD envelope generator and starts its attack with a trigger on the G/T button or its input.
- LP: loop mode is a looped attack/decay generator. A trigger starts the attack stage, goes to the decay stage and automatically restarts the attack stage. A new trigger will go to the release stage.

RET input is the retrigger function, available on decay or sustain stages.

Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.6.12 (2024-05-22)
- improved 'enver' retrigger timing.

### 2.6.11 (2024-05-20)
- added 'enver' module.
- added 'multiSwitcher' and 'multiRouter' modules.
Expand Down
2 changes: 1 addition & 1 deletion extra/crossCompiler.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git tag v2.6.11-beta11 -m "create v2.6.11-beta11"
git tag v2.6.12-beta1 -m "create v2.6.12-beta1"
git push origin --tags

delete local tag
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"slug": "SickoCV",
"name": "SickoCV",
"version": "2.6.11",
"version": "2.6.12",
"license": "GPL-3.0-or-later",
"brand": "Sickozell",
"author": "Sickozell",
Expand Down
Loading

0 comments on commit a1b07f1

Please sign in to comment.