obiwanjacobi / vst.net

Virtual Studio Technology (VST) for .NET. Plugins and Host applications.

Home Page:https://obiwanjacobi.github.io/vst.net/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AudioProcessor in Template does not deploy

obiwanjacobi opened this issue · comments

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

<ProjectItem ReplaceParameters="true" TargetFileName="DummyAudioProcessor.cs">DummyAudioProcessor.cs</ProjectItem>

DummyAudioProcessor was renamed to AudioProcessor.

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

Fixed in v2.1.0 (.NET6)