Initial release
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// Project : VST SDK
|
||||
//
|
||||
// Category : Helpers
|
||||
// Filename :
|
||||
// Created by : Steinberg, 03/2017.
|
||||
// Description : VST 3 AUv3Wrapper
|
||||
//
|
||||
//-----------------------------------------------------------------------------
|
||||
// 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.
|
||||
//-----------------------------------------------------------------------------
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
int main (int argc, const char* argv[])
|
||||
{
|
||||
return NSApplicationMain (argc, argv);
|
||||
}
|
||||
Reference in New Issue
Block a user