Skip to content

Commit

Permalink
update to v2.6.17-beta10
Browse files Browse the repository at this point in the history
  • Loading branch information
sickozell committed Jan 11, 2025
1 parent 197606e commit 244a5e9
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 1,482 deletions.
17 changes: 0 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Please check your subscription on https://library.vcvrack.com/plugins and look f
- keySampler: correct midi learn function that doesn't update at first time the new key

## **changelog**
- added 'randLoops' module
- added 'simpleSeq4' module
- added 'Attenuator' option on adder8 module
- 'sickoLooper' and 'clocker' modules: improved audio click management
Expand Down Expand Up @@ -52,7 +51,6 @@ VCV Rack plugin modules
- [multiRouter / multiSwitcher](#multirouter--multiswitcher)
- [parking](#parking)
- [polyMuter8 / polyMuter8+ / polyMuter16 / polyMuter16+](#polymuter8--polymuter8--polymuter16--polymuter16)
- [randLoops](#randloops)
- [shifter](#shifter)
- [sickoAmp](#sickoamp)
- [sickoCrosser / sickoCrosser4](#sickocrosser--sickocrosser4)
Expand Down Expand Up @@ -706,21 +704,6 @@ By using the plus version of polyMuter the right-click menu of buttons is no lon

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

## randLoops
### looped random voltage sequencer inspired by Turing Machine

![randloops](https://github.com/user-attachments/assets/2a585c43-5cd4-44df-93bc-55e89d954cdf)

#### - INSTRUCTIONS
randLoops replicates functionalities of Turing Machine module by Tom Whitwell, please refer to several instruction/tutorials on the web, for main use.
There are some added features that can be helpful using it with VCV rack.
ADD and DEL buttons or a trigger on their inputs, just like the 'write' switch, will overwrite the first incoming bit forcing it to be on or off.
RND button or a trigger on its input generates a new sequence.
A trigger on RST input clears the sequence.
Either ADD/DEL controls or RND button/trig are buffered by default, it means that changes will have effect only when a clock pulse is detected. These options can be modified in the right-click menu.

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

## shifter
### 64 selectable stages shift register
#### - DESCRIPTION
Expand Down
1 change: 0 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
### 2.6.17 (2025-01-11)
- added 'randLoops' module
- added 'simpleSeq4' module
- added 'Attenuator' option on adder8 module
- 'sickoLooper' and 'clocker' modules: improved audio click management
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.17-beta7 -m "create v2.6.17-beta7"
git tag v2.6.17-beta10 -m "create v2.6.17-beta10"
git push origin --tags

delete local tag
Expand Down
10 changes: 1 addition & 9 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"slug": "SickoCV",
"name": "SickoCV",
"version": "2.6.17-beta9",
"version": "2.6.17-beta10",
"license": "GPL-3.0-or-later",
"brand": "Sickozell",
"author": "Sickozell",
Expand Down Expand Up @@ -322,14 +322,6 @@
"Utility"
]
},
{
"slug": "RandLoops",
"name": "randLoops",
"description": "looped random voltage sequencer inspired by Turing Machine",
"tags": [
"Sequencer"
]
},
{
"slug": "Shifter",
"name": "shifter",
Expand Down
Loading

0 comments on commit 244a5e9

Please sign in to comment.