Browse Source

update README

pull/1639/head
bsp2 6 years ago
parent
commit
635c994a6c
4 changed files with 184 additions and 165 deletions
  1. +5
    -4
      README.md
  2. +3
    -0
      todo.txt
  3. +57
    -46
      vst2_bin/log.txt
  4. +119
    -115
      vst2_bin/settings.json

+ 5
- 4
README.md View File

@@ -17,7 +17,7 @@
- offline rendering uses separate settings (highest quality by default)
+ supports idle-detection
- wake up on MIDI note on or audio input
+ comes with 827 prebuilt modules
+ comes with 828 prebuilt modules

**Windows** version tested in:
- Eureka (my own work-in-progress VST host)
@@ -41,8 +41,8 @@
# Downloads

## Windows
- [veeseevstrack_0_6_1_win64_bin-15Mar2019.7z](https://github.com/bsp2/releases/raw/master/vsvr/veeseevstrack_0_6_1_win64_bin-15Mar2019.7z) (64bit)
- [veeseevstrack_0_6_1_win32_bin-15Mar2019.7z](https://github.com/bsp2/releases/raw/master/vsvr/veeseevstrack_0_6_1_win32_bin-15Mar2019.7z) (32bit, experimental)
- [veeseevstrack_0_6_1_win64_bin-20Mar2019.7z](https://github.com/bsp2/releases/raw/master/vsvr/veeseevstrack_0_6_1_win64_bin-20Mar2019.7z) (64bit)
- [veeseevstrack_0_6_1_win32_bin-20Mar2019.7z](https://github.com/bsp2/releases/raw/master/vsvr/veeseevstrack_0_6_1_win32_bin-20Mar2019.7z) (32bit, experimental)

## Linux
- [veeseevstrack_0_6_1_lin64_bin-15Mar2019.tar.gz](http://linux-sound.org/misc/veeseevstrack_0_6_1_lin64_bin-15Mar2019.tar.gz) (64bit) (Dave's latest build)
@@ -117,7 +117,7 @@ The binary distribution contains the following (34) dynamically loaded add-on mo
- Template_shared.MyModule


The following (793) add-on modules are statically linked with the VST plugin:
The following (794) add-on modules are statically linked with the VST plugin:
- 21kHz.D_Inf
- 21kHz.PalmLoop
- Alikins.IdleSwitch
@@ -798,6 +798,7 @@ The following (793) add-on modules are statically linked with the VST plugin:
- Southpole.Wriggle
- Southpole-parasites.Annuli
- Southpole-parasites.Splash
- Southpole-parasites.Smoke
- squinkylabs-plug1.Booty
- squinkylabs-plug1.CHB
- squinkylabs-plug1.ColoredNoise


+ 3
- 0
todo.txt View File

@@ -196,3 +196,6 @@
+ add "idleGraceSec" patch property (MIDI note-on grace period in seconds)
+ add "idleOutputSec" patch property (output silence threshold in seconds)
+ add idle grace/output Toolbar settings (short=150ms, def=300ms, long=700ms)

------------------------------------------------------------------------
+ fix/add Southpole-parasites.Smoke module (Oliverb)

+ 57
- 46
vst2_bin/log.txt View File

@@ -32,7 +32,7 @@
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin HetrickCV 0.6.1
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin huaba 0.6.1
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin ImpromptuModular 0.6.16
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin JE 0.6.1
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin JE 0.6.1
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin JW-Modules 0.6.3
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Koralfx-Modules 0.6.1
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin LabSeven 0.6.2
@@ -68,64 +68,75 @@
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin trowaSoft 0.6.1
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin unless_modules 0.6.1
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Valley 0.6.16
[0.004 info src/plugin.cpp:90] trying to load shared plugin file f:\git\VeeSeeVSTRack\vst2_bin\/plugins/bsp/plugin.dll.fx
[0.004 info src/plugin.cpp:160] Loaded plugin bsp 0.6.1 from f:\git\VeeSeeVSTRack\vst2_bin\/plugins/bsp/plugin.dll.fx
[0.004 info src/plugin.cpp:90] trying to load shared plugin file f:\git\VeeSeeVSTRack\vst2_bin\/plugins/dBiz/plugin.dll.fx
[0.004 info src/plugin.cpp:160] Loaded plugin dBiz 0.6.1 from f:\git\VeeSeeVSTRack\vst2_bin\/plugins/dBiz/plugin.dll.fx
[0.005 info src/plugin.cpp:90] trying to load shared plugin file f:\git\VeeSeeVSTRack\vst2_bin\/plugins/Template_shared/plugin.dll.fx
[0.005 info src/plugin.cpp:160] Loaded plugin Template_shared 0.6.1 from f:\git\VeeSeeVSTRack\vst2_bin\/plugins/Template_shared/plugin.dll.fx
[0.004 info src/plugin.cpp:90] trying to load shared plugin file f:\git\VeeSeeVSTRack\vst2_bin\/plugins/bsp/plugin.dll.instr
[0.004 info src/plugin.cpp:160] Loaded plugin bsp 0.6.1 from f:\git\VeeSeeVSTRack\vst2_bin\/plugins/bsp/plugin.dll.instr
[0.004 info src/plugin.cpp:90] trying to load shared plugin file f:\git\VeeSeeVSTRack\vst2_bin\/plugins/dBiz/plugin.dll.instr
[0.004 info src/plugin.cpp:160] Loaded plugin dBiz 0.6.1 from f:\git\VeeSeeVSTRack\vst2_bin\/plugins/dBiz/plugin.dll.instr
[0.005 info src/plugin.cpp:90] trying to load shared plugin file f:\git\VeeSeeVSTRack\vst2_bin\/plugins/Template_shared/plugin.dll.instr
[0.006 info src/plugin.cpp:160] Loaded plugin Template_shared 0.6.1 from f:\git\VeeSeeVSTRack\vst2_bin\/plugins/Template_shared/plugin.dll.instr
[0.006 info src/settings.cpp:475] Loading settings f:\git\VeeSeeVSTRack\vst2_bin\/settings.json
[0.016 info src/window.cpp:725] Loaded font f:\git\VeeSeeVSTRack\vst2_bin\/res/fonts/DejaVuSans.ttf
[0.017 info src/window.cpp:725] Loaded font f:\git\VeeSeeVSTRack\vst2_bin\/res/fonts/DejaVuSans.ttf
[0.017 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/noun_146097_cc.svg
[0.017 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/noun_31859_cc.svg
[0.017 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/noun_1343816_cc.svg
[0.017 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/noun_1343811_cc.svg
[0.018 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/noun_1343811_cc.svg
[0.018 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/noun_1084369_cc.svg
[0.018 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/noun_1745061_cc.svg
[0.018 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/noun_1240789_cc.svg
[0.018 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/noun_305536_cc.svg
[0.018 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/noun_468341_cc.svg
[0.018 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/idle_mode_icon_cc.svg
[0.018 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/settings_icon_cc.svg
[0.018 info src/settings.cpp:475] Loading settings f:\git\VeeSeeVSTRack\vst2_bin\/settings.json
[0.019 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/settings_icon_cc.svg
[0.019 info src/settings.cpp:475] Loading settings f:\git\VeeSeeVSTRack\vst2_bin\/settings.json
[0.021 info src/app/RackWidget.cpp:220] Loading patch from string
[0.023 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/Core/AudioInterface.svg
[0.023 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/ScrewSilver.svg
[0.023 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/PJ301M.svg
[0.023 info src/window.cpp:725] Loaded font f:\git\VeeSeeVSTRack\vst2_bin\/res/fonts/ShareTechMono-Regular.ttf
[0.024 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/Core/MIDIToCVInterface.svg
[0.025 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Alikins/res/SpecificValue.svg
[0.025 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/Trimpot.svg
[0.025 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Alikins/res/PurpleTrimpot.svg
[0.025 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/Trimpot.svg
[0.026 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Fundamental/res/VCA-1.svg
[0.027 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/CKSS_0.svg
[0.027 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/CKSS_1.svg
[0.029 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/Pressor.svg
[0.030 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/knob_38px.svg
[0.030 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/knob_26px.svg
[0.030 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/slider_switch_2_14px_0.svg
[0.030 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/slider_switch_2_14px_1.svg
[0.030 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/port.svg
[0.032 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Southpole/res/Abr.svg
[0.032 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Southpole/res/sp-Port20.svg
[0.032 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Southpole/res/sp-switchv_0.svg
[0.032 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Southpole/res/sp-switchv_1.svg
[0.033 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Southpole/res/DeuxEtageres.svg
[0.034 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Southpole/res/sp-knobBlack.svg
[0.034 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Southpole/res/sp-trimpotBlack.svg
[4.239 info src/app/RackWidget.cpp:182] Saving patch to string
[4.291 info src/app/RackWidget.cpp:182] Saving patch to string
[6.984 info src/app/RackWidget.cpp:182] Saving patch to string
[7.317 info src/app/RackWidget.cpp:182] Saving patch to string
[4.342 info src/app/RackWidget.cpp:182] Saving patch to string
[4.566 info src/app/RackWidget.cpp:182] Saving patch to string
fo src/app/RackWidget.cpp:182] Saving patch to string
[5.861 info src/app/RackWidget.cpp:182] Saving patch to string
[7.526 info src/app/RackWidget.cpp:182] Saving patch to string
[5.746 info src/app/RackWidget.cpp:182] Saving patch to string
[6.323 info src/app/RackWidget.cpp:182] Saving patch to string
[6.560 info src/app/RackWidget.cpp:182] Saving patch to string
[5.192 info src/app/RackWidget.cpp:182] Saving patch to string
[6.918 inf[5.516 info src/app/RackWidget.cpp:182] Saving patch to string
[6.092 info src/app/RackWidget.cpp:182] Saving patch to string
[0.026 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/XCO.svg
[0.026 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/knob_68px.svg
[0.026 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/knob_16px.svg
[0.026 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/button_9px_0.svg
[0.026 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/button_9px_1.svg
[0.027 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/knob_38px.svg
[0.027 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/slider_switch_2_14px_0.svg
[0.027 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/slider_switch_2_14px_1.svg
[0.027 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/port.svg
[0.028 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Fundamental/res/VCA.svg
[0.028 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/RoundLargeBlackKnob.svg
[0.028 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/AS/res/ADSR.svg
[0.029 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/AS/res/as-hexscrew.svg
[0.029 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/AS/res/as-SlidePot.svg
[0.029 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/AS/res/as-SlidePotHandle.svg
[0.029 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/AS/res/as-PJ301M.svg
[0.032 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/21kHz/res/Panels/D_Inf.svg
[0.032 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/21kHz/res/Components/kHzScrew.svg
[0.032 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/21kHz/res/Components/kHzKnobSmall.svg
[0.032 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/21kHz/res/Components/kHzButton_0.svg
[0.032 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/21kHz/res/Components/kHzButton_1.svg
[0.032 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/21kHz/res/Components/kHzPort.svg
[0.033 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Autodafe/res/Multiple18.svg
[0.033 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/PJ3410.svg
[0.036 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Southpole-parasites/res/Smoke-parasite.svg
[0.039 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Southpole-parasites/res/Espectro-parasite.svg
[0.042 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Southpole-parasites/res/Ritardo-parasite.svg
[0.044 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Southpole-parasites/res/Camilla-parasite.svg
[0.047 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Southpole-parasites/res/Oliverb.svg
[0.049 info src[24.819 info src/app/RackWidget.cpp:182] Saving patch to string
/Southpole-parasites/res/Resonestor.svg
[0.049 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Southpole-parasites/res/sp-Port20.svg
[0.049 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/LEDButton.svg
[0.050 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Southpole-parasites/res/sp-knobBlack.svg
[0.051 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Southpole/res/Smoke.svg
[0.053 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Southpole/res/Espectro.svg
[0.054 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Southpole/res/Ritardo.svg
[0.055 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Southpole/res/Camilla.svg
[0.055 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Southpole/res/sp-Port20.svg
[0.056 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Southpole/res/sp-knobBlack.svg
[0.056 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Southpole/res/Abr.svg
[0.057 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Southpole/res/sp-switchv_0.svg
[0.057 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Southpole/res/sp-switchv_1.svg
[23.778 info src/app/RackWidget.cpp:182] Saving patch to string
[24.740 info src/app/RackWidget.cpp:182] Saving patch to string
[24.397 info src/app/RackWidget.cpp:182] Saving patch to string

+ 119
- 115
vst2_bin/settings.json View File

@@ -18,7 +18,7 @@
"touchInput": false,
"touchKbd": false,
"oversampleFactor": 1.0,
"oversampleQuality": 7,
"oversampleQuality": 0,
"oversampleOfflineFactor": 16.0,
"oversampleOfflineQuality": 10,
"oversampleOffline": false,
@@ -29,41 +29,89 @@
"allowCursorLock": true,
"sampleRate": 44100.0,
"fixDenorm": false,
"lastPath": "F:\\eureka_data\\vst_patches\\bsp_VeeSeeVST Rack 0.6.1 I_1983212406\\MELODYZ MY MOD RACK.vcv",
"lastPath": "init.vcv",
"moduleBrowser": {
"favorites": [
{
"plugin": "Alikins",
"model": "SpecificValue"
},
{
"plugin": "AS",
"model": "ADSR"
"model": "TriLFO"
},
{
"plugin": "21kHz",
"model": "kHzD_Inf"
},
{
"plugin": "Alikins",
"model": "SpecificValue"
},
{
"plugin": "Core",
"model": "Notes"
},
{
"plugin": "Bogaudio",
"model": "Bogaudio-SampleHold"
"plugin": "AS",
"model": "ADSR"
},
{
"plugin": "Bogaudio",
"model": "Bogaudio-Switch"
"plugin": "AS",
"model": "AtNuVrTr"
},
{
"plugin": "Autodafe",
"model": "Multiple 1x8"
},
{
"plugin": "AudibleInstruments",
"model": "Elements"
},
{
"plugin": "AudibleInstruments",
"model": "Tides"
},
{
"plugin": "AudibleInstruments",
"model": "Rings"
},
{
"plugin": "AudibleInstruments",
"model": "Stages"
},
{
"plugin": "AudibleInstruments",
"model": "Braids"
},
{
"plugin": "AudibleInstruments",
"model": "Plaits"
},
{
"plugin": "AudibleInstruments",
"model": "Clouds"
},
{
"plugin": "Bogaudio",
"model": "Bogaudio-Mult"
"model": "Bogaudio-XCO"
},
{
"plugin": "Befaco",
"model": "SlewLimiter"
},
{
"plugin": "Befaco",
"model": "Mixer"
},
{
"plugin": "Bidoo",
"model": "REI"
},
{
"plugin": "Bidoo",
"model": "rabBIT"
},
{
"plugin": "Bidoo",
"model": "BISTROT"
},
{
"plugin": "Bidoo",
"model": "lIMbO"
@@ -74,35 +122,31 @@
},
{
"plugin": "Bogaudio",
"model": "Bogaudio-XCO"
},
{
"plugin": "Bidoo",
"model": "BISTROT"
"model": "Bogaudio-Additator"
},
{
"plugin": "Bogaudio",
"model": "Bogaudio-XFade"
"model": "Bogaudio-Mult"
},
{
"plugin": "Bogaudio",
"model": "Bogaudio-Additator"
"model": "Bogaudio-Switch"
},
{
"plugin": "Bogaudio",
"model": "Bogaudio-Noise"
},
{
"plugin": "Bidoo",
"model": "REI"
"plugin": "Bogaudio",
"model": "Bogaudio-XFade"
},
{
"plugin": "Bogaudio",
"model": "Bogaudio-VCAmp"
},
{
"plugin": "DHE-Modules",
"model": "Cubic"
"plugin": "Bogaudio",
"model": "Bogaudio-SampleHold"
},
{
"plugin": "Fundamental",
@@ -110,31 +154,23 @@
},
{
"plugin": "Fundamental",
"model": "VCA-1"
"model": "VCF"
},
{
"plugin": "Fundamental",
"model": "VCMixer"
"model": "VCA-1"
},
{
"plugin": "Fundamental",
"model": "VCO2"
},
{
"plugin": "Fundamental",
"model": "Scope"
},
{
"plugin": "Fundamental",
"model": "VCA"
"plugin": "ErraticInstruments",
"model": "MPEToCV"
},
{
"plugin": "Fundamental",
"model": "Delay"
},
{
"plugin": "ErraticInstruments",
"model": "MPEToCV"
"model": "LFO"
},
{
"plugin": "FrankBussFormula",
@@ -142,7 +178,7 @@
},
{
"plugin": "Fundamental",
"model": "LFO"
"model": "VCA"
},
{
"plugin": "Fundamental",
@@ -150,11 +186,19 @@
},
{
"plugin": "Fundamental",
"model": "VCF"
"model": "Delay"
},
{
"plugin": "HetrickCV",
"model": "Exponent"
"plugin": "Fundamental",
"model": "VCMixer"
},
{
"plugin": "DHE-Modules",
"model": "Cubic"
},
{
"plugin": "Fundamental",
"model": "Scope"
},
{
"plugin": "huaba",
@@ -165,12 +209,12 @@
"model": "RingModulator"
},
{
"plugin": "LindenbergResearch",
"model": "VCF"
"plugin": "HetrickCV",
"model": "Exponent"
},
{
"plugin": "LindenbergResearch",
"model": "Westcoast VCS"
"model": "DIODE VCF"
},
{
"plugin": "LindenbergResearch",
@@ -178,75 +222,31 @@
},
{
"plugin": "LindenbergResearch",
"model": "VCO"
"model": "VCF"
},
{
"plugin": "LindenbergResearch",
"model": "DIODE VCF"
"model": "Westcoast VCS"
},
{
"plugin": "ML_modules",
"model": "VoltMeter"
"plugin": "LindenbergResearch",
"model": "VCO"
},
{
"plugin": "mscHack",
"model": "Maude221"
},
{
"plugin": "AudibleInstruments",
"model": "Plaits"
},
{
"plugin": "Befaco",
"model": "Mixer"
},
{
"plugin": "Autodafe",
"model": "Multiple 1x8"
},
{
"plugin": "AudibleInstruments",
"model": "Stages"
},
{
"plugin": "Befaco",
"model": "SlewLimiter"
},
{
"plugin": "AS",
"model": "TriLFO"
},
{
"plugin": "AudibleInstruments",
"model": "Tides"
},
{
"plugin": "AudibleInstruments",
"model": "Rings"
},
{
"plugin": "AudibleInstruments",
"model": "Braids"
},
{
"plugin": "AS",
"model": "AtNuVrTr"
},
{
"plugin": "AudibleInstruments",
"model": "Elements"
},
{
"plugin": "AudibleInstruments",
"model": "Clouds"
"plugin": "ML_modules",
"model": "VoltMeter"
},
{
"plugin": "PG-Instruments",
"model": "PGVCF"
"model": "PGPanner"
},
{
"plugin": "PG-Instruments",
"model": "PGPanner"
"model": "PGVCF"
},
{
"plugin": "RJModules",
@@ -257,40 +257,36 @@
"model": "Abr"
},
{
"plugin": "Valley",
"model": "Amalgam"
},
{
"plugin": "Valley",
"model": "Dexter"
"plugin": "Southpole-parasites",
"model": "Smoke"
},
{
"plugin": "Valley",
"model": "Plateau"
"plugin": "bsp",
"model": "DownSampler"
},
{
"plugin": "bsp",
"model": "AttenuMixer"
"model": "Rescaler"
},
{
"plugin": "bsp",
"model": "Legato"
},
{
"plugin": "bsp",
"model": "Scanner"
"plugin": "Template_shared",
"model": "MyModule"
},
{
"plugin": "bsp",
"model": "DownSampler"
"plugin": "Valley",
"model": "Dexter"
},
{
"plugin": "Template_shared",
"model": "MyModule"
"plugin": "bsp",
"model": "Obxd_VCF"
},
{
"plugin": "bsp",
"model": "Obxd_VCF"
"model": "RMS"
},
{
"plugin": "bsp",
@@ -298,18 +294,26 @@
},
{
"plugin": "bsp",
"model": "RMS"
"model": "TunedDelayLine"
},
{
"plugin": "bsp",
"model": "TunedDelayLine"
"model": "AttenuMixer"
},
{
"plugin": "Valley",
"model": "Plateau"
},
{
"plugin": "Valley",
"model": "Amalgam"
},
{
"plugin": "bsp",
"model": "Rescaler"
"model": "Scanner"
}
]
},
"powerMeter": false,
"checkVersion": true
}
}

Loading…
Cancel
Save