-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
673 changed files
with
47,746 additions
and
28,952 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?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> | ||
<dict> | ||
<key>CFBundleExecutable</key> | ||
<string>${EXECUTABLE_NAME}</string> | ||
<key>CFBundleIconFile</key> | ||
<string></string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.Ywen.Arpligner</string> | ||
<key>CFBundleName</key> | ||
<string>Arpligner</string> | ||
<key>CFBundleDisplayName</key> | ||
<string>Arpligner</string> | ||
<key>CFBundlePackageType</key> | ||
<string></string> | ||
<key>CFBundleSignature</key> | ||
<string></string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>0.1</string> | ||
<key>CFBundleVersion</key> | ||
<string>0.1</string> | ||
<key>NSHumanReadableCopyright</key> | ||
<string></string> | ||
<key>NSHighResolutionCapable</key> | ||
<true/> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
Builds/VisualStudio2022/Arpligner_LV2ManifestHelper.vcxproj
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
661 changes: 446 additions & 215 deletions
661
Builds/VisualStudio2022/Arpligner_SharedCode.vcxproj.filters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
156 changes: 156 additions & 0 deletions
156
Builds/VisualStudio2022/Arpligner_VST3ManifestHelper.vcxproj
Large diffs are not rendered by default.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
Builds/VisualStudio2022/Arpligner_VST3ManifestHelper.vcxproj.filters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup/> | ||
<ItemGroup/> | ||
<ItemGroup/> | ||
<ItemGroup> | ||
<ResourceCompile Include=".\resources.rc"> | ||
<Filter>JUCE Library Code</Filter> | ||
</ResourceCompile> | ||
</ItemGroup> | ||
</Project> |
16 changes: 8 additions & 8 deletions
16
...nclude_juce_audio_plugin_client_utils.cpp → ...de_juce_audio_plugin_client_AAX_utils.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
/* | ||
IMPORTANT! This file is auto-generated each time you save your | ||
project - if you alter its contents, your changes may be overwritten! | ||
*/ | ||
|
||
#include <juce_audio_plugin_client/juce_audio_plugin_client_utils.cpp> | ||
/* | ||
IMPORTANT! This file is auto-generated each time you save your | ||
project - if you alter its contents, your changes may be overwritten! | ||
*/ | ||
|
||
#include <juce_audio_plugin_client/juce_audio_plugin_client_AAX_utils.cpp> |
16 changes: 8 additions & 8 deletions
16
...ude_juce_audio_plugin_client_VST_utils.mm → .../include_juce_audio_plugin_client_VST2.mm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
/* | ||
|
||
IMPORTANT! This file is auto-generated each time you save your | ||
project - if you alter its contents, your changes may be overwritten! | ||
|
||
*/ | ||
|
||
#include <juce_audio_plugin_client/juce_audio_plugin_client_VST_utils.mm> | ||
/* | ||
|
||
IMPORTANT! This file is auto-generated each time you save your | ||
project - if you alter its contents, your changes may be overwritten! | ||
|
||
*/ | ||
|
||
#include <juce_audio_plugin_client/juce_audio_plugin_client_VST2.mm> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/* | ||
|
||
IMPORTANT! This file is auto-generated each time you save your | ||
project - if you alter its contents, your changes may be overwritten! | ||
|
||
*/ | ||
|
||
#include <juce_audio_plugin_client/juce_audio_plugin_client_VST3.mm> |
Oops, something went wrong.