Skip to content

Commit

Permalink
update to v2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sickozell committed Jan 13, 2024
1 parent 80f218e commit a5c73cd
Show file tree
Hide file tree
Showing 9 changed files with 533 additions and 160 deletions.
83 changes: 48 additions & 35 deletions README.md

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 2.6.3 (2024-01-13)
- sickoLooper: fixed a bug with PLAY/STOP ALL button that doesn't stop recording a non-synced track.
Allowed poly cable sources.
Added 'Internal Clock Always ON' option in the right-click menu.
- clocker: added external clock ppqn option in the context menu.
Fixed a bug on bar detection when using external clock.
Changed trig/swing led to color red.

### 2.6.2 (2023-12-26)
- added holder, holder Compact and holder8 modules
- sickoLooper: added visible context menu options even if unselectable
Expand Down
Binary file modified docs/sickoLooper manuale utente [IT].pdf
Binary file not shown.
Binary file modified docs/sickoLooper user manual [EN].pdf
Binary file not shown.
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.2-beta5 -m "create v2.6.2-beta5"
git tag v2.6.3-beta6 -m "create v2.6.3-beta6"
git push origin --tags

delete local tag
git tag -d v2.6.2-beta
git tag -d v2.6.3-beta

delete remote
git push --delete origin v2.6.2-beta
git push --delete origin v2.6.3-beta


### How to build a VCVRack plugin with Github Action
Expand Down
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"slug": "SickoCV",
"name": "SickoCV",
"version": "2.6.2",
"version": "2.6.3",
"license": "GPL-3.0-or-later",
"brand": "Sickozell",
"author": "Sickozell",
Expand Down Expand Up @@ -204,7 +204,7 @@
{
"slug": "Holder8",
"name": "holder8",
"description": "8 Sample & Hold or Track & Hold with with noise generator, probability and range",
"description": "8 Sample & Hold or Track & Hold with noise generator, probability and range",
"tags": [
"Sample and hold",
"Noise",
Expand Down
Loading

0 comments on commit a5c73cd

Please sign in to comment.