Browse Source

update README

pull/1639/head
bsp2 6 years ago
parent
commit
24baf395d8
4 changed files with 218 additions and 194 deletions
  1. +14
    -6
      README.md
  2. +8
    -1
      vst2_bin/CHANGELOG_VST.txt
  3. +59
    -48
      vst2_bin/README_vst2.txt
  4. +137
    -139
      vst2_bin/log.txt

+ 14
- 6
README.md View File

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

**Windows** version tested in:
- Eureka (my own work-in-progress VST host)
@@ -31,7 +31,7 @@
- FLStudio
- Studio One 4.1.1
- Ableton Live 10.0.6
- Cakewalk by BandLab (2019.03 build 20) ([hotfix](https://github.com/bsp2/releases/raw/master/vsvr/veeseevstrack_0_6_1_win64_bin-05May2019_cakewalk_hotfix-07May2019.7z))
- Cakewalk by BandLab (2019.03 build 20)
- according to users: works in Nuendo

**Linux** version tested in:
@@ -43,8 +43,8 @@
# Downloads

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

## Linux
- [veeseevstrack_0_6_1_lin64_bin-05May2019.tar.gz](http://linux-sound.org/misc/veeseevstrack_0_6_1_lin64_bin-05May2019.tar.gz) (64bit) (Dave's latest build)
@@ -79,6 +79,7 @@ Here are some demo videos of it:
- https://youtu.be/XTpLfcz-6Vo (a complete "one synth challenge" type track with 23 instances)
- https://youtu.be/M0PrZA265Ag (Making a track with VeeSeeVST Rack VST in Ableton (VCV Rack port), by VCV Rack Ideas)
- https://youtu.be/R5npTzoZgzw (quick demo of the Core.ParamProxy module)
- https://youtu.be/AZVJNArv5kM (quick demo of the bsp.BeatFreq module)


# Modules
@@ -96,7 +97,7 @@ The binary distribution contains the following (10) core modules:
- Core.HalfNotes


The following (804) add-on modules are statically linked with the VST plugin:
The following (799) add-on modules are statically linked with the VST plugin:
- 21kHz.D_Inf
- 21kHz.PalmLoop
- Alikins.IdleSwitch
@@ -334,6 +335,11 @@ The following (804) add-on modules are statically linked with the VST plugin:
- Bogaudio.Nsgt
- Bogaudio.Pressor
- Bogaudio.Slew
- BogAudio.AddrSeq
- BogAudio.EightOne
- BogAudio.OneEight
- BogAudio.Walk
- BogAudio.Walk2
- CastleRocktronics.Cubefader
- cf.trSEQ
- cf.LEDSEQ
@@ -893,9 +899,10 @@ The following (804) add-on modules are statically linked with the VST plugin:
- Valley.Interzone


These (34) add-on / plugin modules can be loaded dynamically:
These (35) add-on / plugin modules can be loaded dynamically:
- bsp.AttenuMixer
- bsp.Bias
- bsp.BeatFreq
- bsp.DownSampler
- bsp.Legato
- bsp.Obxd_VCF
@@ -930,6 +937,7 @@ These (34) add-on / plugin modules can be loaded dynamically:
- Template_shared.MyModule



# License
All additional source code added by me is placed under the [MIT](https://en.wikipedia.org/wiki/MIT_License) license.



+ 8
- 1
vst2_bin/CHANGELOG_VST.txt View File

@@ -1,7 +1,14 @@

** May ?th, 2019
** May 7th, 2019
- fix plugin detection in Cakewalk by BandLab (64bit)
- implement horizontal scroll lock (hold shift key)
+ update BogAudio.* 0.6.13 => 0.6.14
+ add module BogAudio.AddrSeq
+ add module BogAudio.EightOne
+ add module BogAudio.OneEight
+ add module BogAudio.Walk
+ add module BogAudio.Walk2
+ add module bsp.BeatFreq


** May 5th, 2019


+ 59
- 48
vst2_bin/README_vst2.txt View File

@@ -1,4 +1,4 @@
VeeSeeVST Rack VST 2.4 Plugin -- May 5th, 2019
VeeSeeVST Rack VST 2.4 Plugin -- May 7th, 2019
==============================================

!!!------------------------------------------------------------------------------
@@ -26,7 +26,7 @@ This is a quick'n'dirty adaption of VCV Rack 0.6.1 for the VST2 format.
- offline rendering uses separate settings (highest quality by default)
+ supports idle-detection
- wake up on MIDI note on or audio input
+ comes with 838 prebuilt modules
+ comes with 844 prebuilt modules

Here's an old demo video of it: https://vimeo.com/277703414
And a newer one: https://youtu.be/XTpLfcz-6Vo
@@ -51,44 +51,20 @@ Linux version tested in:
- according to users: works in Qtractor 0.9.2


The binary distribution contains the following (34) dynamically loaded add-on modules:
- bsp.AttenuMixer
- bsp.Bias
- bsp.DownSampler
- bsp.Legato
- bsp.Obxd_VCF
- bsp.Rescaler
- bsp.RMS
- bsp.Scanner
- bsp.Sway
- bsp.TunedDelayLine
- dBiz.dBizBlank
- dBiz.Contorno
- dBiz.Chord
- dBiz.Bene
- dBiz.Bene2
- dBiz.BenePads
- dBiz.DAOSC
- dBiz.Divider
- dBiz.DualFilter
- dBiz.DVCO
- dBiz.FourSeq
- dBiz.Multiple
- dBiz.PerfMixer
- dBiz.Remix
- dBiz.SmiX
- dBiz.SubMix
- dBiz.SuHa
- dBiz.Transpose
- dBiz.TROSC
- dBiz.Utility
- dBiz.Util2
- dBiz.VCA530
- dBiz.Verbo
- Template_shared.MyModule
The binary distribution contains the following (10) core modules:
- Core.AudioInterface
- Core.AudioInterface
- Core.MIDIToCVInterface
- Core.QuadMIDIToCVInterface
- Core.MIDICCToCVInterface
- Core.MIDITriggerToCVInterface
- Core.Blank
- Core.Notes
- Core.ParamProxy
- Core.HalfNotes


The following (804) add-on modules are statically linked with the VST plugin:
The following (799) add-on modules are statically linked with the VST plugin:
- 21kHz.D_Inf
- 21kHz.PalmLoop
- Alikins.IdleSwitch
@@ -326,6 +302,11 @@ The following (804) add-on modules are statically linked with the VST plugin:
- Bogaudio.Nsgt
- Bogaudio.Pressor
- Bogaudio.Slew
- BogAudio.AddrSeq
- BogAudio.EightOne
- BogAudio.OneEight
- BogAudio.Walk
- BogAudio.Walk2
- CastleRocktronics.Cubefader
- cf.trSEQ
- cf.LEDSEQ
@@ -355,16 +336,6 @@ The following (804) add-on modules are statically linked with the VST plugin:
- com-soundchasing-stochasm.Resonator
- computerscare.ComputerscareDebug
- computerscare.ComputerscarePatchSequencer
- Core.AudioInterface
- Core.AudioInterface
- Core.MIDIToCVInterface
- Core.QuadMIDIToCVInterface
- Core.MIDICCToCVInterface
- Core.MIDITriggerToCVInterface
- Core.Blank
- Core.Notes
- Core.ParamProxy
- Core.HalfNotes
- DHE-Modules.BoosterStage
- DHE-Modules.Cubic
- DHE-Modules.Hostage
@@ -895,6 +866,46 @@ The following (804) add-on modules are statically linked with the VST plugin:
- Valley.Interzone


These (35) add-on / plugin modules can be loaded dynamically:
- bsp.AttenuMixer
- bsp.Bias
- bsp.BeatFreq
- bsp.DownSampler
- bsp.Legato
- bsp.Obxd_VCF
- bsp.Rescaler
- bsp.RMS
- bsp.Scanner
- bsp.Sway
- bsp.TunedDelayLine
- dBiz.dBizBlank
- dBiz.Contorno
- dBiz.Chord
- dBiz.Bene
- dBiz.Bene2
- dBiz.BenePads
- dBiz.DAOSC
- dBiz.Divider
- dBiz.DualFilter
- dBiz.DVCO
- dBiz.FourSeq
- dBiz.Multiple
- dBiz.PerfMixer
- dBiz.Remix
- dBiz.SmiX
- dBiz.SubMix
- dBiz.SuHa
- dBiz.Transpose
- dBiz.TROSC
- dBiz.Utility
- dBiz.Util2
- dBiz.VCA530
- dBiz.Verbo
- Template_shared.MyModule



For more info about VSV rack, see https://github.com/bsp2/VeeSeeVSTRack/

For more info about VCV rack, see https://vcvrack.com/



+ 137
- 139
vst2_bin/log.txt View File

@@ -1,139 +1,137 @@
[0.000 info src/main.cpp:67] VeeSeeVST Rack 0.6.1
[0.000 info src/main.cpp:70] Global directory: f:\git\VeeSeeVSTRack\vst2_bin\/
[0.000 info src/main.cpp:71] Local directory: f:\git\VeeSeeVSTRack\vst2_bin\/
[0.000 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin 21kHz 0.6.1
[0.000 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin AmalgamatedHarmonics 0.6.5
[0.000 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Alikins 0.6.6
[0.000 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin alto777_LFSR 0.6.1
[0.000 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin arjo_modules 0.6.0
[0.000 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin AS 0.6.13
[0.000 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin AudibleInstruments 0.6.3
[0.000 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Autodafe 0.6.1
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin BaconMusic 0.6.1
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Bark 0.6.5
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Befaco 0.6.1
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Bidoo 0.6.28
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Bogaudio 0.6.13
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin CastleRocktronics 0.6.1
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin cf 0.6.8
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin com-soundchasing-stochasm 0.6.1
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin computerscare 0.6.1
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin DHE-Modules 0.6.4
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin DrumKit 0.6.1
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Edge 0.6.3
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin EH_modules 0.6.1
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin ErraticInstruments 0.6.1
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin ESeries 0.6.1
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin FrankBussFormula 0.6.1
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin FrozenWasteland 0.6.1
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Fundamental 0.6.2
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Geodesics 0.6.6
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Gratrix 0.6.1
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin HetrickCV 0.6.1
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin huaba 0.6.1
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin ImpromptuModular 0.6.16
[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
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin LindenbergResearch 0.6.5
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin LOGinstruments 0.6.1
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin mental 0.6.1
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin MicMusic 0.6.3
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin ML_modules 0.6.4
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin moDllz 0.6.6
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin modular80 0.6.4
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin mscHack 0.6.1
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin mtsch-plugins 0.6.1
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin NauModular 0.6.1
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Nohmad 0.6.1
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin noobhour 0.6.2
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Ohmer 0.6.1
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin PG-Instruments 0.6.1
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin PvC 0.6.1
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin QuantalAudio 0.6.4
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Qwelk 0.6.1
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin rcm 0.6.12
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin RJModules 0.6.1
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin SerialRacker 0.6.1
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Skylights 0.6.3
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin SonusModular 0.6.1
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Southpole 0.6.1
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Southpole-parasites 0.6.1
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin squinkylabs-plug1 0.6.14
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin SubmarineFree 0.6.8
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin SynthKit 0.6.1
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Template 0.6.1
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin TheXOR 0.6.1
[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.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.005 info src/plugin.cpp:90] trying to load shared plugin file f:\git\VeeSeeVSTRack\vst2_bin\/plugins/dBiz/plugin.dll.instr
[0.005 info src/plugin.cpp:160] Loaded plugin dBiz 0.6.1 from f:\git\VeeSeeVSTRack\vst2_bin\/plugins/dBiz/plugin.dll.instr
[0.006 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: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.017 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/noun_1084369_cc.svg
[0.017 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/noun_1745061_cc.svg
[0.017 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.021 info src/app/RackWidget.cpp:220] Loading patch from string
[0.022 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/Core/AudioInterface.svg
[0.022 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/ScrewSilver.svg
[0.022 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.023 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/Core/MIDIToCVInterface.svg
[0.024 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Fundamental/res/VCA.svg
[0.024 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/RoundLargeBlackKnob.svg
[0.025 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/AS/res/ADSR.svg
[0.025 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/AS/res/as-hexscrew.svg
[0.025 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/AS/res/as-SlidePot.svg
[0.026 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/AS/res/as-SlidePotHandle.svg
[0.026 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/AS/res/as-PJ301M.svg
[0.028 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/21kHz/res/Panels/D_Inf.svg
[0.028 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/21kHz/res/Components/kHzScrew.svg
[0.028 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/21kHz/res/Components/kHzKnobSmall.svg
[0.028 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/21kHz/res/Components/kHzButton_0.svg
[0.029 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/21kHz/res/Components/kHzButton_1.svg
[0.029 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/21kHz/res/Components/kHzPort.svg
[0.029 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Autodafe/res/Multiple18.svg
[0.030 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/PJ3410.svg
[0.034 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/AudibleInstruments/res/Plaits.svg
[0.034 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/TL1105_0.svg
[0.034 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/TL1105_1.svg
[0.034 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/Rogan3PSWhite.svg
[0.035 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/Rogan1PSWhite.svg
[0.035 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/Trimpot.svg
[0.035 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/knobs/BigKnob.svg
[0.035 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/knobs/AlternateBigLight.svg
[0.035 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/knobs/MiddleKnob.svg
[0.036 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/knobs/AlternateMiddleLight.svg
[0.038 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/panels/Westcoast.svg
[0.041 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/panels/WestcoastLight.svg
[0.056 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/panels/WestcoastAged.svg
[0.079 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/panels/WhitePatina.svg
[0.211 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/panels/AlternatePatina.svg
[0.211 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/elements/ScrewLight.svg
[0.211 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/elements/ScrewDarkC.svg
[0.211 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/ele[279.807 info src/app/RackWidget.cpp:182] Saving patch to string
SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/knobs/ToggleKnob.svg
[0.212 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/knobs/AlternateToggleKnobLight.svg
[0.212 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/knobs/SmallKnob.svg
[0.212 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/knobs/AlternateSmallLight.svg
[0.212 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/elements/IOPortC.svg
[0.212 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/elements/IOPortCLight.svg
[0.212 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/elements/IOPortB.svg
[0.213 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/elements/IOPortBLight.svg
[279.673 info src/app/RackWidget.cpp:182] Saving patch to string
[280.025 info src/app/RackWidget.cpp:182] Saving patch to string
[0.000 info src/main.cpp:67] VeeSeeVST Rack 0.6.1
[0.000 info src/main.cpp:70] Global directory: f:\git\VeeSeeVSTRack\vst2_bin\/
[0.000 info src/main.cpp:71] Local directory: f:\git\VeeSeeVSTRack\vst2_bin\/
[0.000 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin 21kHz 0.6.1
[0.000 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin AmalgamatedHarmonics 0.6.5
[0.000 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Alikins 0.6.6
[0.000 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin alto777_LFSR 0.6.1
[0.000 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin arjo_modules 0.6.0
[0.000 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin AS 0.6.13
[0.000 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin AudibleInstruments 0.6.3
[0.000 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Autodafe 0.6.1
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin BaconMusic 0.6.1
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Bark 0.6.5
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Befaco 0.6.1
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Bidoo 0.6.28
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Bogaudio 0.6.14
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin CastleRocktronics 0.6.1
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin cf 0.6.8
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin com-soundchasing-stochasm 0.6.1
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin computerscare 0.6.1
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin DHE-Modules 0.6.4
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin DrumKit 0.6.1
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Edge 0.6.3
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin EH_modules 0.6.1
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin ErraticInstruments 0.6.1
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin ESeries 0.6.1
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin FrankBussFormula 0.6.1
[0.001 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin FrozenWasteland 0.6.1
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Fundamental 0.6.2
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Geodesics 0.6.6
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Gratrix 0.6.1
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin HetrickCV 0.6.1
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin huaba 0.6.1
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin ImpromptuModular 0.6.16
[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
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin LindenbergResearch 0.6.5
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin LOGinstruments 0.6.1
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin mental 0.6.1
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin MicMusic 0.6.3
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin ML_modules 0.6.4
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin moDllz 0.6.6
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin modular80 0.6.4
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin mscHack 0.6.1
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin mtsch-plugins 0.6.1
[0.002 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin NauModular 0.6.1
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Nohmad 0.6.1
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin noobhour 0.6.2
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Ohmer 0.6.1
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin PG-Instruments 0.6.1
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin PvC 0.6.1
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin QuantalAudio 0.6.4
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Qwelk 0.6.1
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin rcm 0.6.12
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin RJModules 0.6.1
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin SerialRacker 0.6.1
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Skylights 0.6.3
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin SonusModular 0.6.1
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Southpole 0.6.1
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Southpole-parasites 0.6.1
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin squinkylabs-plug1 0.6.14
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin SubmarineFree 0.6.8
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin SynthKit 0.6.1
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Template 0.6.1
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin TheXOR 0.6.1
[0.003 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin trowaSoft 0.6.1
[0.004 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin unless_modules 0.6.1
[0.004 info src/plugin_static.cpp:150] vcvrack: Loaded static plugin Valley 0.6.16
[0.005 info src/plugin.cpp:90] trying to load shared plugin file f:\git\VeeSeeVSTRack\vst2_bin\/plugins/bsp/plugin.dll.instr
[0.005 info src/plugin.cpp:160] Loaded plugin bsp 0.6.4 from f:\git\VeeSeeVSTRack\vst2_bin\/plugins/bsp/plugin.dll.instr
[0.005 info src/plugin.cpp:90] trying to load shared plugin file f:\git\VeeSeeVSTRack\vst2_bin\/plugins/dBiz/plugin.dll.instr
[0.005 info src/plugin.cpp:160] Loaded plugin dBiz 0.6.1 from f:\git\VeeSeeVSTRack\vst2_bin\/plugins/dBiz/plugin.dll.instr
[0.006 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.007 info src/settings.cpp:475] Loading settings f:\git\VeeSeeVSTRack\vst2_bin\/settings.json
[0.019 info src/window.cpp:725] Loaded font f:\git\VeeSeeVSTRack\vst2_bin\/res/fonts/DejaVuSans.ttf
[0.020 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/noun_146097_cc.svg
[0.020 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/noun_31859_cc.svg
[0.020 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/noun_1343816_cc.svg
[0.020 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/noun_1343811_cc.svg
[0.020 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/noun_1084369_cc.svg
[0.020 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/noun_1745061_cc.svg
[0.021 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/noun_1240789_cc.svg
[0.021 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/noun_305536_cc.svg
[0.021 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/noun_468341_cc.svg
[0.021 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/idle_mode_icon_cc.svg
[0.021 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/settings_icon_cc.svg
[0.021 info src/settings.cpp:475] Loading settings f:\git\VeeSeeVSTRack\vst2_bin\/settings.json
[0.024 info src/app/RackWidget.cpp:220] Loading patch from string
[0.025 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/Core/AudioInterface.svg
[0.026 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/ScrewSilver.svg
[0.026 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/PJ301M.svg
[0.026 info src/window.cpp:725] Loaded font f:\git\VeeSeeVSTRack\vst2_bin\/res/fonts/ShareTechMono-Regular.ttf
[0.027 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/Core/MIDIToCVInterface.svg
[0.027 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.038 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/AudibleInstruments/res/Plaits.svg
[0.038 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/TL1105_0.svg
[0.038 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/TL1105_1.svg
[0.038 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/Rogan3PSWhite.svg
[0.038 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/Rogan1PSWhite.svg
[0.038 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/Trimpot.svg
[0.039 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/knobs/BigKnob.svg
[0.039 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/knobs/AlternateBigLight.svg
[0.039 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/knobs/MiddleKnob.svg
[0.039 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/knobs/AlternateMiddleLight.svg
[0.042 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/panels/Westcoast.svg
[0.045 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/panels/WestcoastLight.svg
[0.060 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/panels/WestcoastAged.svg
[0.083 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/panels/WhitePatina.svg
[0.216 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/panels/AlternatePatina.svg
[0.216 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/elements/ScrewLight.svg
[0.216 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/elements/ScrewDarkC.svg
[0.216 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/elements/ScrewDarkLightC.svg
[0.217 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/knobs/ToggleKnob.svg
[0.217 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/knobs/AlternateToggleKnobLight.svg
[0.217 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/knobs/SmallKnob.svg
[0.217 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/knobs/AlternateSmallLight.svg
[0.217 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/elements/IOPortC.svg
[0.217 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/elements/IOPortCLight.svg
[0.218 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/elements/IOPortB.svg
[0.218 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/LindenbergResearch/res/elements/IOPortBLight.svg

Loading…
Cancel
Save