| @@ -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-28Aug2018.7z](https://github.com/bsp2/releases/raw/master/vsvr/veeseevstrack_0_6_1_win64_bin-28Aug2018.7z) (64bit) | |||||
| 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) | |||||
| 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 ! | ||||
| @@ -1,3 +1,8 @@ | |||||
| ** August 31th, 2018 | |||||
| - add module bsp.Scanner | |||||
| - update module LindenbergResearch.Westcoast | |||||
| ** August 28th, 2018 | ** August 28th, 2018 | ||||
| - fix rotary knobs (infinite min/max) | - fix rotary knobs (infinite min/max) | ||||
| - fixes e.g. Ohmer.Metriks and ImpromptuModular modules | - fixes e.g. Ohmer.Metriks and ImpromptuModular modules | ||||
| @@ -1,4 +1,4 @@ | |||||
| VeeSeeVST Rack VST 2.4 Plugin -- August 28th, 2018 | |||||
| VeeSeeVST Rack VST 2.4 Plugin -- August 31st, 2018 | |||||
| ================================================== | ================================================== | ||||
| !!!------------------------------------------------------------------------------ | !!!------------------------------------------------------------------------------ | ||||
| @@ -33,8 +33,9 @@ Tested in | |||||
| - according to users: works in Ableton Live | - according to users: works in Ableton Live | ||||
| The binary distribution contains the following (19) dynamically loaded add-on modules: | |||||
| The binary distribution contains the following (20) dynamically loaded add-on modules: | |||||
| - bsp.Obxd_VCF | - bsp.Obxd_VCF | ||||
| - bsp.Scanner | |||||
| - bsp.Sway | - bsp.Sway | ||||
| - dBiz.dBizBlank | - dBiz.dBizBlank | ||||
| - dBiz.Multiple | - dBiz.Multiple | ||||
| @@ -117,6 +117,10 @@ | |||||
| "plugin": "bsp", | "plugin": "bsp", | ||||
| "model": "Obxd_VCF" | "model": "Obxd_VCF" | ||||
| }, | }, | ||||
| { | |||||
| "plugin": "bsp", | |||||
| "model": "Scanner" | |||||
| }, | |||||
| { | { | ||||
| "plugin": "bsp", | "plugin": "bsp", | ||||
| "model": "Sway" | "model": "Sway" | ||||
| @@ -141,6 +145,14 @@ | |||||
| "plugin": "Fundamental", | "plugin": "Fundamental", | ||||
| "model": "Scope" | "model": "Scope" | ||||
| }, | }, | ||||
| { | |||||
| "plugin": "Fundamental", | |||||
| "model": "LFO" | |||||
| }, | |||||
| { | |||||
| "plugin": "Fundamental", | |||||
| "model": "LFO2" | |||||
| }, | |||||
| { | { | ||||
| "plugin": "Fundamental", | "plugin": "Fundamental", | ||||
| "model": "VCO" | "model": "VCO" | ||||
| @@ -198,8 +210,8 @@ | |||||
| "model": "Maude221" | "model": "Maude221" | ||||
| }, | }, | ||||
| { | { | ||||
| "plugin": "RJModules", | |||||
| "model": "Noise" | |||||
| "plugin": "PG-Instruments", | |||||
| "model": "PGPanner" | |||||
| }, | }, | ||||
| { | { | ||||
| "plugin": "Southpole", | "plugin": "Southpole", | ||||