Skip to content

Commit

Permalink
update to v2.6.16
Browse files Browse the repository at this point in the history
  • Loading branch information
sickozell committed Oct 17, 2024
1 parent 2edb111 commit ee6b4cd
Show file tree
Hide file tree
Showing 11 changed files with 7,274 additions and 50 deletions.
48 changes: 46 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SickoCV v2.6.15
# SickoCV v2.6.16
VCV Rack plugin modules

![SickoCV modules 2 6 14](https://github.com/sickozell/SickoCV/assets/80784296/8c5fc876-a3a8-4d59-9357-6a5ffff85d7f)
![SickoCV modules 2 6 16](https://github.com/user-attachments/assets/9124dcb4-4ded-4102-ab24-4c131dac600a)

## table of contents
- [Common modules behavior](#common-modules-behavior)
Expand All @@ -19,6 +19,7 @@ VCV Rack plugin modules
- [drumPlayer / drumPlayer+ / drumPlayerXtra](#drumplayer--drumplayer--drumplayerxtra)
- [enver](#enver)
- [holder / holder Compact / holder8](#holder--holder-compact--holder8)
- [keySampler](#keysampler)
- [modulator / modulator7 / modulator7 Compact](#modulator--modulator7--modulator7-compact)
- [multiRouter / multiSwitcher](#multirouter--multiswitcher)
- [parking](#parking)
Expand Down Expand Up @@ -537,6 +538,49 @@ Comparison:
**Noise Generator preset**
This function sets the module to Track & Hold mode, sample on HIGH gate, scale on 100% and offset to 0v, just to output white noise if trig/gate input is not connected or not triggered.

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

## keySampler
### Keyboard controlled sampler

#### - DESCRIPTION
- up to 8 mono/stereo sample player/recorder
- routable samples to 8 separate stereo outputs
- keyboard controlled player with velocity and pitch bend controls
- programmable key zones for each sample with midi learn
- mono/stereo samples and 1-cycle waveforms player
- gate or triggered play mode
- envelope generator with adjustable shape, loop, reverse, pingpong
- anti-aliasing filter, phase-scan feature
- 90s style cyclic time-stretch feature

![keysampler](https://github.com/user-attachments/assets/aeb16f51-e9c9-46d9-9b37-5c4d11eb5f4f)

#### - INSTRUCTIONS

COMING SOON

Some hints:

Every sample is stored in one of the 8 available slots and can be individually routed to one of the 8 outputs.
Multiple slots can be routed to the same output.
Each slot has its individual settings.

PB button enables pitchbending on the desired sample. Pitchbend range can be set in the right-click menu.

The 'Quantize incoming v/Oct' option in the right-click menu avoids incorrect pitches when using variable or less than perfect v/oct signals.

Key zones programming:
Every zone is composed by lower, upper and reference notes. The reference note is the one that is supposed to be the original recorded pitch.
Zones of just one note are allowed, usually for percussions or not pitchable samples.

Press the yellow KEY SELECT button to choose the parameter to modify, then adjust the KEY knob to set the interested note or enter midi learn.

Midi Learn is activated by holding the KEY SELECT button for about 1 second, the yellow led will fade in and out waiting the key to be pressed. Then the yellow led will flash for a while. Midi learn can be aborted by clicking the KEY SELECT button again.




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

## modulator / modulator7 / modulator7 Compact
Expand Down
8 changes: 6 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
### 2.6.15 (2024-08-17)
### 2.6.16 (2024-10-17)
- added 'keySampler' module.
- added 'x48' and '/48' multipliyng options on 'clocker' and 'clocker2' modules

### 2.6.15 (2024-08-07)
- enver: changed envelope shapes order and increased curve resolution.
- polyMuter modules: added 'Shrink channels' and 'Show OUT channels' options in the right-click menu.
- polyMuter8, polyMuter16: added 'exclude -10v channels too' option in addition to channel shrinking.
- sickoSampler / sickoSampler2: fixed some naming bugs when samples are saved.
- sickoSampler / sickoSampler2: fixed a bug that doesn't store 'wav' extension when saving.

### 2.6.14 (2024-06-23)
- added 'slewer' 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.15-beta2 -m "create v2.6.15-beta2"
git tag v2.6.16-beta2 -m "create v2.6.16-beta2"
git push origin --tags

delete local tag
git tag -d v2.6.15-beta
git tag -d v2.6.16-beta

delete remote
git push --delete origin v2.6.15-beta
git push --delete origin v2.6.16-beta


### How to build a VCVRack plugin with Github Action
Expand Down
10 changes: 9 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.15",
"version": "2.6.16",
"license": "GPL-3.0-or-later",
"brand": "Sickozell",
"author": "Sickozell",
Expand Down Expand Up @@ -231,6 +231,14 @@
"Polyphonic"
]
},
{
"slug": "KeySampler",
"name": "keySampler",
"description": "Keyboard controlled sampler",
"tags": [
"Sampler"
]
},
{
"slug": "Modulator",
"name": "modulator",
Expand Down
Loading

0 comments on commit ee6b4cd

Please sign in to comment.