27 lines
1.2 KiB
C++
27 lines
1.2 KiB
C++
//------------------------------------------------------------------------
|
|
// Project : VST SDK
|
|
//
|
|
// Category : Helpers
|
|
// Filename : public.sdk/source/vst/basewrapper/basewrapper.sdk.cpp
|
|
// Created by : Steinberg, 05/2018
|
|
// Description : VST 3 -> XXX Wrapper
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
// This file is part of a Steinberg SDK. It is subject to the license terms
|
|
// in the LICENSE file found in the top-level directory of this distribution
|
|
// and at www.steinberg.net/sdklicenses.
|
|
// No part of the SDK, including this file, may be copied, modified, propagated,
|
|
// or distributed except according to the terms contained in the LICENSE file.
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#include "public.sdk/source/common/memorystream.cpp"
|
|
|
|
#include "public.sdk/source/vst/basewrapper/basewrapper.cpp"
|
|
|
|
#include "public.sdk/source/vst/hosting/connectionproxy.cpp"
|
|
#include "public.sdk/source/vst/hosting/eventlist.cpp"
|
|
#include "public.sdk/source/vst/hosting/hostclasses.cpp"
|
|
#include "public.sdk/source/vst/hosting/parameterchanges.cpp"
|
|
#include "public.sdk/source/vst/hosting/pluginterfacesupport.cpp"
|
|
#include "public.sdk/source/vst/hosting/processdata.cpp"
|