Browse Source

update readme

pull/1639/head
bsp2 6 years ago
parent
commit
0f5576f92e
2 changed files with 222 additions and 75 deletions
  1. +105
    -28
      README.md
  2. +117
    -47
      vst2_bin/log.txt

+ 105
- 28
README.md View File

@@ -14,10 +14,11 @@
- there's a [plugin SDK](#dynamically-loaded-plugins-via-plugin-sdk) (for Microsoft Visual Studio 2017 Community Edition) which can be used to build new plugins without checking out this entire GIT repository
+ supports internal oversampling (up to 16x with configurable quality)
- the number of oversampled I/O channels can be limited to save CPU time
- offline rendering uses separate settings (highest quality by default)
+ supports idle-detection
- wake up on MIDI note on or audio input

Tested in
**Windows** version tested in:
- Eureka (my own work-in-progress VST host)
- Cockos Reaper
- Propellerhead Reason 10
@@ -29,15 +30,29 @@ Tested in
- according to users: works in Nuendo
- according to users: works in Ableton Live

**Linux** version tested in:
- Bitwig Studio 2.4.1
- Renoise 3.1.0
- according to users: works in Qtractor 0.9.2


# 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-12Oct2018.7z](https://github.com/bsp2/releases/raw/master/vsvr/veeseevstrack_0_6_1_win64_bin-12Oct2018.7z) (64bit)
## Windows
- [veeseevstrack_0_6_1_win64_bin-31Oct2018.7z](https://github.com/bsp2/releases/raw/master/vsvr/veeseevstrack_0_6_1_win64_bin-31Oct2018.7z) (64bit)
- [veeseevstrack_0_6_1_win32_bin-31Oct2018.7z](https://github.com/bsp2/releases/raw/master/vsvr/veeseevstrack_0_6_1_win32_bin-31Oct2018.7z) (32bit, experimental)

## Linux
- [veeseevstrack_0_6_1_lin64_bin-31Oct2018.7z](https://github.com/bsp2/releases/raw/master/vsvr/veeseevstrack_0_6_1_lin64_bin-31Oct2018.7z) (64bit/SSE2, beta)

## Notes
- The effect plugin can used be as an instrument, too. You just have to send it MIDI events !

- The idle detection is enabled by default. A side effect of this is that e.g. sequencer modules will not play while the plugin is idle. Please turn off the idle detection in the toolbar menu (set it to "Always Active") in this case. Since some of the UI handling is tied to the engine, certain widgets (typically buttons, e.g. the waveform selector in the Macro Oscillator module) will not work while the plugin is idle. Play some notes (or turn off the idle detection) in this case.

Note: The effect plugin can used be as an instrument, too. You just have to send it MIDI events !
- The binary releases come with 702 precompiled modules.

Note: The idle detection is enabled by default. A side effect of this is that e.g. sequencer modules will not play while the plugin is idle. Please turn off the idle detection in the toolbar menu (set it to "Always Active") in this case. Since some of the UI handling is tied to the engine, certain widgets (typically buttons, e.g. the waveform selector in the Macro Oscillator module) will not work while the plugin is idle. Play some notes (or turn off the idle detection) in this case.
- To make the Linux version work in a [VirtualBox](https://www.virtualbox.org/) VM, the `fbo` and `fbo_shared` options in `settings.json` have to be set to `false`


# Installation
@@ -61,7 +76,7 @@ Here are some demo videos of it:

# Add-on modules

The binary distribution contains the following (25) dynamically loaded add-on modules:
The binary distribution contains the following (32) dynamically loaded add-on modules:
- bsp.AttenuMixer
- bsp.DownSampler
- bsp.Legato
@@ -71,25 +86,32 @@ The binary distribution contains the following (25) dynamically loaded add-on mo
- bsp.Sway
- bsp.TunedDelayLine
- dBiz.dBizBlank
- dBiz.Multiple
- dBiz.Contorno
- dBiz.Chord
- dBiz.Utility
- dBiz.Transpose
- dBiz.Bene
- dBiz.Bene2
- dBiz.BenePads
- dBiz.SubMix
- dBiz.Remix
- 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
- dBiz.DVCO
- dBiz.DAOSC
- Template_shared.MyModule


The following (638) add-on modules are statically linked with the VST plugin:
The following (670) add-on modules are statically linked with the VST plugin:
- 21kHz.D_Inf
- 21kHz.PalmLoop
- Alikins.IdleSwitch
@@ -153,19 +175,22 @@ The following (638) add-on modules are statically linked with the VST plugin:
- AS.VCA
- AS.WaveShaper
- AS.StereoVUmeter
- AudibleInstruments.Blinds
- AudibleInstruments.Braids
- AudibleInstruments.Elements
- AudibleInstruments.Tides
- AudibleInstruments.Branches
- AudibleInstruments.Clouds
- AudibleInstruments.Warps
- AudibleInstruments.Rings
- AudibleInstruments.Links
- AudibleInstruments.Elements
- AudibleInstruments.Frames
- AudibleInstruments.Kinks
- AudibleInstruments.Links
- AudibleInstruments.Marbles
- AudibleInstruments.Plaits
- AudibleInstruments.Rings
- AudibleInstruments.Shades
- AudibleInstruments.Branches
- AudibleInstruments.Blinds
- AudibleInstruments.Stages
- AudibleInstruments.Tides
- AudibleInstruments.Veils
- AudibleInstruments.Frames
- AudibleInstruments.Warps
- Autodafe.Multiple18
- Autodafe.Multiple28
- Autodafe.LFOWidget
@@ -652,25 +677,53 @@ The following (638) add-on modules are statically linked with the VST plugin:
- Southpole-parasites.Annuli
- Southpole-parasites.Splash
- squinkylabs-plug1.Booty
- squinkylabs-plug1.Vocal
- squinkylabs-plug1.VocalFilter
- squinkylabs-plug1.CHB
- squinkylabs-plug1.ColoredNoise
- squinkylabs-plug1.Tremolo
- squinkylabs-plug1.CPU_Hog
- squinkylabs-plug1.DG
- squinkylabs-plug1.EV
- squinkylabs-plug1.EV3
- squinkylabs-plug1.GMR
- squinkylabs-plug1.Gray
- squinkylabs-plug1.LFN
- squinkylabs-plug1.Super
- squinkylabs-plug1.ThreadBoost
- squinkylabs-plug1.Tremolo
- squinkylabs-plug1.Vocal
- squinkylabs-plug1.VocalFilter
- SubmarineFree.AG104
- SubmarineFree.AG106
- SubmarineFree.AO106
- SubmarineFree.AO112
- SubmarineFree.AO118
- SubmarineFree.AO124
- SubmarineFree.AO136
- SubmarineFree.BB120
- SubmarineFree.EO102
- SubmarineFree.FF110
- SubmarineFree.FF120
- SubmarineFree.FF212
- SubmarineFree.LA108
- SubmarineFree.LD103
- SubmarineFree.LD106
- SubmarineFree.NG106
- SubmarineFree.NG112
- SubmarineFree.OG104
- SubmarineFree.OG106
- SubmarineFree.PG104
- SubmarineFree.PG112
- SubmarineFree.PO101
- SubmarineFree.PO102
- SubmarineFree.PO204
- SubmarineFree.SS112
- SubmarineFree.SS208
- SubmarineFree.SS212
- SubmarineFree.SS220
- SubmarineFree.SS221
- SubmarineFree.TD116
- SubmarineFree.TD202
- SubmarineFree.TF101
- SubmarineFree.TM105
- SubmarineFree.WK101
- SubmarineFree.WK205
- SubmarineFree.XF101
@@ -678,6 +731,7 @@ The following (638) add-on modules are statically linked with the VST plugin:
- SubmarineFree.XF104
- SubmarineFree.XF201
- SubmarineFree.XF202
- SubmarineFree.XG104
- SubmarineFree.XG106
- SubmarineFree.BP101
- SubmarineFree.BP102
@@ -734,7 +788,7 @@ The following (638) add-on modules are statically linked with the VST plugin:
All additional source code added by me is placed under the [MIT](https://en.wikipedia.org/wiki/MIT_License) license.


# How to build
# How to build (Windows)

Prerequisites:
- GNU Bash (tested with MSYS1.0 / bash v2.04.0(1))
@@ -745,7 +799,6 @@ Prerequisites:
If you want to build the dependent libraries, you may need additional SDKs.
Precompiled libs can be found in the `dep/lib/msvc/` folder.

NOTE: the VST(s) and the add-on modules can also be built for Linux but the LGLW OS abstraction layer is currently (11Oct2018) a stub (i.e. it won't open a window etc)

```
$ git clone https://github.com/bsp2/VeeSeeVSTRack.git
@@ -787,12 +840,36 @@ $ mv <yourplugin.dll> ../../../../vst2_bin/plugins/<yourpluginname>/plugin.dll
## Dynamically loaded plugins (via plugin SDK)

1. Install the `Microsoft Visual Studio 2017 Community Edition` IDE
2. Download the [VeeSeeVSTRack plugin SDK](https://github.com/bsp2/releases/raw/master/vsvr/VeeSeeVSTRack_SDK-03Sep2018.7z)
2. Download the [VeeSeeVSTRack plugin SDK](https://github.com/bsp2/releases/raw/master/vsvr/VeeSeeVSTRack_SDK-31Oct2018.7z)
3. Open the solution file (`example\Template_shared\vs2017\Template_shared\Template_shared.sln`)
4. Make sure that the `Release` / `x64` configuration is selected
5. Rebuild the solution to create the "plugin.dll" file.


# How to build (Linux)

Prerequisites:
- Standard GNU build environment (bash, make, GCC/G++)
- GTK+ headers+libs
- OpenGL headers+libs
- Steinberg VST2.4 SDK

```
$ git clone https://github.com/bsp2/VeeSeeVSTRack.git
```
```
$ cd VeeSeeVSTRack/
```

EDIT `setenv_linux.sh` and adjust the `VST2_SDK_DIR` as required.

```
$ . setenv_linux.sh
$ alias m="make -j 20 makefile.linux"
$ m all
```


# VCV Rack

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


+ 117
- 47
vst2_bin/log.txt View File

@@ -15,7 +15,7 @@
[0.002 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin CastleRocktronics 0.6.1
[0.002 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin cf 0.6.1
[0.002 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin com-soundchasing-stochasm 0.6.1
[0.003 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin computerscare 0.6.1
[0.002 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin computerscare 0.6.1
[0.003 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin DHE-Modules 0.6.1
[0.003 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin DrumKit 0.6.1
[0.003 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin ErraticInstruments 0.6.1
@@ -27,7 +27,7 @@
[0.003 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin Gratrix 0.6.1
[0.003 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin HetrickCV 0.6.1
[0.003 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin huaba 0.6.1
[0.004 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin ImpromptuModular 0.6.11
[0.003 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin ImpromptuModular 0.6.11
[0.004 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin JE 0.6.1
[0.004 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin JW-Modules 0.6.1
[0.004 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin Koralfx-Modules 0.6.1
@@ -37,7 +37,7 @@
[0.004 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin ML_modules 0.6.1
[0.004 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin moDllz 0.6.1
[0.004 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin modular80 0.6.1
[0.005 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin mscHack 0.6.1
[0.004 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin mscHack 0.6.1
[0.005 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin mtsch-plugins 0.6.1
[0.005 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin NauModular 0.6.1
[0.005 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin Nohmad 0.6.1
@@ -48,7 +48,7 @@
[0.005 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin RJModules 0.6.1
[0.005 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin SerialRacker 0.6.1
[0.005 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin SonusModular 0.6.1
[0.006 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin Southpole 0.6.1
[0.005 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin Southpole 0.6.1
[0.006 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin Southpole-parasites 0.6.1
[0.006 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin squinkylabs-plug1 0.6.9
[0.006 info src/plugin_static.cpp:140] vcvrack: Loaded static plugin SubmarineFree 0.6.8
@@ -61,56 +61,126 @@
[0.007 info src/plugin.cpp:90] trying to load shared plugin file f:\git\VeeSeeVSTRack\vst2_bin\/plugins/bsp/plugin.dll.instr
[0.008 info src/plugin.cpp:160] Loaded plugin bsp 0.6.1 from f:\git\VeeSeeVSTRack\vst2_bin\/plugins/bsp/plugin.dll.instr
[0.008 info src/plugin.cpp:90] trying to load shared plugin file f:\git\VeeSeeVSTRack\vst2_bin\/plugins/dBiz/plugin.dll.instr
[0.008 info src/plugin.cpp:160] Loaded plugin dBiz 0.6.1 from f:\git\VeeSeeVSTRack\vst2_bin\/plugins/dBiz/plugin.dll.instr
[0.009 info src/plugin.cpp:160] Loaded plugin dBiz 0.6.1 from f:\git\VeeSeeVSTRack\vst2_bin\/plugins/dBiz/plugin.dll.instr
[0.009 info src/plugin.cpp:90] trying to load shared plugin file f:\git\VeeSeeVSTRack\vst2_bin\/plugins/Template_shared/plugin.dll.instr
[0.009 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.010 info src/settings.cpp:462] 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.010 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.011 info src/settings.cpp:462] Loading settings f:\git\VeeSeeVSTRack\vst2_bin\/settings.json
[0.020 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.021 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/noun_31859_cc.svg
[0.021 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/noun_1343816_cc.svg
[0.021 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/noun_1343811_cc.svg
[0.021 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/noun_1084369_cc.svg
[0.021 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.022 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/noun_1240789_cc.svg
[0.022 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/noun_305536_cc.svg
[0.022 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/noun_468341_cc.svg
[0.022 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/idle_mode_icon_cc.svg
[0.022 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/icons/settings_icon_cc.svg
[0.022 info src/settings.cpp:462] Loading settings f:\git\VeeSeeVSTRack\vst2_bin\/settings.json
[0.025 info src/app/RackWidget.cpp:216] Loading patch from string
[0.027 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/Core/AudioInterface.svg
[0.027 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/ScrewSilver.svg
[0.027 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/PJ301M.svg
[0.028 info src/window.cpp:725] Loaded font f:\git\VeeSeeVSTRack\vst2_bin\/res/fonts/ShareTechMono-Regular.ttf
[0.029 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/Core/MIDIToCVInterface.svg
[0.031 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/XCO.svg
[0.031 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/knob_68px.svg
[0.032 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/knob_16px.svg
[0.032 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/button_9px_0.svg
[0.032 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/button_9px_1.svg
[0.032 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/knob_38px.svg
[0.032 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/slider_switch_2_14px_0.svg
[0.033 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/slider_switch_2_14px_1.svg
[0.033 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/port.svg
[0.034 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Fundamental/res/VCA.svg
[0.034 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/RoundLargeBlackKnob.svg
[0.035 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/AS/res/ADSR.svg
[0.035 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/AS/res/as-hexscrew.svg
[0.036 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/AS/res/as-SlidePot.svg
[0.036 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/AS/res/as-SlidePotHandle.svg
[0.036 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/AS/res/as-PJ301M.svg
[0.040 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/21kHz/res/Panels/D_Inf.svg
[0.040 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/21kHz/res/Components/kHzScrew.svg
[0.040 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/21kHz/res/Components/kHzKnobSmall.svg
[0.040 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/21kHz/res/Components/kHzButton_0.svg
[0.040 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/21kHz/res/Components/kHzButton_1.svg
[0.041 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/21kHz/res/Components/kHzPort.svg
[0.042 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Autodafe/res/Multiple18.svg
[0.042 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/PJ3410.svg
[6.416 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/AudibleInstruments/res/Stages.svg
[6.416 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/Trimpot.svg
[6.416 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/TL1105_0.svg
[6.417 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/TL1105_1.svg
[6.417 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/LEDSlider.svg
[6.417 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/LEDSliderGreenHandle.svg
[0.030 info src/app/RackWidget.cpp:216] Loading patch from string
[0.031 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/Core/AudioInterface.svg
[0.032 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/ScrewSilver.svg
[0.032 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/PJ301M.svg
[0.032 info src/window.cpp:725] Loaded font f:\git\VeeSeeVSTRack\vst2_bin\/res/fonts/ShareTechMono-Regular.ttf
[0.033 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/Core/MIDIToCVInterface.svg
[0.036 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/XCO.svg
[0.036 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/knob_68px.svg
[0.036 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/knob_16px.svg
[0.036 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/button_9px_0.svg
[0.036 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/button_9px_1.svg
[0.037 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/knob_38px.svg
[0.037 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/slider_switch_2_14px_0.svg
[0.037 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/slider_switch_2_14px_1.svg
[0.037 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Bogaudio/res/port.svg
[0.038 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Fundamental/res/VCA.svg
[0.038 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/RoundLargeBlackKnob.svg
[0.040 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/AS/res/ADSR.svg
[0.040 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/AS/res/as-hexscrew.svg
[0.040 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/AS/res/as-SlidePot.svg
[0.040 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/AS/res/as-SlidePotHandle.svg
[0.041 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/AS/res/as-PJ301M.svg
[0.044 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/21kHz/res/Panels/D_Inf.svg
[0.044 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/21kHz/res/Components/kHzScrew.svg
[0.045 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/21kHz/res/Components/kHzKnobSmall.svg
[0.045 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/21kHz/res/Components/kHzButton_0.svg
[0.045 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/21kHz/res/Components/kHzButton_1.svg
[0.045 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/21kHz/res/Components/kHzPort.svg
[0.046 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Autodafe/res/Multiple18.svg
[0.046 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/PJ3410.svg
[5.288 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/AudibleInstruments/res/Rings.svg
[5.288 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/TL1105_0.svg
[5.288 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/TL1105_1.svg
[5.289 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/Rogan3PSWhite.svg
[5.289 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/Rogan1PSWhite.svg
[5.289 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/Trimpot.svg
[8.429 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/AudibleInstruments/res/Plaits.svg
[12.083 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/AudibleInstruments/res/Stages.svg
[12.083 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/LEDSlider.svg
[12.083 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/LEDSliderGreenHandle.svg
[37.782 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/DexterPanelDark.svg
[37.788 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/DexterPanelLight.svg
[37.789 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\/res/ComponentLibrary/ScrewBlack.svg
[37.789 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo0.svg
[37.789 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo1.svg
[37.790 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo2.svg
[37.790 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo3.svg
[37.790 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo4.svg
[37.791 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo5.svg
[37.791 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo6.svg
[37.791 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo7.svg
[37.792 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo8.svg
[37.792 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo9.svg
[37.792 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo10.svg
[37.792 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo11.svg
[37.793 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo12.svg
[37.793 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo13.svg
[37.793 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo14.svg
[37.793 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo15.svg
[37.794 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo16.svg
[37.794 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo17.svg
[37.794 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo18.svg
[37.795 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo19.svg
[37.795 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo20.svg
[37.795 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo21.svg
[37.795 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo22.svg
[37.796 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo0Dark.svg
[37.796 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo1Dark.svg
[37.796 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo2Dark.svg
[37.797 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo3Dark.svg
[37.797 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo4Dark.svg
[37.797 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo5Dark.svg
[37.798 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo6Dark.svg
[37.799 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo7Dark.svg
[37.799 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo8Dark.svg
[37.799 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo9Dark.svg
[37.799 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo10Dark.svg
[37.800 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo11Dark.svg
[37.800 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo12Dark.svg
[37.800 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo13Dark.svg
[37.801 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo14Dark.svg
[37.801 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo15Dark.svg
[37.801 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo16Dark.svg
[37.802 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo17Dark.svg
[37.802 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo18Dark.svg
[37.803 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo19Dark.svg
[37.803 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo20Dark.svg
[37.803 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo21Dark.svg
[37.803 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/algo22Dark.svg
[37.804 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/Rogan1PSBlueMed.svg
[37.804 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/Rogan1PSBlueMedSmall.svg
[37.804 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/Rogan1PSGreenMed.svg
[37.805 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/Rogan1PSRedMed.svg
[37.805 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/Rogan1PSOrangeMed.svg
[37.805 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/Rogan1PSBlueSmall.svg
[37.805 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/Rogan1PSOrangeSmall.svg
[37.805 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/Rogan1PSGreenSmall.svg
[37.806 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/Rogan1PSRedSmall.svg
[37.806 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/LightLEDButton80.svg
[37.806 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/PJ301MDarkSmallOut.svg
[37.806 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/PJ301MDarkSmall.svg
[37.808 info src/window.cpp:725] Loaded font f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/din1451alt.ttf
[37.809 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/Rogan1PSPurpleMed.svg
[37.809 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/Rogan1PSMustardSmall.svg
[37.809 info src/window.cpp:780] Loaded SVG f:\git\VeeSeeVSTRack\vst2_bin\plugins/Valley/res/Rogan1PSPurpleSmall.svg
[44.640 info src/app/RackWidget.cpp:178] Saving patch to string

Loading…
Cancel
Save