Browse Source

clean up

pull/1639/head
bsp2 6 years ago
parent
commit
544ad6d1c7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -739,7 +739,7 @@ $ mv <yourplugin.dll> ../../../../vst2_bin/plugins/<yourpluginname>/plugin.dll
## Dynamically loaded plugins (via plugin SDK) ## Dynamically loaded plugins (via plugin SDK)


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


Loading…
Cancel
Save