Browse Source

update release notes

pull/1639/head
bsp2 6 years ago
parent
commit
9c29308524
5 changed files with 1594 additions and 170 deletions
  1. +1
    -1
      README.md
  2. +5
    -0
      vst2_bin/CHANGELOG_VST.txt
  3. +3
    -2
      vst2_bin/README_vst2.txt
  4. +1571
    -165
      vst2_bin/log.txt
  5. +14
    -2
      vst2_bin/settings.json

+ 1
- 1
README.md View File

@@ -32,7 +32,7 @@ Tested in
# Downloads
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 !



+ 5
- 0
vst2_bin/CHANGELOG_VST.txt View File

@@ -1,3 +1,8 @@
** August 31th, 2018
- add module bsp.Scanner
- update module LindenbergResearch.Westcoast


** August 28th, 2018
- fix rotary knobs (infinite min/max)
- fixes e.g. Ohmer.Metriks and ImpromptuModular modules


+ 3
- 2
vst2_bin/README_vst2.txt View File

@@ -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


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.Scanner
- bsp.Sway
- dBiz.dBizBlank
- dBiz.Multiple


+ 1571
- 165
vst2_bin/log.txt
File diff suppressed because it is too large
View File


+ 14
- 2
vst2_bin/settings.json View File

@@ -117,6 +117,10 @@
"plugin": "bsp",
"model": "Obxd_VCF"
},
{
"plugin": "bsp",
"model": "Scanner"
},
{
"plugin": "bsp",
"model": "Sway"
@@ -141,6 +145,14 @@
"plugin": "Fundamental",
"model": "Scope"
},
{
"plugin": "Fundamental",
"model": "LFO"
},
{
"plugin": "Fundamental",
"model": "LFO2"
},
{
"plugin": "Fundamental",
"model": "VCO"
@@ -198,8 +210,8 @@
"model": "Maude221"
},
{
"plugin": "RJModules",
"model": "Noise"
"plugin": "PG-Instruments",
"model": "PGPanner"
},
{
"plugin": "Southpole",


Loading…
Cancel
Save