Skip to content

Commit

Permalink
update to 2.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sickozell committed Mar 11, 2024
1 parent 9d6f96d commit 7381020
Show file tree
Hide file tree
Showing 26 changed files with 8,881 additions and 821 deletions.
31 changes: 26 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SickoCV v2.6.7
# SickoCV v2.6.8
VCV Rack plugin modules

![SickoCV modules 2 6 7](https://github.com/sickozell/SickoCV/assets/80784296/ca99e925-119b-4f8a-ac1a-bf1dcdd11b7e)
![SickoCV modules 2 6 8](https://github.com/sickozell/SickoCV/assets/80784296/e29f6164-0446-4899-b6d9-81e22f6923ac)

## table of contents
- [Common modules behavior](#common-modules-behavior)
Expand All @@ -18,8 +18,9 @@ VCV Rack plugin modules
- [drummer / drummer4 / drummer4+](#drummer--drummer4--drummer4)
- [drumPlayer / drumPlayer+ / drumPlayerXtra](#drumplayer--drumplayer--drumplayerxtra)
- [holder / holder Compact / holder8](#holder--holder-compact--holder8)
- [modulator / modulator7](#modulator--modulator7)
- [modulator / modulator7 / modulator7 Compact](#modulator--modulator7--modulator7-compact)
- [parking](#parking)
- [polyMuter8 / polyMuter8+ / polyMuter16 / polyMuter16+](#polymuter8--polymuter8--polymuter16--polymuter16)
- [shifter](#shifter)
- [sickoAmp](#sickoamp)
- [sickoLooper1 / sickoLooperX / sickoLooper3 / sickoLooper5](#sickolooper1--sickolooperx--sickolooper3--sickolooper5)
Expand Down Expand Up @@ -505,13 +506,14 @@ This function sets the module to Track & Hold mode, sample on HIGH gate, scale o

[back to top](#table-of-contents)

## modulator / modulator7
## modulator / modulator7 / modulator7 Compact
### single or 7 triangle/ramp LFOs depending on a main rate managed by a manual knob or synchronized with a clock.

![modulator](https://github.com/sickozell/SickoCV/assets/80784296/a275769b-fddf-43e1-b9a6-874284b50043)
![modulator](https://github.com/sickozell/SickoCV/assets/80784296/706a9a80-0b1e-462a-b3a4-21d8e80066e3)

#### - INSTRUCTIONS
Following instructions refer to modulator7, but can be applied also to modulator module.
The 'modulator7 Compact' module is just a 7 triangle only unipolar LFOs whithout sync and reset features.

Rate Knob range is 0.01/100 Hz and can be modulated by Rate Input and adjusted with its attenuverter.
The Sync button or a trigger on the Sync Switch Input, toggles between manual or synced rate.
Expand Down Expand Up @@ -545,6 +547,25 @@ It can also be used to connect other modules sockets when they need to be wired

[back to top](#table-of-contents)

## polyMuter8 / polyMuter8+ / polyMuter16 / polyMuter16+
### Mutes or soloes the single channels of a poly-cable

![polymuter](https://github.com/sickozell/SickoCV/assets/80784296/dffb9dda-a74c-428e-8bf4-e7880c82b305)

#### - INSTRUCTIONS
polyMuter mutes the single channels of a polyphonic cable connected to IN and outputs the same number of channels to OUT.
To avoid clicks the FADE knob sets the fade length in milliseconds of the mute/unmute operation.
Fade range is from 0 to 10 seconds and the default setting is 10ms.
Please note that when the knob is set to full anti-clockwise the tooltip popup will show 1ms, but it actually means no fade.

polyMuter16 is the standard version of the module, polyMuter8 will output a maximum of 8 channels. The channel display will show the number of channels of the input cable.

The plus version of each module can also 'solo' the channels by right-clicking on mute buttons, so the led button will become green. Multiple solo channels can be selected.
If an already muted channel is soloed the button becomes green and red, with a further right-click it will go back to mute, or if left-clicked the channel will be directly unmuted.
By using the plus version of polyMuter the right-click menu of buttons is no longer available (that's why there are two versions), but the buttons are still midi mappable usually for the mute function only. Please note that the mute function is activated by exactly a +10v gate, and the solo function by a +3.4v/9.9v gate.

[back to top](#table-of-contents)

## shifter
### 64 selectable stages shift register
#### - DESCRIPTION
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 2.6.8 (2024-03-11)
- added 'polyMuter8' and 'polyMuter8+' modules.
- added 'polyMuter16' and 'polyMuter16+' modules.
- added 'modulator7 Compact' module.
- calcs: added output range selection to context menu.

### 2.6.7 (2024-03-02)
- switcher: added 'Route & Hold' feature.
- changed ports and knobs design.
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.7-beta1 -m "create v2.6.7-beta1"
git tag v2.6.8-beta6 -m "create v2.6.8-beta6"
git push origin --tags

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

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


### How to build a VCVRack plugin with Github Action
Expand Down
42 changes: 41 additions & 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.7",
"version": "2.6.8",
"license": "GPL-3.0-or-later",
"brand": "Sickozell",
"author": "Sickozell",
Expand Down Expand Up @@ -229,6 +229,14 @@
"Polyphonic"
]
},
{
"slug": "Modulator7Compact",
"name": "modulator7 Compact",
"description": "7 unipolar triangle LFOs",
"tags": [
"Low-frequency oscillator"
]
},
{
"slug": "Parking",
"name": "parking",
Expand All @@ -237,6 +245,38 @@
"Utility"
]
},
{
"slug": "PolyMuter8",
"name": "polyMuter8",
"description": "Mutes up to 8 single channels of a poly-cable",
"tags": [
"Utility"
]
},
{
"slug": "PolyMuter8Plus",
"name": "polyMuter8+",
"description": "Mutes or Soloes up to 8 single channels of a poly-cable",
"tags": [
"Utility"
]
},
{
"slug": "PolyMuter16",
"name": "polyMuter16",
"description": "Mutes single channels of a poly-cable",
"tags": [
"Utility"
]
},
{
"slug": "PolyMuter16Plus",
"name": "polyMuter16+",
"description": "Mutes or Soloes single channels of a poly-cable",
"tags": [
"Utility"
]
},
{
"slug": "Shifter",
"name": "shifter",
Expand Down
Loading

0 comments on commit 7381020

Please sign in to comment.