Created plugin won't load. A log file is created when trying to load it:
The file or assembly 'SharpSoundDevice, Version=1.5.1.40788, Culture=neutral, PublicKeyToken=null' or one of its dependencies could not be loaded. The specified file was not found.
This was my workflow:
-
Downloaded SharpSoundDevice-1.5.1.0-2018-04-26
-
Create new class library project
-
Add reference to SharpSoundDevice.dll from SharpSoundDevice-1.5.1.0-2018-04-26 version x86.
-
Created Plugin.cs file with content from Demo1a https://github.com/ValdemarOrn/SharpSoundDev
-
Implementet two missing methods (SendEvent and ProcessSample) from IAudioDevice into Plugin.
-
Build solution.
-
Generated Brigde dll through x86 BrigdeGenerator.
-
Testet vst by trying to open it through VSTHost. But VST is empty.
Created plugin won't load. A log file is created when trying to load it:
The file or assembly 'SharpSoundDevice, Version=1.5.1.40788, Culture=neutral, PublicKeyToken=null' or one of its dependencies could not be loaded. The specified file was not found.
This was my workflow:
Downloaded SharpSoundDevice-1.5.1.0-2018-04-26
Create new class library project
Add reference to SharpSoundDevice.dll from SharpSoundDevice-1.5.1.0-2018-04-26 version x86.
Created Plugin.cs file with content from Demo1a https://github.com/ValdemarOrn/SharpSoundDev
Implementet two missing methods (SendEvent and ProcessSample) from IAudioDevice into Plugin.
Build solution.
Generated Brigde dll through x86 BrigdeGenerator.
Testet vst by trying to open it through VSTHost. But VST is empty.