@@ -32,7 +32,7 @@ Tested in | |||||
# Downloads | # Downloads | ||||
The current release can be found in the [vst2_bin/](vst2_bin/) folder. | The current release can be found in the [vst2_bin/](vst2_bin/) folder. | ||||
Here's a snapshot of it: [veeseevstrack_0_6_1_win64_bin-31Aug2018.7z](https://github.com/bsp2/releases/raw/master/vsvr/veeseevstrack_0_6_1_win64_bin-31Aug2018.7z) (64bit) | |||||
Here's a snapshot of it: [veeseevstrack_0_6_1_win64_bin-02Sep2018.7z](https://github.com/bsp2/releases/raw/master/vsvr/veeseevstrack_0_6_1_win64_bin-02Sep2018.7z) (64bit) | |||||
Note: The effect plugin can used be as an instrument, too. You just have to send it MIDI events ! | Note: The effect plugin can used be as an instrument, too. You just have to send it MIDI events ! | ||||
@@ -50,14 +50,17 @@ see [vst2_bin/CHANGELOG_VST.txt](vst2_bin/CHANGELOG_VST.txt) | |||||
# Demo Video | # Demo Video | ||||
Here's a demo video of it: https://vimeo.com/277703414 | |||||
Here are some demo videos of it: https://vimeo.com/277703414 (early version), https://vimeo.com/287875320 (guitar synthesis sound demo). | |||||
# Add-on modules | # Add-on modules | ||||
The binary distribution contains the following (19) dynamically loaded add-on modules: | |||||
The binary distribution contains the following (22) dynamically loaded add-on modules: | |||||
- bsp.AttenuMixer | |||||
- bsp.Obxd_VCF | - bsp.Obxd_VCF | ||||
- bsp.Scanner | |||||
- bsp.Sway | - bsp.Sway | ||||
- bsp.TunedDelayLine | |||||
- dBiz.dBizBlank | - dBiz.dBizBlank | ||||
- dBiz.Multiple | - dBiz.Multiple | ||||
- dBiz.Contorno | - dBiz.Contorno | ||||
@@ -1,3 +1,10 @@ | |||||
** September 2nd, 2018 | |||||
- update module bsp.Scanner | |||||
- add input randomization feature | |||||
- add module bsp.AttenuMixer | |||||
- add module bsp.TunedDelayLine | |||||
** August 31th, 2018 | ** August 31th, 2018 | ||||
- add module bsp.Scanner | - add module bsp.Scanner | ||||
- update module LindenbergResearch.Westcoast | - update module LindenbergResearch.Westcoast | ||||
@@ -1,5 +1,5 @@ | |||||
VeeSeeVST Rack VST 2.4 Plugin -- August 31st, 2018 | |||||
================================================== | |||||
VeeSeeVST Rack VST 2.4 Plugin -- September 2nd, 2018 | |||||
==================================================== | |||||
!!!------------------------------------------------------------------------------ | !!!------------------------------------------------------------------------------ | ||||
!!! ***** THIS IS NOT AN OFFICIAL VCV RACK RELEASE ***** !!! | !!! ***** THIS IS NOT AN OFFICIAL VCV RACK RELEASE ***** !!! | ||||
@@ -33,10 +33,12 @@ Tested in | |||||
- according to users: works in Ableton Live | - according to users: works in Ableton Live | ||||
The binary distribution contains the following (20) dynamically loaded add-on modules: | |||||
The binary distribution contains the following (22) dynamically loaded add-on modules: | |||||
- bsp.AttenuMixer | |||||
- bsp.Obxd_VCF | - bsp.Obxd_VCF | ||||
- bsp.Scanner | - bsp.Scanner | ||||
- bsp.Sway | - bsp.Sway | ||||
- bsp.TunedDelayLine | |||||
- dBiz.dBizBlank | - dBiz.dBizBlank | ||||
- dBiz.Multiple | - dBiz.Multiple | ||||
- dBiz.Contorno | - dBiz.Contorno | ||||
@@ -9,7 +9,7 @@ | |||||
0.0 | 0.0 | ||||
], | ], | ||||
"wireOpacity": 50.0, | "wireOpacity": 50.0, | ||||
"wireTension": 0.97, | |||||
"wireTension": 0.94, | |||||
"zoom": 1.0, | "zoom": 1.0, | ||||
"refreshRate": 30, | "refreshRate": 30, | ||||
"vsync": true, | "vsync": true, | ||||
@@ -113,6 +113,10 @@ | |||||
"plugin": "Bogaudio", | "plugin": "Bogaudio", | ||||
"model": "Bogaudio-XFade" | "model": "Bogaudio-XFade" | ||||
}, | }, | ||||
{ | |||||
"plugin": "bsp", | |||||
"model": "AttenuMixer" | |||||
}, | |||||
{ | { | ||||
"plugin": "bsp", | "plugin": "bsp", | ||||
"model": "Obxd_VCF" | "model": "Obxd_VCF" | ||||
@@ -125,6 +129,10 @@ | |||||
"plugin": "bsp", | "plugin": "bsp", | ||||
"model": "Sway" | "model": "Sway" | ||||
}, | }, | ||||
{ | |||||
"plugin": "bsp", | |||||
"model": "TunedDelayLine" | |||||
}, | |||||
{ | { | ||||
"plugin": "HetrickCV", | "plugin": "HetrickCV", | ||||
"model": "Exponent" | "model": "Exponent" | ||||