Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/vvvv/VL.Audio.VST
Browse files Browse the repository at this point in the history
  • Loading branch information
joreg committed Dec 10, 2024
2 parents 2147015 + c8aadd9 commit 4791118
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
6 changes: 1 addition & 5 deletions src/VST3/Hosting/PlugProvider.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System.Runtime.InteropServices;
using System.Runtime.InteropServices.Marshalling;
using VL.Audio.VST.Internal;

namespace VST3.Hosting;
namespace VST3.Hosting;

internal class PlugProvider : IDisposable
{
Expand Down
1 change: 0 additions & 1 deletion src/VST3/Hosting/PluginFactory.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Collections.Immutable;
using VL.Audio.VST.Internal;

namespace VST3.Hosting;

Expand Down
4 changes: 1 addition & 3 deletions src/VST3/Hosting/VstObject.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using VL.Audio.VST.Internal;

namespace VST3.Hosting;
namespace VST3.Hosting;

internal abstract class VstObject<TComInterface>
{
Expand Down

0 comments on commit 4791118

Please sign in to comment.