Rename plugin host and network graphics demo examples
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<JUCERPROJECT id="NTe0XB0ij" name="Plugin Host" projectType="guiapp" version="1.0.0"
|
||||
<JUCERPROJECT id="NTe0XB0ij" name="AudioPluginHost" projectType="guiapp" version="1.0.0"
|
||||
juceFolder="../../../juce" vstFolderMac="~/SDKs/vstsdk2.4" vstFolderPC="c:\SDKs\vstsdk2.4"
|
||||
bundleIdentifier="com.roli.pluginhost" jucerVersion="5.2.1" companyName="ROLI Ltd."
|
||||
displaySplashScreen="0" reportAppUsage="0" companyCopyright="ROLI Ltd.">
|
||||
|
|
@ -8,8 +8,8 @@
|
|||
<XCODE_MAC targetFolder="Builds/MacOSX" vstFolder="" rtasFolder="~/SDKs/PT_80_SDK"
|
||||
objCExtraSuffix="M73TRi" vst3Folder="" extraCompilerFlags="-Wall -Wshadow -Wstrict-aliasing -Wconversion -Wsign-compare -Woverloaded-virtual -Wextra-semi">
|
||||
<CONFIGURATIONS>
|
||||
<CONFIGURATION name="Debug" isDebug="1" targetName="Plugin Host"/>
|
||||
<CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="Plugin Host"/>
|
||||
<CONFIGURATION name="Debug" isDebug="1" targetName="AudioPluginHost"/>
|
||||
<CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="AudioPluginHost"/>
|
||||
</CONFIGURATIONS>
|
||||
<MODULEPATHS>
|
||||
<MODULEPATH id="juce_video" path="../../modules"/>
|
||||
|
|
@ -30,8 +30,8 @@
|
|||
</XCODE_MAC>
|
||||
<LINUX_MAKE targetFolder="Builds/LinuxMakefile" vstFolder="" vst3Folder="">
|
||||
<CONFIGURATIONS>
|
||||
<CONFIGURATION name="Debug" isDebug="1" targetName="Plugin Host" libraryPath="/usr/X11R6/lib/"/>
|
||||
<CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="Plugin Host"
|
||||
<CONFIGURATION name="Debug" isDebug="1" targetName="AudioPluginHost" libraryPath="/usr/X11R6/lib/"/>
|
||||
<CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="AudioPluginHost"
|
||||
libraryPath="/usr/X11R6/lib/"/>
|
||||
</CONFIGURATIONS>
|
||||
<MODULEPATHS>
|
||||
|
|
@ -54,8 +54,8 @@
|
|||
<VS2013 targetFolder="Builds/VisualStudio2013" vstFolder="" vst3Folder="">
|
||||
<CONFIGURATIONS>
|
||||
<CONFIGURATION name="Debug" winArchitecture="32-bit" isDebug="1" optimisation="1"
|
||||
targetName="Plugin Host"/>
|
||||
<CONFIGURATION name="Release" winArchitecture="32-bit" isDebug="0" targetName="Plugin Host"
|
||||
targetName="AudioPluginHost"/>
|
||||
<CONFIGURATION name="Release" winArchitecture="32-bit" isDebug="0" targetName="AudioPluginHost"
|
||||
debugInformationFormat="ProgramDatabase"/>
|
||||
</CONFIGURATIONS>
|
||||
<MODULEPATHS>
|
||||
|
|
@ -77,8 +77,8 @@
|
|||
</VS2013>
|
||||
<VS2015 targetFolder="Builds/VisualStudio2015" vstFolder="" vst3Folder="">
|
||||
<CONFIGURATIONS>
|
||||
<CONFIGURATION name="Debug" isDebug="1" targetName="Plugin Host"/>
|
||||
<CONFIGURATION name="Release" isDebug="0" targetName="Plugin Host" debugInformationFormat="ProgramDatabase"/>
|
||||
<CONFIGURATION name="Debug" isDebug="1" targetName="AudioPluginHost"/>
|
||||
<CONFIGURATION name="Release" isDebug="0" targetName="AudioPluginHost" debugInformationFormat="ProgramDatabase"/>
|
||||
</CONFIGURATIONS>
|
||||
<MODULEPATHS>
|
||||
<MODULEPATH id="juce_video" path="../../modules"/>
|
||||
|
|
@ -99,8 +99,8 @@
|
|||
</VS2015>
|
||||
<VS2017 targetFolder="Builds/VisualStudio2017" vst3Folder="">
|
||||
<CONFIGURATIONS>
|
||||
<CONFIGURATION name="Debug" isDebug="1" targetName="Plugin Host"/>
|
||||
<CONFIGURATION name="Release" isDebug="0" targetName="Plugin Host" debugInformationFormat="ProgramDatabase"/>
|
||||
<CONFIGURATION name="Debug" isDebug="1" targetName="AudioPluginHost"/>
|
||||
<CONFIGURATION name="Release" isDebug="0" targetName="AudioPluginHost" debugInformationFormat="ProgramDatabase"/>
|
||||
</CONFIGURATIONS>
|
||||
<MODULEPATHS>
|
||||
<MODULEPATH id="juce_video" path="../../modules"/>
|
||||
|
|
@ -120,7 +120,7 @@
|
|||
</MODULEPATHS>
|
||||
</VS2017>
|
||||
</EXPORTFORMATS>
|
||||
<MAINGROUP id="YdWL7hi7p" name="Plugin Host">
|
||||
<MAINGROUP id="YdWL7hi7p" name="AudioPluginHost">
|
||||
<FILE id="8tLeuntR4" name="FilterGraph.cpp" compile="1" resource="0"
|
||||
file="Source/FilterGraph.cpp"/>
|
||||
<FILE id="auGSxnlTU" name="FilterGraph.h" compile="0" resource="0"
|
||||
|
|
@ -37,7 +37,7 @@ ifeq ($(CONFIG),Debug)
|
|||
|
||||
JUCE_CPPFLAGS := $(DEPFLAGS) -DLINUX=1 -DDEBUG=1 -D_DEBUG=1 -DJUCER_LINUX_MAKE_6D53C8B4=1 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 $(shell pkg-config --cflags alsa freetype2 libcurl x11 xext xinerama) -pthread -I$(HOME)/SDKs/VST_SDK/VST3_SDK -I../../JuceLibraryCode -I../../../../modules $(CPPFLAGS)
|
||||
JUCE_CPPFLAGS_APP := -DJucePlugin_Build_VST=0 -DJucePlugin_Build_VST3=0 -DJucePlugin_Build_AU=0 -DJucePlugin_Build_AUv3=0 -DJucePlugin_Build_RTAS=0 -DJucePlugin_Build_AAX=0 -DJucePlugin_Build_Standalone=0
|
||||
JUCE_TARGET_APP := Plugin\ Host
|
||||
JUCE_TARGET_APP := AudioPluginHost
|
||||
|
||||
JUCE_CFLAGS += $(JUCE_CPPFLAGS) $(TARGET_ARCH) -g -ggdb -O0 $(CFLAGS)
|
||||
JUCE_CXXFLAGS += $(JUCE_CFLAGS) -std=c++14 $(CXXFLAGS)
|
||||
|
|
@ -58,7 +58,7 @@ ifeq ($(CONFIG),Release)
|
|||
|
||||
JUCE_CPPFLAGS := $(DEPFLAGS) -DLINUX=1 -DNDEBUG=1 -DJUCER_LINUX_MAKE_6D53C8B4=1 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 $(shell pkg-config --cflags alsa freetype2 libcurl x11 xext xinerama) -pthread -I$(HOME)/SDKs/VST_SDK/VST3_SDK -I../../JuceLibraryCode -I../../../../modules $(CPPFLAGS)
|
||||
JUCE_CPPFLAGS_APP := -DJucePlugin_Build_VST=0 -DJucePlugin_Build_VST3=0 -DJucePlugin_Build_AU=0 -DJucePlugin_Build_AUv3=0 -DJucePlugin_Build_RTAS=0 -DJucePlugin_Build_AAX=0 -DJucePlugin_Build_Standalone=0
|
||||
JUCE_TARGET_APP := Plugin\ Host
|
||||
JUCE_TARGET_APP := AudioPluginHost
|
||||
|
||||
JUCE_CFLAGS += $(JUCE_CPPFLAGS) $(TARGET_ARCH) -Os $(CFLAGS)
|
||||
JUCE_CXXFLAGS += $(JUCE_CFLAGS) -std=c++14 $(CXXFLAGS)
|
||||
|
|
@ -94,7 +94,7 @@ OBJECTS_APP := \
|
|||
all : $(JUCE_OUTDIR)/$(JUCE_TARGET_APP)
|
||||
|
||||
$(JUCE_OUTDIR)/$(JUCE_TARGET_APP) : check-pkg-config $(OBJECTS_APP) $(RESOURCES)
|
||||
@echo Linking "Plugin Host - App"
|
||||
@echo Linking "AudioPluginHost - App"
|
||||
-$(V_AT)mkdir -p $(JUCE_BINDIR)
|
||||
-$(V_AT)mkdir -p $(JUCE_LIBDIR)
|
||||
-$(V_AT)mkdir -p $(JUCE_OUTDIR)
|
||||
|
|
@ -205,11 +205,11 @@ check-pkg-config:
|
|||
@pkg-config --print-errors alsa freetype2 libcurl x11 xext xinerama
|
||||
|
||||
clean:
|
||||
@echo Cleaning Plugin Host
|
||||
@echo Cleaning AudioPluginHost
|
||||
$(V_AT)$(CLEANCMD)
|
||||
|
||||
strip:
|
||||
@echo Stripping Plugin Host
|
||||
@echo Stripping AudioPluginHost
|
||||
-$(V_AT)$(STRIP) --strip-unneeded $(JUCE_OUTDIR)/$(TARGET)
|
||||
|
||||
-include $(OBJECTS_APP:%.o=%.d)
|
||||
|
|
@ -77,7 +77,7 @@
|
|||
8290D7BAC160B3A56B66891A = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_events.mm"; path = "../../JuceLibraryCode/include_juce_events.mm"; sourceTree = "SOURCE_ROOT"; };
|
||||
86CA337014D3F67E906FFD28 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
|
||||
89309C0C5F3269BD06BE7F27 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
|
||||
8D8BBC353637DA442C5575DA = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Plugin Host.app"; sourceTree = "BUILT_PRODUCTS_DIR"; };
|
||||
8D8BBC353637DA442C5575DA = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AudioPluginHost.app; sourceTree = "BUILT_PRODUCTS_DIR"; };
|
||||
8FE7B37CDE0818DB27BDDEBD = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_gui_basics.mm"; path = "../../JuceLibraryCode/include_juce_gui_basics.mm"; sourceTree = "SOURCE_ROOT"; };
|
||||
938AE72315C6C93949F6220E = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_gui_basics"; path = "../../../../modules/juce_gui_basics"; sourceTree = "SOURCE_ROOT"; };
|
||||
942A0F04EFB8D0B2FF9780BA = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
|
||||
|
|
@ -117,7 +117,7 @@
|
|||
EE1BEF4055936CD0C543687C,
|
||||
1EC0F33A3BABE58138317375,
|
||||
6692043E22BB181F01767845,
|
||||
714C53257417E615916687E5, ); name = "Plugin Host"; sourceTree = "<group>"; };
|
||||
714C53257417E615916687E5, ); name = AudioPluginHost; sourceTree = "<group>"; };
|
||||
9D8FE1F65CAD416AA606C47A = {isa = PBXGroup; children = (
|
||||
6A71B2BCAC4239072BC2BD7E,
|
||||
5313EB852E41EE58B199B9A2,
|
||||
|
|
@ -280,7 +280,7 @@
|
|||
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
PRODUCT_NAME = "Plugin Host";
|
||||
PRODUCT_NAME = "AudioPluginHost";
|
||||
WARNING_CFLAGS = -Wreorder;
|
||||
ZERO_LINK = NO; }; name = Debug; };
|
||||
C9295196717FABE454A210B7 = {isa = XCBuildConfiguration; buildSettings = {
|
||||
|
|
@ -316,7 +316,7 @@
|
|||
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
PRODUCT_NAME = "Plugin Host";
|
||||
PRODUCT_NAME = "AudioPluginHost";
|
||||
WARNING_CFLAGS = -Wreorder;
|
||||
ZERO_LINK = NO; }; name = Release; };
|
||||
B9D79D85AC7DE5BED1B6547C = {isa = PBXTargetDependency; target = DE12B7643D374BFF7E4FEB1C; };
|
||||
|
|
@ -369,7 +369,7 @@
|
|||
DE12B7643D374BFF7E4FEB1C = {isa = PBXNativeTarget; buildConfigurationList = E4ECAE24A646A7D1585F776C; buildPhases = (
|
||||
2429BB4D705CC57F49418CFB,
|
||||
E8E94B3C187DA578BFCBDA98,
|
||||
C515A1FE1A53D3968C22FAEF, ); buildRules = ( ); dependencies = ( ); name = "Plugin Host - App"; productName = "Plugin Host"; productReference = 8D8BBC353637DA442C5575DA; productType = "com.apple.product-type.application"; };
|
||||
C515A1FE1A53D3968C22FAEF, ); buildRules = ( ); dependencies = ( ); name = "AudioPluginHost - App"; productName = AudioPluginHost; productReference = 8D8BBC353637DA442C5575DA; productType = "com.apple.product-type.application"; };
|
||||
ADE6E539DB98A302483A82D0 = {isa = PBXProject; buildConfigurationList = 493C2C5E457692E5149C5525; attributes = { LastUpgradeCheck = 0830; ORGANIZATIONNAME = "ROLI Ltd."; TargetAttributes = { DE12B7643D374BFF7E4FEB1C = { SystemCapabilities = {com.apple.ApplicationGroups.iOS = { enabled = 0; }; com.apple.InAppPurchase = { enabled = 0; }; com.apple.InterAppAudio = { enabled = 0; }; com.apple.Push = { enabled = 0; }; com.apple.Sandbox = { enabled = 0; }; }; }; }; }; compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 0; mainGroup = 65BEFC705A89E5C8A9E35C97; projectDirPath = ""; projectRoot = ""; targets = (DE12B7643D374BFF7E4FEB1C); };
|
||||
};
|
||||
rootObject = ADE6E539DB98A302483A82D0;
|
||||
|
|
@ -10,9 +10,9 @@
|
|||
<key>CFBundleIdentifier</key>
|
||||
<string>com.roli.pluginhost</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Plugin Host</string>
|
||||
<string>AudioPluginHost</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>Plugin Host</string>
|
||||
<string>AudioPluginHost</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleSignature</key>
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
Microsoft Visual Studio Solution File, Format Version 11.00
|
||||
# Visual Studio 2013
|
||||
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Plugin Host - App", "Plugin Host_App.vcxproj", "{5666EAA2-C82B-D06A-5228-D0E810428536}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AudioPluginHost - App", "AudioPluginHost_App.vcxproj", "{5666EAA2-C82B-D06A-5228-D0E810428536}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
|
@ -51,11 +51,11 @@
|
|||
<TargetExt>.exe</TargetExt>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\App\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\App\</IntDir>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Plugin Host</TargetName>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AudioPluginHost</TargetName>
|
||||
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateManifest>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\App\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\App\</IntDir>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Plugin Host</TargetName>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AudioPluginHost</TargetName>
|
||||
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</GenerateManifest>
|
||||
<PlatformToolset>v120</PlatformToolset>
|
||||
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
||||
|
|
@ -88,18 +88,18 @@
|
|||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ResourceCompile>
|
||||
<Link>
|
||||
<OutputFile>$(OutDir)\Plugin Host.exe</OutputFile>
|
||||
<OutputFile>$(OutDir)\AudioPluginHost.exe</OutputFile>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<IgnoreSpecificDefaultLibraries>libcmt.lib; msvcrt.lib;;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<ProgramDatabaseFile>$(IntDir)\Plugin Host.pdb</ProgramDatabaseFile>
|
||||
<ProgramDatabaseFile>$(IntDir)\AudioPluginHost.pdb</ProgramDatabaseFile>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<TargetMachine>MachineX86</TargetMachine>
|
||||
<LargeAddressAware>true</LargeAddressAware>
|
||||
</Link>
|
||||
<Bscmake>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<OutputFile>$(IntDir)\Plugin Host.bsc</OutputFile>
|
||||
<OutputFile>$(IntDir)\AudioPluginHost.bsc</OutputFile>
|
||||
</Bscmake>
|
||||
<Lib/>
|
||||
</ItemDefinitionGroup>
|
||||
|
|
@ -130,11 +130,11 @@
|
|||
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ResourceCompile>
|
||||
<Link>
|
||||
<OutputFile>$(OutDir)\Plugin Host.exe</OutputFile>
|
||||
<OutputFile>$(OutDir)\AudioPluginHost.exe</OutputFile>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
||||
<GenerateDebugInformation>false</GenerateDebugInformation>
|
||||
<ProgramDatabaseFile>$(IntDir)\Plugin Host.pdb</ProgramDatabaseFile>
|
||||
<ProgramDatabaseFile>$(IntDir)\AudioPluginHost.pdb</ProgramDatabaseFile>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<TargetMachine>MachineX86</TargetMachine>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
|
|
@ -143,7 +143,7 @@
|
|||
</Link>
|
||||
<Bscmake>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<OutputFile>$(IntDir)\Plugin Host.bsc</OutputFile>
|
||||
<OutputFile>$(IntDir)\AudioPluginHost.bsc</OutputFile>
|
||||
</Bscmake>
|
||||
<Lib/>
|
||||
</ItemDefinitionGroup>
|
||||
|
|
@ -751,6 +751,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_SubregionStream.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_URLInputSource.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\system\juce_SystemStats.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2073,6 +2076,7 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_MemoryOutputStream.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_OutputStream.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_SubregionStream.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_URLInputSource.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\system\juce_CompilerSupport.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\system\juce_PlatformDefs.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\system\juce_StandardHeader.h"/>
|
||||
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<Filter Include="Plugin Host">
|
||||
<UniqueIdentifier>{1B918B6B-D583-DB14-5E22-E5769208E067}</UniqueIdentifier>
|
||||
<Filter Include="AudioPluginHost">
|
||||
<UniqueIdentifier>{297DEAC9-184C-CA1D-D75C-DAA34116691C}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="JUCE Modules\juce_audio_basics\audio_play_head">
|
||||
<UniqueIdentifier>{EB58F05A-A968-CEBE-40C4-107CDD8F240F}</UniqueIdentifier>
|
||||
|
|
@ -371,22 +371,22 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\Source\FilterGraph.cpp">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\Source\FilterIOConfiguration.cpp">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\Source\GraphEditorPanel.cpp">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\Source\HostStartup.cpp">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\Source\InternalFilters.cpp">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\Source\MainHostWindow.cpp">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_audio_basics\buffers\juce_AudioChannelSet.cpp">
|
||||
<Filter>JUCE Modules\juce_audio_basics\buffers</Filter>
|
||||
|
|
@ -1030,6 +1030,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_SubregionStream.cpp">
|
||||
<Filter>JUCE Modules\juce_core\streams</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_URLInputSource.cpp">
|
||||
<Filter>JUCE Modules\juce_core\streams</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\system\juce_SystemStats.cpp">
|
||||
<Filter>JUCE Modules\juce_core\system</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2185,22 +2188,22 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\Source\FilterGraph.h">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\Source\FilterIOConfiguration.h">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\Source\GraphEditorPanel.h">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\Source\InternalFilters.h">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\Source\MainHostWindow.h">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\Source\PluginWindow.h">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_audio_basics\audio_play_head\juce_AudioPlayHead.h">
|
||||
<Filter>JUCE Modules\juce_audio_basics\audio_play_head</Filter>
|
||||
|
|
@ -2997,6 +3000,9 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_SubregionStream.h">
|
||||
<Filter>JUCE Modules\juce_core\streams</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_URLInputSource.h">
|
||||
<Filter>JUCE Modules\juce_core\streams</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\system\juce_CompilerSupport.h">
|
||||
<Filter>JUCE Modules\juce_core\system</Filter>
|
||||
</ClInclude>
|
||||
|
|
@ -15,9 +15,9 @@ BEGIN
|
|||
BEGIN
|
||||
VALUE "CompanyName", "ROLI Ltd.\0"
|
||||
VALUE "LegalCopyright", "ROLI Ltd.\0"
|
||||
VALUE "FileDescription", "Plugin Host\0"
|
||||
VALUE "FileDescription", "AudioPluginHost\0"
|
||||
VALUE "FileVersion", "1.0.0\0"
|
||||
VALUE "ProductName", "Plugin Host\0"
|
||||
VALUE "ProductName", "AudioPluginHost\0"
|
||||
VALUE "ProductVersion", "1.0.0\0"
|
||||
END
|
||||
END
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
Microsoft Visual Studio Solution File, Format Version 11.00
|
||||
# Visual Studio 2015
|
||||
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Plugin Host - App", "Plugin Host_App.vcxproj", "{5666EAA2-C82B-D06A-5228-D0E810428536}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AudioPluginHost - App", "AudioPluginHost_App.vcxproj", "{5666EAA2-C82B-D06A-5228-D0E810428536}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
|
@ -53,11 +53,11 @@
|
|||
<TargetExt>.exe</TargetExt>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\App\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\App\</IntDir>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Plugin Host</TargetName>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AudioPluginHost</TargetName>
|
||||
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\App\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\App\</IntDir>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Plugin Host</TargetName>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AudioPluginHost</TargetName>
|
||||
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</GenerateManifest>
|
||||
<PlatformToolset>v140</PlatformToolset>
|
||||
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
||||
|
|
@ -90,17 +90,17 @@
|
|||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ResourceCompile>
|
||||
<Link>
|
||||
<OutputFile>$(OutDir)\Plugin Host.exe</OutputFile>
|
||||
<OutputFile>$(OutDir)\AudioPluginHost.exe</OutputFile>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<IgnoreSpecificDefaultLibraries>libcmt.lib; msvcrt.lib;;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<ProgramDatabaseFile>$(IntDir)\Plugin Host.pdb</ProgramDatabaseFile>
|
||||
<ProgramDatabaseFile>$(IntDir)\AudioPluginHost.pdb</ProgramDatabaseFile>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<LargeAddressAware>true</LargeAddressAware>
|
||||
</Link>
|
||||
<Bscmake>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<OutputFile>$(IntDir)\Plugin Host.bsc</OutputFile>
|
||||
<OutputFile>$(IntDir)\AudioPluginHost.bsc</OutputFile>
|
||||
</Bscmake>
|
||||
<Lib/>
|
||||
</ItemDefinitionGroup>
|
||||
|
|
@ -131,11 +131,11 @@
|
|||
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ResourceCompile>
|
||||
<Link>
|
||||
<OutputFile>$(OutDir)\Plugin Host.exe</OutputFile>
|
||||
<OutputFile>$(OutDir)\AudioPluginHost.exe</OutputFile>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
||||
<GenerateDebugInformation>false</GenerateDebugInformation>
|
||||
<ProgramDatabaseFile>$(IntDir)\Plugin Host.pdb</ProgramDatabaseFile>
|
||||
<ProgramDatabaseFile>$(IntDir)\AudioPluginHost.pdb</ProgramDatabaseFile>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
|
|
@ -143,7 +143,7 @@
|
|||
</Link>
|
||||
<Bscmake>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<OutputFile>$(IntDir)\Plugin Host.bsc</OutputFile>
|
||||
<OutputFile>$(IntDir)\AudioPluginHost.bsc</OutputFile>
|
||||
</Bscmake>
|
||||
<Lib/>
|
||||
</ItemDefinitionGroup>
|
||||
|
|
@ -751,6 +751,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_SubregionStream.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_URLInputSource.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\system\juce_SystemStats.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2073,6 +2076,7 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_MemoryOutputStream.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_OutputStream.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_SubregionStream.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_URLInputSource.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\system\juce_CompilerSupport.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\system\juce_PlatformDefs.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\system\juce_StandardHeader.h"/>
|
||||
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<Filter Include="Plugin Host">
|
||||
<UniqueIdentifier>{1B918B6B-D583-DB14-5E22-E5769208E067}</UniqueIdentifier>
|
||||
<Filter Include="AudioPluginHost">
|
||||
<UniqueIdentifier>{297DEAC9-184C-CA1D-D75C-DAA34116691C}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="JUCE Modules\juce_audio_basics\audio_play_head">
|
||||
<UniqueIdentifier>{EB58F05A-A968-CEBE-40C4-107CDD8F240F}</UniqueIdentifier>
|
||||
|
|
@ -371,22 +371,22 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\Source\FilterGraph.cpp">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\Source\FilterIOConfiguration.cpp">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\Source\GraphEditorPanel.cpp">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\Source\HostStartup.cpp">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\Source\InternalFilters.cpp">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\Source\MainHostWindow.cpp">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_audio_basics\buffers\juce_AudioChannelSet.cpp">
|
||||
<Filter>JUCE Modules\juce_audio_basics\buffers</Filter>
|
||||
|
|
@ -1030,6 +1030,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_SubregionStream.cpp">
|
||||
<Filter>JUCE Modules\juce_core\streams</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_URLInputSource.cpp">
|
||||
<Filter>JUCE Modules\juce_core\streams</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\system\juce_SystemStats.cpp">
|
||||
<Filter>JUCE Modules\juce_core\system</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2185,22 +2188,22 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\Source\FilterGraph.h">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\Source\FilterIOConfiguration.h">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\Source\GraphEditorPanel.h">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\Source\InternalFilters.h">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\Source\MainHostWindow.h">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\Source\PluginWindow.h">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_audio_basics\audio_play_head\juce_AudioPlayHead.h">
|
||||
<Filter>JUCE Modules\juce_audio_basics\audio_play_head</Filter>
|
||||
|
|
@ -2997,6 +3000,9 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_SubregionStream.h">
|
||||
<Filter>JUCE Modules\juce_core\streams</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_URLInputSource.h">
|
||||
<Filter>JUCE Modules\juce_core\streams</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\system\juce_CompilerSupport.h">
|
||||
<Filter>JUCE Modules\juce_core\system</Filter>
|
||||
</ClInclude>
|
||||
|
|
@ -15,9 +15,9 @@ BEGIN
|
|||
BEGIN
|
||||
VALUE "CompanyName", "ROLI Ltd.\0"
|
||||
VALUE "LegalCopyright", "ROLI Ltd.\0"
|
||||
VALUE "FileDescription", "Plugin Host\0"
|
||||
VALUE "FileDescription", "AudioPluginHost\0"
|
||||
VALUE "FileVersion", "1.0.0\0"
|
||||
VALUE "ProductName", "Plugin Host\0"
|
||||
VALUE "ProductName", "AudioPluginHost\0"
|
||||
VALUE "ProductVersion", "1.0.0\0"
|
||||
END
|
||||
END
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
Microsoft Visual Studio Solution File, Format Version 11.00
|
||||
# Visual Studio 2017
|
||||
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Plugin Host - App", "Plugin Host_App.vcxproj", "{5666EAA2-C82B-D06A-5228-D0E810428536}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AudioPluginHost - App", "AudioPluginHost_App.vcxproj", "{5666EAA2-C82B-D06A-5228-D0E810428536}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
|
@ -53,11 +53,11 @@
|
|||
<TargetExt>.exe</TargetExt>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\App\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\App\</IntDir>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Plugin Host</TargetName>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AudioPluginHost</TargetName>
|
||||
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\App\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\App\</IntDir>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Plugin Host</TargetName>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AudioPluginHost</TargetName>
|
||||
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</GenerateManifest>
|
||||
<PlatformToolset>v141</PlatformToolset>
|
||||
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
|
||||
|
|
@ -90,17 +90,17 @@
|
|||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ResourceCompile>
|
||||
<Link>
|
||||
<OutputFile>$(OutDir)\Plugin Host.exe</OutputFile>
|
||||
<OutputFile>$(OutDir)\AudioPluginHost.exe</OutputFile>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<IgnoreSpecificDefaultLibraries>libcmt.lib; msvcrt.lib;;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<ProgramDatabaseFile>$(IntDir)\Plugin Host.pdb</ProgramDatabaseFile>
|
||||
<ProgramDatabaseFile>$(IntDir)\AudioPluginHost.pdb</ProgramDatabaseFile>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<LargeAddressAware>true</LargeAddressAware>
|
||||
</Link>
|
||||
<Bscmake>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<OutputFile>$(IntDir)\Plugin Host.bsc</OutputFile>
|
||||
<OutputFile>$(IntDir)\AudioPluginHost.bsc</OutputFile>
|
||||
</Bscmake>
|
||||
<Lib/>
|
||||
</ItemDefinitionGroup>
|
||||
|
|
@ -131,11 +131,11 @@
|
|||
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ResourceCompile>
|
||||
<Link>
|
||||
<OutputFile>$(OutDir)\Plugin Host.exe</OutputFile>
|
||||
<OutputFile>$(OutDir)\AudioPluginHost.exe</OutputFile>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
||||
<GenerateDebugInformation>false</GenerateDebugInformation>
|
||||
<ProgramDatabaseFile>$(IntDir)\Plugin Host.pdb</ProgramDatabaseFile>
|
||||
<ProgramDatabaseFile>$(IntDir)\AudioPluginHost.pdb</ProgramDatabaseFile>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
|
|
@ -143,7 +143,7 @@
|
|||
</Link>
|
||||
<Bscmake>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<OutputFile>$(IntDir)\Plugin Host.bsc</OutputFile>
|
||||
<OutputFile>$(IntDir)\AudioPluginHost.bsc</OutputFile>
|
||||
</Bscmake>
|
||||
<Lib/>
|
||||
</ItemDefinitionGroup>
|
||||
|
|
@ -751,6 +751,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_SubregionStream.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_URLInputSource.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\system\juce_SystemStats.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -2073,6 +2076,7 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_MemoryOutputStream.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_OutputStream.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_SubregionStream.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_URLInputSource.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\system\juce_CompilerSupport.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\system\juce_PlatformDefs.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\system\juce_StandardHeader.h"/>
|
||||
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<Filter Include="Plugin Host">
|
||||
<UniqueIdentifier>{1B918B6B-D583-DB14-5E22-E5769208E067}</UniqueIdentifier>
|
||||
<Filter Include="AudioPluginHost">
|
||||
<UniqueIdentifier>{297DEAC9-184C-CA1D-D75C-DAA34116691C}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="JUCE Modules\juce_audio_basics\audio_play_head">
|
||||
<UniqueIdentifier>{EB58F05A-A968-CEBE-40C4-107CDD8F240F}</UniqueIdentifier>
|
||||
|
|
@ -371,22 +371,22 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\Source\FilterGraph.cpp">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\Source\FilterIOConfiguration.cpp">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\Source\GraphEditorPanel.cpp">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\Source\HostStartup.cpp">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\Source\InternalFilters.cpp">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\Source\MainHostWindow.cpp">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_audio_basics\buffers\juce_AudioChannelSet.cpp">
|
||||
<Filter>JUCE Modules\juce_audio_basics\buffers</Filter>
|
||||
|
|
@ -1030,6 +1030,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_SubregionStream.cpp">
|
||||
<Filter>JUCE Modules\juce_core\streams</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\streams\juce_URLInputSource.cpp">
|
||||
<Filter>JUCE Modules\juce_core\streams</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\system\juce_SystemStats.cpp">
|
||||
<Filter>JUCE Modules\juce_core\system</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2185,22 +2188,22 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\Source\FilterGraph.h">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\Source\FilterIOConfiguration.h">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\Source\GraphEditorPanel.h">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\Source\InternalFilters.h">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\Source\MainHostWindow.h">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\Source\PluginWindow.h">
|
||||
<Filter>Plugin Host</Filter>
|
||||
<Filter>AudioPluginHost</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_audio_basics\audio_play_head\juce_AudioPlayHead.h">
|
||||
<Filter>JUCE Modules\juce_audio_basics\audio_play_head</Filter>
|
||||
|
|
@ -2997,6 +3000,9 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_SubregionStream.h">
|
||||
<Filter>JUCE Modules\juce_core\streams</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\streams\juce_URLInputSource.h">
|
||||
<Filter>JUCE Modules\juce_core\streams</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\system\juce_CompilerSupport.h">
|
||||
<Filter>JUCE Modules\juce_core\system</Filter>
|
||||
</ClInclude>
|
||||
|
|
@ -15,9 +15,9 @@ BEGIN
|
|||
BEGIN
|
||||
VALUE "CompanyName", "ROLI Ltd.\0"
|
||||
VALUE "LegalCopyright", "ROLI Ltd.\0"
|
||||
VALUE "FileDescription", "Plugin Host\0"
|
||||
VALUE "FileDescription", "AudioPluginHost\0"
|
||||
VALUE "FileVersion", "1.0.0\0"
|
||||
VALUE "ProductName", "Plugin Host\0"
|
||||
VALUE "ProductName", "AudioPluginHost\0"
|
||||
VALUE "ProductVersion", "1.0.0\0"
|
||||
END
|
||||
END
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
#if ! JUCE_DONT_DECLARE_PROJECTINFO
|
||||
namespace ProjectInfo
|
||||
{
|
||||
const char* const projectName = "Plugin Host";
|
||||
const char* const projectName = "AudioPluginHost";
|
||||
const char* const versionString = "1.0.0";
|
||||
const int versionNumber = 0x10000;
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<resources>
|
||||
<string name="app_name">JUCE Network Graphics Demo</string>
|
||||
<string name="app_name">NetworkGraphicsDemo</string>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ import java.util.concurrent.atomic.*;
|
|||
|
||||
|
||||
//==============================================================================
|
||||
public class JUCENetworkGraphicsDemo extends Activity
|
||||
public class JUCENetworkGraphicsDemo extends $$JUCENetworkGraphicsDemoBaseClass$$
|
||||
{
|
||||
//==============================================================================
|
||||
static
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<resources>
|
||||
<string name="app_name">JUCE Network Graphics Demo</string>
|
||||
<string name="app_name">NetworkGraphicsDemo</string>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ OBJECTS_APP := \
|
|||
all : $(JUCE_OUTDIR)/$(JUCE_TARGET_APP)
|
||||
|
||||
$(JUCE_OUTDIR)/$(JUCE_TARGET_APP) : check-pkg-config $(OBJECTS_APP) $(RESOURCES)
|
||||
@echo Linking "JUCE Network Graphics Demo - App"
|
||||
@echo Linking "NetworkGraphicsDemo - App"
|
||||
-$(V_AT)mkdir -p $(JUCE_BINDIR)
|
||||
-$(V_AT)mkdir -p $(JUCE_LIBDIR)
|
||||
-$(V_AT)mkdir -p $(JUCE_OUTDIR)
|
||||
|
|
@ -181,11 +181,11 @@ check-pkg-config:
|
|||
@pkg-config --print-errors alsa freetype2 libcurl x11 xext xinerama webkit2gtk-4.0 gtk+-x11-3.0
|
||||
|
||||
clean:
|
||||
@echo Cleaning JUCE Network Graphics Demo
|
||||
@echo Cleaning NetworkGraphicsDemo
|
||||
$(V_AT)$(CLEANCMD)
|
||||
|
||||
strip:
|
||||
@echo Stripping JUCE Network Graphics Demo
|
||||
@echo Stripping NetworkGraphicsDemo
|
||||
-$(V_AT)$(STRIP) --strip-unneeded $(JUCE_OUTDIR)/$(TARGET)
|
||||
|
||||
-include $(OBJECTS_APP:%.o=%.d)
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@
|
|||
<key>CFBundleIdentifier</key>
|
||||
<string>com.juce.NetworkGraphicsDemo</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>JUCE Network Graphics Demo</string>
|
||||
<string>NetworkGraphicsDemo</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>JUCE Network Graphics Demo</string>
|
||||
<string>NetworkGraphicsDemo</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleSignature</key>
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@
|
|||
25DEDA8C9F94A6C8DFC8E53E, ); name = Source; sourceTree = "<group>"; };
|
||||
856518502A948813C90E6761 = {isa = PBXGroup; children = (
|
||||
5A58AF0A052C539F0E342A88,
|
||||
0ADF0DECFCB1DB4D3A847EB5, ); name = "JUCE Network Graphics Demo"; sourceTree = "<group>"; };
|
||||
0ADF0DECFCB1DB4D3A847EB5, ); name = NetworkGraphicsDemo; sourceTree = "<group>"; };
|
||||
EF0AACA84F1CEE7F45F56339 = {isa = PBXGroup; children = (
|
||||
B76F10A7778664E164A01934,
|
||||
89583CD42AD218E9753DF11C,
|
||||
|
|
@ -337,7 +337,7 @@
|
|||
4311FBCBD02948A0ED96C7DD = {isa = PBXNativeTarget; buildConfigurationList = B73863F5D180C23D3EC40C38; buildPhases = (
|
||||
714944DB86A4D402E7FA269E,
|
||||
C2977559BF9148DB70CA10AE,
|
||||
865E89B94B41EB14C202CBB0, ); buildRules = ( ); dependencies = ( ); name = "JUCE Network Graphics Demo - App"; productName = "JUCE Network Graphics Demo"; productReference = E4162459ED4C829EF7B19691; productType = "com.apple.product-type.application"; };
|
||||
865E89B94B41EB14C202CBB0, ); buildRules = ( ); dependencies = ( ); name = "NetworkGraphicsDemo - App"; productName = NetworkGraphicsDemo; productReference = E4162459ED4C829EF7B19691; productType = "com.apple.product-type.application"; };
|
||||
A5398ADB6F5B128C00EB935C = {isa = PBXProject; buildConfigurationList = 02715337C584F3C721251428; attributes = { LastUpgradeCheck = 0830; ORGANIZATIONNAME = "ROLI Ltd."; TargetAttributes = { 4311FBCBD02948A0ED96C7DD = { SystemCapabilities = {com.apple.ApplicationGroups.iOS = { enabled = 0; }; com.apple.InAppPurchase = { enabled = 0; }; com.apple.InterAppAudio = { enabled = 0; }; com.apple.Push = { enabled = 0; }; com.apple.Sandbox = { enabled = 0; }; }; }; }; }; compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 0; mainGroup = D2EB65517396C974F0415A7F; projectDirPath = ""; projectRoot = ""; targets = (4311FBCBD02948A0ED96C7DD); };
|
||||
};
|
||||
rootObject = A5398ADB6F5B128C00EB935C;
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
Microsoft Visual Studio Solution File, Format Version 11.00
|
||||
# Visual Studio 2013
|
||||
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JUCE Network Graphics Demo - App", "JUCE Network Graphics Demo_App.vcxproj", "{2F8ABED0-7428-13A5-07CD-EF1F3B43B926}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NetworkGraphicsDemo - App", "NetworkGraphicsDemo_App.vcxproj", "{2F8ABED0-7428-13A5-07CD-EF1F3B43B926}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<Filter Include="JUCE Network Graphics Demo\Source">
|
||||
<UniqueIdentifier>{4EFDD198-D2B5-7903-1381-33D93BA8085B}</UniqueIdentifier>
|
||||
<Filter Include="NetworkGraphicsDemo\Source">
|
||||
<UniqueIdentifier>{6803489B-B275-0512-8D8B-D30728E17A76}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="JUCE Network Graphics Demo">
|
||||
<UniqueIdentifier>{29EA0780-21FA-28D6-16E6-6CE80ECD10DA}</UniqueIdentifier>
|
||||
<Filter Include="NetworkGraphicsDemo">
|
||||
<UniqueIdentifier>{B8E36EB7-A210-7AC5-D731-E337E72C8A1E}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="JUCE Modules\juce_audio_basics\audio_play_head">
|
||||
<UniqueIdentifier>{EB58F05A-A968-CEBE-40C4-107CDD8F240F}</UniqueIdentifier>
|
||||
|
|
@ -368,7 +368,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\Source\Main.cpp">
|
||||
<Filter>JUCE Network Graphics Demo\Source</Filter>
|
||||
<Filter>NetworkGraphicsDemo\Source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_audio_basics\buffers\juce_AudioChannelSet.cpp">
|
||||
<Filter>JUCE Modules\juce_audio_basics\buffers</Filter>
|
||||
|
|
@ -2185,16 +2185,16 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\Source\Demos.h">
|
||||
<Filter>JUCE Network Graphics Demo\Source</Filter>
|
||||
<Filter>NetworkGraphicsDemo\Source</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\Source\MasterComponent.h">
|
||||
<Filter>JUCE Network Graphics Demo\Source</Filter>
|
||||
<Filter>NetworkGraphicsDemo\Source</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\Source\SlaveComponent.h">
|
||||
<Filter>JUCE Network Graphics Demo\Source</Filter>
|
||||
<Filter>NetworkGraphicsDemo\Source</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\Source\SharedCanvas.h">
|
||||
<Filter>JUCE Network Graphics Demo\Source</Filter>
|
||||
<Filter>NetworkGraphicsDemo\Source</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_audio_basics\audio_play_head\juce_AudioPlayHead.h">
|
||||
<Filter>JUCE Modules\juce_audio_basics\audio_play_head</Filter>
|
||||
|
|
@ -4059,7 +4059,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\..\Source\juce_icon.png">
|
||||
<Filter>JUCE Network Graphics Demo</Filter>
|
||||
<Filter>NetworkGraphicsDemo</Filter>
|
||||
</None>
|
||||
<None Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\Flac Licence.txt">
|
||||
<Filter>JUCE Modules\juce_audio_formats\codecs\flac</Filter>
|
||||
|
|
@ -15,9 +15,9 @@ BEGIN
|
|||
BEGIN
|
||||
VALUE "CompanyName", "ROLI Ltd.\0"
|
||||
VALUE "LegalCopyright", "ROLI Ltd.\0"
|
||||
VALUE "FileDescription", "JUCE Network Graphics Demo\0"
|
||||
VALUE "FileDescription", "NetworkGraphicsDemo\0"
|
||||
VALUE "FileVersion", "1.0.0\0"
|
||||
VALUE "ProductName", "JUCE Network Graphics Demo\0"
|
||||
VALUE "ProductName", "NetworkGraphicsDemo\0"
|
||||
VALUE "ProductVersion", "1.0.0\0"
|
||||
END
|
||||
END
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Microsoft Visual Studio Solution File, Format Version 11.00
|
||||
# Visual Studio 2017
|
||||
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JUCE Network Graphics Demo - App", "JUCE Network Graphics Demo_App.vcxproj", "{2F8ABED0-7428-13A5-07CD-EF1F3B43B926}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NetworkGraphicsDemo - App", "NetworkGraphicsDemo_App.vcxproj", "{2F8ABED0-7428-13A5-07CD-EF1F3B43B926}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<Filter Include="JUCE Network Graphics Demo\Source">
|
||||
<UniqueIdentifier>{4EFDD198-D2B5-7903-1381-33D93BA8085B}</UniqueIdentifier>
|
||||
<Filter Include="NetworkGraphicsDemo\Source">
|
||||
<UniqueIdentifier>{6803489B-B275-0512-8D8B-D30728E17A76}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="JUCE Network Graphics Demo">
|
||||
<UniqueIdentifier>{29EA0780-21FA-28D6-16E6-6CE80ECD10DA}</UniqueIdentifier>
|
||||
<Filter Include="NetworkGraphicsDemo">
|
||||
<UniqueIdentifier>{B8E36EB7-A210-7AC5-D731-E337E72C8A1E}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="JUCE Modules\juce_audio_basics\audio_play_head">
|
||||
<UniqueIdentifier>{EB58F05A-A968-CEBE-40C4-107CDD8F240F}</UniqueIdentifier>
|
||||
|
|
@ -368,7 +368,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\Source\Main.cpp">
|
||||
<Filter>JUCE Network Graphics Demo\Source</Filter>
|
||||
<Filter>NetworkGraphicsDemo\Source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_audio_basics\buffers\juce_AudioChannelSet.cpp">
|
||||
<Filter>JUCE Modules\juce_audio_basics\buffers</Filter>
|
||||
|
|
@ -2185,16 +2185,16 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\Source\Demos.h">
|
||||
<Filter>JUCE Network Graphics Demo\Source</Filter>
|
||||
<Filter>NetworkGraphicsDemo\Source</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\Source\MasterComponent.h">
|
||||
<Filter>JUCE Network Graphics Demo\Source</Filter>
|
||||
<Filter>NetworkGraphicsDemo\Source</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\Source\SlaveComponent.h">
|
||||
<Filter>JUCE Network Graphics Demo\Source</Filter>
|
||||
<Filter>NetworkGraphicsDemo\Source</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\Source\SharedCanvas.h">
|
||||
<Filter>JUCE Network Graphics Demo\Source</Filter>
|
||||
<Filter>NetworkGraphicsDemo\Source</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_audio_basics\audio_play_head\juce_AudioPlayHead.h">
|
||||
<Filter>JUCE Modules\juce_audio_basics\audio_play_head</Filter>
|
||||
|
|
@ -4059,7 +4059,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\..\Source\juce_icon.png">
|
||||
<Filter>JUCE Network Graphics Demo</Filter>
|
||||
<Filter>NetworkGraphicsDemo</Filter>
|
||||
</None>
|
||||
<None Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\Flac Licence.txt">
|
||||
<Filter>JUCE Modules\juce_audio_formats\codecs\flac</Filter>
|
||||
|
|
@ -15,9 +15,9 @@ BEGIN
|
|||
BEGIN
|
||||
VALUE "CompanyName", "ROLI Ltd.\0"
|
||||
VALUE "LegalCopyright", "ROLI Ltd.\0"
|
||||
VALUE "FileDescription", "JUCE Network Graphics Demo\0"
|
||||
VALUE "FileDescription", "NetworkGraphicsDemo\0"
|
||||
VALUE "FileVersion", "1.0.0\0"
|
||||
VALUE "ProductName", "JUCE Network Graphics Demo\0"
|
||||
VALUE "ProductName", "NetworkGraphicsDemo\0"
|
||||
VALUE "ProductVersion", "1.0.0\0"
|
||||
END
|
||||
END
|
||||
|
|
|
|||
|
|
@ -12,9 +12,9 @@
|
|||
<key>CFBundleIdentifier</key>
|
||||
<string>com.juce.NetworkGraphicsDemo</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>JUCE Network Graphics Demo</string>
|
||||
<string>NetworkGraphicsDemo</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>JUCE Network Graphics Demo</string>
|
||||
<string>NetworkGraphicsDemo</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleSignature</key>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
A6AA70BD9364BB974CDEB337 = {isa = PBXBuildFile; fileRef = C821C5805007FFDC2636BBE6; };
|
||||
EC14DA30C090DDC62084DB4C = {isa = PBXBuildFile; fileRef = 935CA85EF98714D3A17AE737; };
|
||||
F714F0C84F5945BF3539239E = {isa = PBXBuildFile; fileRef = 379F77D23BFAE3795282CEB3; };
|
||||
521016BFC5181B3170BD9E8A = {isa = PBXBuildFile; fileRef = A7050DB1488924F209A7B5CF; };
|
||||
1282A62308CD1AC3F88A5D03 = {isa = PBXBuildFile; fileRef = 5273768FBB55D0DD57A5E70C; };
|
||||
006DF460F8DF66EFFA80D968 = {isa = PBXBuildFile; fileRef = 70F1CAF3C4C561DD81E6AFC1; };
|
||||
987CBD5330E76B404F0D966C = {isa = PBXBuildFile; fileRef = 77C0AC21C1028911123844FC; };
|
||||
9F618C008A503063D10076C4 = {isa = PBXBuildFile; fileRef = 74711D7544168CCAC4969A07; };
|
||||
|
|
@ -53,6 +53,7 @@
|
|||
448838BE6E937D450A3C84CE = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMIDI.framework; path = System/Library/Frameworks/CoreMIDI.framework; sourceTree = SDKROOT; };
|
||||
4D1DB6D77B6F3DE7A569780B = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudioKit.framework; path = System/Library/Frameworks/CoreAudioKit.framework; sourceTree = SDKROOT; };
|
||||
4FF648D72D6F1A78956CDA1B = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Demos.h; path = ../../Source/Demos.h; sourceTree = "SOURCE_ROOT"; };
|
||||
5273768FBB55D0DD57A5E70C = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = NetworkGraphicsDemo/Images.xcassets; sourceTree = "SOURCE_ROOT"; };
|
||||
55CB060922ABCBC105FE38D2 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_osc"; path = "../../../../modules/juce_osc"; sourceTree = "SOURCE_ROOT"; };
|
||||
660F1970CF687A7AE8371C6D = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_opengl.mm"; path = "../../JuceLibraryCode/include_juce_opengl.mm"; sourceTree = "SOURCE_ROOT"; };
|
||||
6799B056504F9F017998B9E2 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; };
|
||||
|
|
@ -76,7 +77,6 @@
|
|||
9C689AFBF364CB167C422D29 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_gui_extra"; path = "../../../../modules/juce_gui_extra"; sourceTree = "SOURCE_ROOT"; };
|
||||
9E8129263CD42C6029FC2CAD = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
|
||||
A505E1DABB2ED630EFBA96DB = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_audio_processors"; path = "../../../../modules/juce_audio_processors"; sourceTree = "SOURCE_ROOT"; };
|
||||
A7050DB1488924F209A7B5CF = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = "JUCE Network Graphics Demo/Images.xcassets"; sourceTree = "SOURCE_ROOT"; };
|
||||
A7FF2B353C8568B5A7A80117 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_graphics.mm"; path = "../../JuceLibraryCode/include_juce_graphics.mm"; sourceTree = "SOURCE_ROOT"; };
|
||||
AED58461CE961C62A0E0A552 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_audio_processors.mm"; path = "../../JuceLibraryCode/include_juce_audio_processors.mm"; sourceTree = "SOURCE_ROOT"; };
|
||||
AF330F41D1A4865108690E3C = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_audio_devices.mm"; path = "../../JuceLibraryCode/include_juce_audio_devices.mm"; sourceTree = "SOURCE_ROOT"; };
|
||||
|
|
@ -103,7 +103,7 @@
|
|||
25DEDA8C9F94A6C8DFC8E53E, ); name = Source; sourceTree = "<group>"; };
|
||||
856518502A948813C90E6761 = {isa = PBXGroup; children = (
|
||||
5A58AF0A052C539F0E342A88,
|
||||
0ADF0DECFCB1DB4D3A847EB5, ); name = "JUCE Network Graphics Demo"; sourceTree = "<group>"; };
|
||||
0ADF0DECFCB1DB4D3A847EB5, ); name = NetworkGraphicsDemo; sourceTree = "<group>"; };
|
||||
EF0AACA84F1CEE7F45F56339 = {isa = PBXGroup; children = (
|
||||
B76F10A7778664E164A01934,
|
||||
89583CD42AD218E9753DF11C,
|
||||
|
|
@ -140,7 +140,7 @@
|
|||
D12A0DFFE18728E84D9AB739, ); name = "JUCE Library Code"; sourceTree = "<group>"; };
|
||||
4AA57E2B5FD5374D348EEF7F = {isa = PBXGroup; children = (
|
||||
1FD6DBAC73414DD4C152E34E,
|
||||
A7050DB1488924F209A7B5CF,
|
||||
5273768FBB55D0DD57A5E70C,
|
||||
70F1CAF3C4C561DD81E6AFC1, ); name = Resources; sourceTree = "<group>"; };
|
||||
71F5560BE0EE3A17A9CE44F6 = {isa = PBXGroup; children = (
|
||||
2E13A899F4E3C99054A3656F,
|
||||
|
|
@ -318,7 +318,7 @@
|
|||
EE7498599191DDC73ECB55B0,
|
||||
2E06386CE7CCA5FF76819BFF, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; };
|
||||
714944DB86A4D402E7FA269E = {isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = (
|
||||
521016BFC5181B3170BD9E8A,
|
||||
1282A62308CD1AC3F88A5D03,
|
||||
006DF460F8DF66EFFA80D968, ); runOnlyForDeploymentPostprocessing = 0; };
|
||||
C2977559BF9148DB70CA10AE = {isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = (
|
||||
987CBD5330E76B404F0D966C,
|
||||
|
|
@ -355,7 +355,7 @@
|
|||
4311FBCBD02948A0ED96C7DD = {isa = PBXNativeTarget; buildConfigurationList = B73863F5D180C23D3EC40C38; buildPhases = (
|
||||
714944DB86A4D402E7FA269E,
|
||||
C2977559BF9148DB70CA10AE,
|
||||
865E89B94B41EB14C202CBB0, ); buildRules = ( ); dependencies = ( ); name = "JUCE Network Graphics Demo - App"; productName = "JUCE Network Graphics Demo"; productReference = E4162459ED4C829EF7B19691; productType = "com.apple.product-type.application"; };
|
||||
865E89B94B41EB14C202CBB0, ); buildRules = ( ); dependencies = ( ); name = "NetworkGraphicsDemo - App"; productName = NetworkGraphicsDemo; productReference = E4162459ED4C829EF7B19691; productType = "com.apple.product-type.application"; };
|
||||
A5398ADB6F5B128C00EB935C = {isa = PBXProject; buildConfigurationList = 02715337C584F3C721251428; attributes = { LastUpgradeCheck = 0830; ORGANIZATIONNAME = "ROLI Ltd."; TargetAttributes = { 4311FBCBD02948A0ED96C7DD = { SystemCapabilities = {com.apple.ApplicationGroups.iOS = { enabled = 0; }; com.apple.InAppPurchase = { enabled = 0; }; com.apple.InterAppAudio = { enabled = 0; }; com.apple.Push = { enabled = 0; }; com.apple.Sandbox = { enabled = 0; }; }; }; }; }; compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 0; mainGroup = D2EB65517396C974F0415A7F; projectDirPath = ""; projectRoot = ""; targets = (4311FBCBD02948A0ED96C7DD); };
|
||||
};
|
||||
rootObject = A5398ADB6F5B128C00EB935C;
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.6 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.6 KiB |
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 912 B After Width: | Height: | Size: 912 B |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8.1 KiB |
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |