obiwanjacobi / vst.net

Virtual Studio Technology (VST) for .NET. Plugins and Host applications.
https://obiwanjacobi.github.io/vst.net/index.html
GNU Lesser General Public License v2.1
420 stars 52 forks source link

AudioProcessor in Template does not deploy #61

Closed obiwanjacobi closed 2 years ago

obiwanjacobi commented 2 years ago

Error: The file DummyAudioProcessor.cs could not be found....

https://github.com/obiwanjacobi/vst.net/blob/f5e7072d5e78c1fb3f0f3d01352b5e48ed624277/Source/Templates/CSharp/VstNetMidiPlugin/MyTemplate.vstemplate#L31

DummyAudioProcessor was renamed to AudioProcessor.

Ideally the templates should be rewritten to dotnet (VS) compatible new formats.

obiwanjacobi commented 2 years ago

Fixed in v2.1.0 (.NET6)