Skip to content

Commit

Permalink
update to v.2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sickozell committed Mar 7, 2023
1 parent 4f7c04f commit af743bc
Show file tree
Hide file tree
Showing 33 changed files with 16,662 additions and 3,561 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/dep
/dist
/plugin.dll
/extra
155 changes: 122 additions & 33 deletions README.md

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
### 2.5.2 (2023-03-07)
added following modules:
- wavetabler
- drumPlayerXtra

**COMMON CHANGES**
- added subfolder navigation on all sample player modules
- changed all time related knobs to exponential scale in all modules

**drumPlayer**
- added swap and copy slot option to slot context menu

**drumPlayer+**
- added text scrolling to sample name displays and a context menu option to disable it
- added swap and copy slot option to slot context menu

**sickoPlayer**
- fixed bug when switching from poly to monophonic out
- added polyphony to EOC/EOR outputs
- added polyphony on master CV input
- fixed some bugs on cursors repositioning
- moved REV button to cursor knobs area. Now it selects next playback direction
- added XFD knob and removed crossfade submenu from context menu
- moved factory presets to module context menu

### 2.5.1 (2023-01-15)
added following modules:
- Drummer4+
Expand Down
4 changes: 2 additions & 2 deletions extra/crossCompiler.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git tag v2.5.1 -m "create v2.5.1"
git tag v2.5.2 -m "create v2.5.2"
git push origin --tags


Expand All @@ -11,4 +11,4 @@ git push origin --tags
5. To create a Github Release that contains the built plugin for all platforms you need to create and push a tag, e.g. like this:
* `git tag v2.0.9 -m "create v2.0.9"`
* `git push origin --tags`
* **Note:** Make sure that your tag version number is the same as the version in the [plugin.json](https://github.com/qno/vcv-plugin-github-actions-example/blob/main/plugin.json#L4) and the tag starts with `v` (it is a convention), otherwise the the publish step will be canceled.
* **Note:** Make sure that your tag version number is the same as the version in the [plugin.json](https://github.com/qno/vcv-plugin-github-actions-example/blob/main/plugin.json#L4) and the tag starts with `v` (it is a convention), otherwise the the publish step will be canceled.
21 changes: 20 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.5.1",
"version": "2.5.2",
"license": "GPL-3.0-or-later",
"brand": "Sickozell",
"author": "Sickozell",
Expand Down Expand Up @@ -125,6 +125,16 @@
"Quad"
]
},
{
"slug": "DrumPlayerXtra",
"name": "Drum Player Xtra",
"description": "Drum Sample Player",
"tags": [
"Sampler",
"Drum",
"Quad"
]
},
{
"slug": "Parking",
"name": "Parking",
Expand Down Expand Up @@ -188,6 +198,15 @@
"Envelope generator",
"Voltage-controlled amplifier"
]
},
{
"slug": "Wavetabler",
"name": "Wavetabler",
"description": "Wavetable Sample Player",
"tags": [
"Sampler",
"Polyphonic"
]
}
]
}
95 changes: 0 additions & 95 deletions presets/SickoPlayer/One Cycle Waveform.vcvm

This file was deleted.

95 changes: 0 additions & 95 deletions presets/SickoPlayer/Triggered Sample w envelope.vcvm

This file was deleted.

34 changes: 18 additions & 16 deletions res/Btoggler.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit af743bc

Please sign in to comment.