Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# In case you dont't want add unnecessary files
#**/JuceLibraryCOde
#**/Builds

**/.DS_Store

*.swp

build
Expand Down
7 changes: 7 additions & 0 deletions Builds/MacOSX/Info-AU.plist
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@
<string>Tmpr</string>
<key>version</key>
<integer>65539</integer>
<key>resourceUsage</key>
<dict>
<key>network.client</key>
<true/>
<key>temporary-exception.files.all.read-write</key>
<true/>
</dict>
</dict>
</array>
</dict>
Expand Down
2,280 changes: 1,551 additions & 729 deletions Builds/MacOSX/Temper.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1320"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "78A0F1CBC813E0CDBA206E64"
BuildableName = "Temper.component"
BlueprintName = "Temper - AU"
ReferencedContainer = "container:Temper.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = ""
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<PathRunnable
runnableDebuggingMode = "0"
BundleIdentifier = "com.juce.pluginhost"
FilePath = "/Users/lucabazzanella/Documents/GitHub/JUCE/extras/AudioPluginHost/Builds/MacOSX/build/Debug/AudioPluginHost.app">
</PathRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "78A0F1CBC813E0CDBA206E64"
BuildableName = "Temper.component"
BlueprintName = "Temper - AU"
ReferencedContainer = "container:Temper.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Binary file added Builds/Temper-AU-ARM.zip
Binary file not shown.
3 changes: 2 additions & 1 deletion Builds/VisualStudio2017/Temper.sln
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2017
# Visual Studio 15

Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Temper - Standalone Plugin", "Temper_StandalonePlugin.vcxproj", "{1511B662-19BF-4E37-E98C-33640F16251F}"
ProjectSection(ProjectDependencies) = postProject
Expand Down
1,039 changes: 790 additions & 249 deletions Builds/VisualStudio2017/Temper_SharedCode.vcxproj

Large diffs are not rendered by default.

1,904 changes: 1,476 additions & 428 deletions Builds/VisualStudio2017/Temper_SharedCode.vcxproj.filters

Large diffs are not rendered by default.

97 changes: 49 additions & 48 deletions Builds/VisualStudio2017/Temper_StandalonePlugin.vcxproj

Large diffs are not rendered by default.

21 changes: 20 additions & 1 deletion Builds/VisualStudio2017/Temper_StandalonePlugin.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,35 @@

<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="JUCE Modules\juce_audio_plugin_client\Standalone">
<UniqueIdentifier>{725C0EA8-9736-764D-81E6-01695B6B00B3}</UniqueIdentifier>
</Filter>
<Filter Include="JUCE Modules\juce_audio_plugin_client">
<UniqueIdentifier>{BA0A76FA-458F-0B1C-02E9-ECFBF81140EC}</UniqueIdentifier>
</Filter>
<Filter Include="JUCE Modules">
<UniqueIdentifier>{FE955B6B-68AC-AA07-70D8-2413F6DB65C8}</UniqueIdentifier>
</Filter>
<Filter Include="JUCE Library Code">
<UniqueIdentifier>{7ED5A90E-41AF-A1EF-659B-37CEEAB9BA61}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\JuceLibraryCode\modules\juce_audio_plugin_client\Standalone\juce_StandaloneFilterApp.cpp">
<Filter>JUCE Modules\juce_audio_plugin_client\Standalone</Filter>
</ClCompile>
<ClCompile Include="..\..\JuceLibraryCode\modules\juce_audio_plugin_client\juce_audio_plugin_client_Standalone.cpp">
<Filter>JUCE Modules\juce_audio_plugin_client</Filter>
</ClCompile>
<ClCompile Include="..\..\JuceLibraryCode\include_juce_audio_plugin_client_Standalone.cpp">
<Filter>JUCE Library Code</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup/>
<ItemGroup>
<ClInclude Include="..\..\JuceLibraryCode\modules\juce_audio_plugin_client\Standalone\juce_StandaloneFilterWindow.h">
<Filter>JUCE Modules\juce_audio_plugin_client\Standalone</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include=".\resources.rc">
<Filter>JUCE Library Code</Filter>
Expand Down
Loading