-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
3dbc4a9
commit b0d3aed
Showing
5 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -3,10 +3,10 @@ | |
<JUCERPROJECT id="evfaQW" name="Transfer" projectType="audioplug" useAppConfig="0" | ||
addUsingNamespaceToJuceHeader="0" displaySplashScreen="1" jucerFormatVersion="1" | ||
pluginChannelConfigs="{1, 1}, {2, 2}" pluginName="Transfer" pluginManufacturer="Syl Morrison" | ||
pluginDesc="KCU001" companyName="Syl Morrison" companyCopyright="KCU" | ||
companyWebsite="https://kalidemusic.com" cppLanguageStandard="20" | ||
pluginDesc="SM001" companyName="Syl Morrison" companyCopyright="KCU" | ||
companyWebsite="https://meijisirlnd.github.io" cppLanguageStandard="20" | ||
pluginCharacteristicsValue="pluginEditorRequiresKeys" pluginAUMainType="'aufx'" | ||
pluginAUIsSandboxSafe="1"> | ||
pluginAUIsSandboxSafe="1" version="0.0.1" companyEmail="[email protected]"> | ||
<MAINGROUP id="q5aHrr" name="Transfer"> | ||
<GROUP id="{E1BD8A85-B738-0C04-A90A-6AD1615459FF}" name="Resources"> | ||
<FILE id="Bcejyy" name="agree-personal-use.regular.otf" compile="0" | ||
|
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
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 |
---|---|---|
|
@@ -44,16 +44,16 @@ | |
#define JucePlugin_Name "Transfer" | ||
#endif | ||
#ifndef JucePlugin_Desc | ||
#define JucePlugin_Desc "KCU001" | ||
#define JucePlugin_Desc "SM001" | ||
#endif | ||
#ifndef JucePlugin_Manufacturer | ||
#define JucePlugin_Manufacturer "Syl Morrison" | ||
#endif | ||
#ifndef JucePlugin_ManufacturerWebsite | ||
#define JucePlugin_ManufacturerWebsite "https://kalidemusic.com" | ||
#define JucePlugin_ManufacturerWebsite "https://meijisirlnd.github.io" | ||
#endif | ||
#ifndef JucePlugin_ManufacturerEmail | ||
#define JucePlugin_ManufacturerEmail "" | ||
#define JucePlugin_ManufacturerEmail "[email protected]" | ||
#endif | ||
#ifndef JucePlugin_ManufacturerCode | ||
#define JucePlugin_ManufacturerCode 0x4d616e75 | ||
|
@@ -77,13 +77,13 @@ | |
#define JucePlugin_EditorRequiresKeyboardFocus 1 | ||
#endif | ||
#ifndef JucePlugin_Version | ||
#define JucePlugin_Version 1.0.0 | ||
#define JucePlugin_Version 0.0.1 | ||
#endif | ||
#ifndef JucePlugin_VersionCode | ||
#define JucePlugin_VersionCode 0x10000 | ||
#define JucePlugin_VersionCode 0x1 | ||
#endif | ||
#ifndef JucePlugin_VersionString | ||
#define JucePlugin_VersionString "1.0.0" | ||
#define JucePlugin_VersionString "0.0.1" | ||
#endif | ||
#ifndef JucePlugin_VSTUniqueID | ||
#define JucePlugin_VSTUniqueID JucePlugin_PluginCode | ||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.