Add boilerplate for Vst3ComponentHandlerProxy

This commit is contained in:
Robbert van der Helm
2020-12-19 14:08:41 +01:00
parent 7e3568e333
commit 9bca4796a5
4 changed files with 124 additions and 9 deletions
@@ -17,11 +17,8 @@
#pragma once
#include <bitsery/ext/std_variant.h>
#include <pluginterfaces/vst/ivstcomponent.h>
#include "../common.h"
#include "base.h"
#include "host-application.h"
#include "plugin/audio-processor.h"
#include "plugin/component.h"
#include "plugin/connection-point.h"