Skip to content

Commit

Permalink
update to v.2.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sickozell committed May 1, 2024
1 parent 56246ca commit f5cd602
Show file tree
Hide file tree
Showing 21 changed files with 6,437 additions and 312 deletions.
29 changes: 26 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SickoCV v2.6.9
# SickoCV v2.6.10
VCV Rack plugin modules

![SickoCV modules 2 6 9](https://github.com/sickozell/SickoCV/assets/80784296/48e2d08f-e71a-43fa-b333-c45519f991f0)
![SickoCV modules 2 6 10](https://github.com/sickozell/SickoCV/assets/80784296/566b4fb8-5d90-4737-9dd5-2d2090aa73a7)

## table of contents
- [Common modules behavior](#common-modules-behavior)
Expand All @@ -23,6 +23,7 @@ VCV Rack plugin modules
- [polyMuter8 / polyMuter8+ / polyMuter16 / polyMuter16+](#polymuter8--polymuter8--polymuter16--polymuter16)
- [shifter](#shifter)
- [sickoAmp](#sickoamp)
- [sickoCrosser / sickoCrosser4](#sickocrosser--sickocrosser4)
- [sickoLooper1 / sickoLooperX / sickoLooper3 / sickoLooper5](#sickolooper1--sickolooperx--sickolooper3--sickolooper5)
- [sickoPlayer](#sickoplayer)
- [sickoQuant / sickoQuant4](#sickoquant--sickoquant4)
Expand Down Expand Up @@ -607,6 +608,28 @@ If both inputs are used with polyphony, channels on the Right output replicate t

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

## sickoCrosser / sickoCrosser4
### stereo or 4 channels multi-input crossfader.
#### - DESCRIPTION
sickoCrosser / sickoCrosser4 can crossfade up to 4 signals by operating a single knob.

![sickocrosser](https://github.com/sickozell/SickoCV/assets/80784296/1193328e-7abf-4286-9ba8-2621c16712e3)

#### - INSTRUCTIONS

INs switch selects the number of input signals to be crossfaded.
The xFD knob together with its CV input voltage sets the crossfade between the inputs.
Colored marks of the xFD knob correspond to equal attenuation of adjacent input signals (50% / 50%).

sickoCrosser can crossfade up to 4 stereo signals. Right inputs are normalled if no cable is plugged in.
Polyphonic cables can be connected on the first stereo input, in this case the crossfading will be applied between the polyphony channels by selecting the number of channels with the PLY knob, then the INs switch and other inputs will be ignored.

On sickoCrosser4 the 'L' (Link) led buttons can link channels in two ways according to the right-click menu 'Link Mode' selection.
- 'xFd + Inputs' will link channels to add inputs to be crossfaded. All the inputs of linked channels are crossfaded except the last channel that can be set via its INs switch. Only the first xFD knob and OUT of the linked channels will work.
- 'xFd only' will link channels only for the xFD knob. In this mode the crossfade is set by the first xFD knob of the linked channels. For example 4 stereo signals can be crossfaded connecting the left signals on the first channel and the right on the second one, leaving the other 2 channels for mono signals or another stereo crossfading. Linking all the channels is allowed.

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

## sickoLooper1 / sickoLooperX / sickoLooper3 / sickoLooper5
### 1/3/5 track loopers with builtin clock generator, click and meter.
#### - DESCRIPTION
Expand Down Expand Up @@ -741,7 +764,7 @@ Be sure to recall relative preset or disable PhaseScan, adjust Cue and Loop STAR
#### - DESCRIPTION
sickoQuant / sickoQuant4 can quantize signals in chromatic/min/Maj or custom scales, continuously or triggered.

![sickoquant](https://github.com/sickozell/SickoCV/assets/80784296/e19fa858-3eaa-45c3-afa5-7cfdac75e5d7)
![sickoquant](https://github.com/sickozell/SickoCV/assets/80784296/eba80507-4a65-4fd5-be07-ef81c95d5bca)

#### - INSTRUCTIONS

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.10 (2024-05-01)
- added 'sickoCrosser' and 'sickoCrosser4' modules.
- sickoSampler2: fixed rack crash when modulating stretching and v/oct at the same time.

### 2.6.9 (2024-04-12)
- added 'sickoQuant' and 'sickoQuant4' modules.
- sickoPlayer / sickoSampler / sickoSampler2: added 'Unlimited Sample Size' option in right-click menu.
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.9-beta8 -m "create v2.6.9-beta8"
git tag v2.6.10-beta7 -m "create v2.6.10-beta7"
git push origin --tags

delete local tag
git tag -d v2.6.9-beta
git tag -d v2.6.10-beta

delete remote
git push --delete origin v2.6.9-beta
git push --delete origin v2.6.10-beta


### How to build a VCVRack plugin with Github Action
Expand Down
19 changes: 18 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.9",
"version": "2.6.10",
"license": "GPL-3.0-or-later",
"brand": "Sickozell",
"author": "Sickozell",
Expand Down Expand Up @@ -294,6 +294,23 @@
"Voltage-controlled amplifier",
"Polyphonic"
]
},
{
"slug": "SickoCrosser",
"name": "sickoCrosser",
"description": "multi stereo input crossfader",
"tags": [
"Mixer",
"Polyphonic"
]
},
{
"slug": "SickoCrosser4",
"name": "sickoCrosser4",
"description": "4 multi input crossfader",
"tags": [
"Mixer"
]
},
{
"slug": "SickoLooper1",
Expand Down
Loading

0 comments on commit f5cd602

Please sign in to comment.