Initial release
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 355 KiB |
+30
@@ -0,0 +1,30 @@
|
||||
set OutDir=%1
|
||||
|
||||
if not exist %OutDir%\..\..\Contents mkdir %OutDir%\..\..\Contents
|
||||
if errorlevel 1 goto err
|
||||
if not exist %OutDir%\..\..\Contents\Resources mkdir %OutDir%\..\..\Contents\Resources
|
||||
if errorlevel 1 goto err
|
||||
|
||||
echo Copy "aaxwrapperPages.xml"
|
||||
copy /Y ..\resource\aaxwrapperPages.xml %OutDir%\..\..\Contents\Resources\ > NUL
|
||||
if errorlevel 1 goto err
|
||||
|
||||
attrib -r %OutDir%\..\..
|
||||
|
||||
if exist %OutDir%\..\..\PlugIn.ico goto PlugIn_ico_exists
|
||||
copy /Y ..\resource\PlugIn.ico %OutDir%\..\..\ > NUL
|
||||
if errorlevel 1 goto err
|
||||
attrib +h +r +s %OutDir%\..\..\PlugIn.ico
|
||||
if errorlevel 1 goto err
|
||||
:PlugIn_ico_exists
|
||||
|
||||
if exist %OutDir%\..\..\desktop.ini goto desktop_ini_exists
|
||||
copy /Y ..\resource\desktop.ini %OutDir%\..\..\ > NUL
|
||||
if errorlevel 1 goto err
|
||||
attrib +h +r +s %OutDir%\..\..\desktop.ini
|
||||
if errorlevel 1 goto err
|
||||
:desktop_ini_exists
|
||||
|
||||
attrib +r %OutDir%\..\..
|
||||
|
||||
:err
|
||||
+102
@@ -0,0 +1,102 @@
|
||||
// Microsoft Visual C++ generated resource script.
|
||||
//
|
||||
|
||||
#define APSTUDIO_READONLY_SYMBOLS
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Generated from the TEXTINCLUDE 2 resource.
|
||||
//
|
||||
#include "afxres.h"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#undef APSTUDIO_READONLY_SYMBOLS
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// English (U.S.) resources
|
||||
|
||||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
||||
#ifdef _WIN32
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
#pragma code_page(1252)
|
||||
#endif //_WIN32
|
||||
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// TEXTINCLUDE
|
||||
//
|
||||
|
||||
1 TEXTINCLUDE
|
||||
BEGIN
|
||||
"DemoMIDIResource.h\0"
|
||||
END
|
||||
|
||||
2 TEXTINCLUDE
|
||||
BEGIN
|
||||
"#include ""afxres.h""\r\n"
|
||||
"\0"
|
||||
END
|
||||
|
||||
3 TEXTINCLUDE
|
||||
BEGIN
|
||||
"\r\n"
|
||||
"\0"
|
||||
END
|
||||
|
||||
#endif // APSTUDIO_INVOKED
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Version
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,0,0,1
|
||||
PRODUCTVERSION 7,0,0,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
#else
|
||||
FILEFLAGS 0x0L
|
||||
#endif
|
||||
FILEOS 0x40004L
|
||||
FILETYPE 0x2L
|
||||
FILESUBTYPE 0x0L
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "040904b0"
|
||||
BEGIN
|
||||
VALUE "FileDescription", "AAXWrapper Plug-In"
|
||||
VALUE "FileVersion", "1.0.0.0"
|
||||
VALUE "InternalName", "AAXWrapper.aaxplugin"
|
||||
VALUE "LegalCopyright", "(c) Steinberg Media Technologies 2020"
|
||||
VALUE "OriginalFilename", "AAXWrapper.aaxplugin"
|
||||
VALUE "ProductName", "AAX Wrapper"
|
||||
VALUE "ProductVersion", "0.1"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
BEGIN
|
||||
VALUE "Translation", 0x409, 1200
|
||||
END
|
||||
END
|
||||
|
||||
|
||||
#endif // English (U.S.) resources
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
|
||||
#ifndef APSTUDIO_INVOKED
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Generated from the TEXTINCLUDE 3 resource.
|
||||
//
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#endif // not APSTUDIO_INVOKED
|
||||
|
||||
+135
@@ -0,0 +1,135 @@
|
||||
<?xml version='1.0' encoding='US-ASCII' standalone='yes'?>
|
||||
<PageTables vers='6.4.0.89'>
|
||||
<PageTableLayouts>
|
||||
<Plugin manID='AVID' prodID='DmGn' plugID='DGDR'>
|
||||
<Desc>DemoGain 1 -> 1 by Avid Inc.</Desc>
|
||||
<Layout>PageTable 1</Layout>
|
||||
</Plugin><!--manID='AVID' prodID='DmGn' plugID='DGDR'-->
|
||||
<PTLayout name='PageTable 1'>
|
||||
<PageTable type='PgTL' pgsz='1'>
|
||||
<Page num='1'>
|
||||
<ID>MasterBypass</ID>
|
||||
</Page><!--num='1'-->
|
||||
<Page num='2'>
|
||||
<ID>Gain</ID>
|
||||
</Page><!--num='2'-->
|
||||
</PageTable><!--type='PgTL' pgsz='1'-->
|
||||
<PageTable type='MkTL' pgsz='8'>
|
||||
<Page num='1'>
|
||||
<ID></ID>
|
||||
<ID>Gain</ID>
|
||||
<ID>MasterBypass</ID>
|
||||
</Page><!--num='1'-->
|
||||
<FirstPg cat='0'>1</FirstPg>
|
||||
<FirstPg cat='1'>1</FirstPg>
|
||||
<FirstPg cat='2'>1</FirstPg>
|
||||
<FirstPg cat='4'>1</FirstPg>
|
||||
<FirstPg cat='8'>1</FirstPg>
|
||||
<FirstPg cat='16'>1</FirstPg>
|
||||
<FirstPg cat='32'>1</FirstPg>
|
||||
<FirstPg cat='64'>1</FirstPg>
|
||||
<FirstPg cat='128'>1</FirstPg>
|
||||
<FirstPg cat='256'>1</FirstPg>
|
||||
<FirstPg cat='512'>1</FirstPg>
|
||||
<FirstPg cat='1024'>1</FirstPg>
|
||||
<FirstPg cat='2048'>1</FirstPg>
|
||||
</PageTable><!--type='MkTL' pgsz='8'-->
|
||||
<PageTable type='PcTL' pgsz='16'>
|
||||
<Page num='1'>
|
||||
<ID>MasterBypass</ID>
|
||||
<ID>Gain </ID>
|
||||
</Page><!--num='1'-->
|
||||
<FirstPg cat='0'>1</FirstPg>
|
||||
<FirstPg cat='1'>1</FirstPg>
|
||||
<FirstPg cat='2'>1</FirstPg>
|
||||
<FirstPg cat='4'>1</FirstPg>
|
||||
<FirstPg cat='8'>1</FirstPg>
|
||||
<FirstPg cat='16'>1</FirstPg>
|
||||
<FirstPg cat='32'>1</FirstPg>
|
||||
<FirstPg cat='64'>1</FirstPg>
|
||||
<FirstPg cat='128'>1</FirstPg>
|
||||
<FirstPg cat='256'>1</FirstPg>
|
||||
<FirstPg cat='512'>1</FirstPg>
|
||||
<FirstPg cat='1024'>1</FirstPg>
|
||||
<FirstPg cat='2048'>1</FirstPg>
|
||||
</PageTable><!--type='PcTL' pgsz='16'-->
|
||||
<PageTable type='FrTL' pgsz='24'>
|
||||
<Page num='1'>
|
||||
<ID>MasterBypass</ID>
|
||||
<ID>Gain</ID>
|
||||
</Page><!--num='1'-->
|
||||
<FirstPg cat='0'>1</FirstPg>
|
||||
<FirstPg cat='1'>1</FirstPg>
|
||||
<FirstPg cat='2'>1</FirstPg>
|
||||
<FirstPg cat='4'>1</FirstPg>
|
||||
<FirstPg cat='8'>1</FirstPg>
|
||||
<FirstPg cat='16'>1</FirstPg>
|
||||
<FirstPg cat='32'>1</FirstPg>
|
||||
<FirstPg cat='64'>1</FirstPg>
|
||||
<FirstPg cat='128'>1</FirstPg>
|
||||
<FirstPg cat='256'>1</FirstPg>
|
||||
<FirstPg cat='512'>1</FirstPg>
|
||||
<FirstPg cat='1024'>1</FirstPg>
|
||||
<FirstPg cat='2048'>1</FirstPg>
|
||||
</PageTable><!--type='FrTL' pgsz='24'-->
|
||||
<PageTable type='HgTL' pgsz='8'>
|
||||
<Page num='1'>
|
||||
<ID></ID>
|
||||
<ID>Gain</ID>
|
||||
<ID>MasterBypass</ID>
|
||||
</Page><!--num='1'-->
|
||||
<FirstPg cat='0'>1</FirstPg>
|
||||
<FirstPg cat='1'>1</FirstPg>
|
||||
<FirstPg cat='2'>1</FirstPg>
|
||||
<FirstPg cat='4'>1</FirstPg>
|
||||
<FirstPg cat='8'>1</FirstPg>
|
||||
<FirstPg cat='16'>1</FirstPg>
|
||||
<FirstPg cat='32'>1</FirstPg>
|
||||
<FirstPg cat='64'>1</FirstPg>
|
||||
<FirstPg cat='128'>1</FirstPg>
|
||||
<FirstPg cat='256'>1</FirstPg>
|
||||
<FirstPg cat='512'>1</FirstPg>
|
||||
<FirstPg cat='1024'>1</FirstPg>
|
||||
<FirstPg cat='2048'>1</FirstPg>
|
||||
</PageTable><!--type='HgTL' pgsz='8'-->
|
||||
<PageTable type='BkCS' pgsz='12'>
|
||||
<Page num='1'>
|
||||
<ID>MasterBypass</ID>
|
||||
<ID>Gain</ID>
|
||||
</Page><!--num='1'-->
|
||||
</PageTable><!--type='BkCS' pgsz='12'-->
|
||||
<PageTable type='BkSF' pgsz='16'>
|
||||
<Page num='1'>
|
||||
<ID>MasterBypass</ID>
|
||||
<ID>Gain</ID>
|
||||
</Page><!--num='1'-->
|
||||
</PageTable><!--type='BkSF' pgsz='16'-->
|
||||
</PTLayout><!--name='PageTable 1'-->
|
||||
</PageTableLayouts>
|
||||
<ControlNamesVariations>
|
||||
<Ctrl ID='Gain'>
|
||||
<name typ='PgTL' sz='1'>Ga</name>
|
||||
<name typ='PgTL' sz='3'>Gn </name>
|
||||
</Ctrl><!--ID='Gain'-->
|
||||
<Ctrl ID='MasterBypass'>
|
||||
<name typ='PgTL' sz='1'>Ma</name>
|
||||
<name typ='PgTL' sz='3'>Byp</name>
|
||||
<name typ='PgTL' sz='4'>MByp</name>
|
||||
<name typ='PgTL' sz='8'>Mstr Byp</name>
|
||||
</Ctrl><!--ID='MasterBypass'-->
|
||||
</ControlNamesVariations>
|
||||
<Editor vers='1.1.0.1'>
|
||||
<PluginList>
|
||||
<TDM>
|
||||
</TDM>
|
||||
<RTAS>
|
||||
<PluginID manID='AVID' prodID='DmGn' plugID='DGDR'>
|
||||
<MenuStr>RTAS: DemoGain, 1 in X 1 out</MenuStr>
|
||||
</PluginID><!--manID='AVID' prodID='DmGn' plugID='DGDR'-->
|
||||
</RTAS>
|
||||
</PluginList>
|
||||
<DiscCtrls>
|
||||
<CtrlID>MasterBypass</CtrlID>
|
||||
</DiscCtrls>
|
||||
</Editor><!--vers='1.1.0.1'-->
|
||||
</PageTables><!--vers='6.4.0.89'-->
|
||||
@@ -0,0 +1,5 @@
|
||||
[.ShellClassInfo]
|
||||
IconResource=PlugIn.ico,0
|
||||
;For compatibility with Windows XP
|
||||
IconFile=PlugIn.ico
|
||||
IconIndex=0
|
||||
Reference in New Issue
Block a user