Skip to content

Commit

Permalink
update to v2.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sickozell committed Mar 2, 2024
1 parent 9d2fef2 commit a950cac
Show file tree
Hide file tree
Showing 83 changed files with 3,308 additions and 1,440 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SickoCV v2.6.6
# SickoCV v2.6.7
VCV Rack plugin modules

![SickoCV modules 2 6 6](https://github.com/sickozell/SickoCV/assets/80784296/a648c11d-d7f6-4c65-b8c2-7bd462538677)
![SickoCV modules 2 6 7](https://github.com/sickozell/SickoCV/assets/80784296/ca99e925-119b-4f8a-ac1a-bf1dcdd11b7e)

## table of contents
- [Common modules behavior](#common-modules-behavior)
Expand Down Expand Up @@ -45,7 +45,7 @@ Thanks.
#### - DESCRIPTION
'adder8' is inspired by hardware precision adder modules. It adds, ignore or subtracts fixed voltages or CVS to outputs.

![adder8](https://github.com/sickozell/SickoCV/assets/80784296/b3d1e618-fcc4-49c1-8662-7ddf119e7304)
![adder8](https://github.com/sickozell/SickoCV/assets/80784296/d79eddde-fa02-470c-bb26-6571553ef1c9)

#### - INSTRUCTIONS
On the first row a fixed voltage set by VLT/ATNV knob is added, ignored or subtracted, depending on the -0+ switch, to the corresponding output.
Expand All @@ -69,7 +69,7 @@ otherwise, if the knob is used as attenuverter with a CV input connected, it can
#### - DESCRIPTION
'bGates' provides 8 buffered gates or triggers on 8 individual clock inputs.

![bgates](https://github.com/sickozell/SickoCV/assets/80784296/e49921ca-39c9-4684-b014-58021face2f8)
![bgates](https://github.com/sickozell/SickoCV/assets/80784296/48b78c5b-c5cf-4673-8cc6-6a705cd179a7)

#### - INSTRUCTIONS
Connect a clock source. Clock inputs are normalled to previous ones.
Expand Down Expand Up @@ -99,7 +99,7 @@ Mix can be modulated by uni/bipolar signals.
Modulation can be further modulated by another signal.
Audio rate modulations are allowed.

![blender](https://user-images.githubusercontent.com/80784296/211660967-ce9aa25d-cc8f-45a9-beae-3381a13cf0af.JPG)
![blender](https://github.com/sickozell/SickoCV/assets/80784296/414dac6a-32f4-490b-ad70-8e867d4a8b41)

#### - INSTRUCTIONS
Connect CVs or audio sources to IN1 and IN2, mono or stereo signals can be independently used. Polyphonic inputs are allowed and are left/right independent, but accordingly to number of channels of IN1 input.
Expand Down Expand Up @@ -127,7 +127,7 @@ As the previous one it can be used either with cv signals or audio sources.
Mix can be modulated by uni/bipolar signals.
Audio rate modulations are allowed.

![blender8](https://user-images.githubusercontent.com/80784296/201516772-12dac17b-f8a0-4f82-946a-da8b7d254b09.JPG)
![blender8](https://github.com/sickozell/SickoCV/assets/80784296/ef3726db-b087-4f00-ad9e-b8b43c6620f0)

#### - INSTRUCTIONS
'blender8' provides 8 mono crossfade mixers and differs from 'blender' module in the following things.
Expand All @@ -143,7 +143,7 @@ If a CV input is connected for modulation, CV sets the mix percentage and the MI
- Buffered Toggled ASR envelope generator
- Buffer mute/unmute CVs or mono/stereo AUDIO signals according to an ASR envelope activated by Toggle Triggers

![btoggler](https://user-images.githubusercontent.com/80784296/211221913-2ac04d94-b80b-4222-a02b-2719e0fb4d38.JPG)
![btoggler](https://github.com/sickozell/SickoCV/assets/80784296/8464aaa5-f524-4fda-ae66-cca2251db96d)

#### - INSTRUCTIONS
Connect a clock source.
Expand Down Expand Up @@ -873,6 +873,7 @@ CV input is added to Fade knob value and the sum will be clamped in the range of

#### Right-click Menu
- Initialize On Start: discards previous module state on VCV restart
- Route & Hold (switcher module only): when using the module in Toggle mode and Router function, the last achieved input is held (instead of going to 0v) to the unrouted output.

**NOTES**
- If Fader knob is set to 1ms it won't do any fade
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.6.7 (2024-03-02)
- switcher: added 'Route & Hold' feature.
- changed ports and knobs design.

### 2.6.6 (2024-02-19)
- added modulator module.
- added modulator7 module.
Expand Down
6 changes: 3 additions & 3 deletions extra/crossCompiler.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
git tag v2.6.6-beta7 -m "create v2.6.6-beta7"
git tag v2.6.7-beta1 -m "create v2.6.7-beta1"
git push origin --tags

delete local tag
git tag -d v2.6.6-beta
git tag -d v2.6.7-beta

delete remote
git push --delete origin v2.6.6-beta
git push --delete origin v2.6.7-beta


### How to build a VCVRack plugin with Github Action
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.6",
"version": "2.6.7",
"license": "GPL-3.0-or-later",
"brand": "Sickozell",
"author": "Sickozell",
Expand Down
94 changes: 59 additions & 35 deletions res/Adder8.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
98 changes: 61 additions & 37 deletions res/Bgates.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a950cac

Please sign in to comment.