-
Notifications
You must be signed in to change notification settings - Fork 5
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
2fc629e
commit 21f04bb
Showing
5 changed files
with
50 additions
and
23 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
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,7 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<JUCERPROJECT id="zK0IVL" name="CHOW" projectType="audioplug" jucerVersion="5.4.1" | ||
pluginFormats="buildAU,buildStandalone,buildVST,buildVST3" bundleIdentifier="com.chowdsp.CHOW"> | ||
pluginFormats="buildAU,buildStandalone,buildVST,buildVST3" bundleIdentifier="com.chowdsp.CHOW" | ||
version="1.0.0" companyName="Chowdhury DSP" companyWebsite="chowdsp.com" | ||
companyEmail="[email protected]" pluginName="CHOW" pluginDesc="Maximally truculent distortion" | ||
pluginManufacturerCode="Chow" aaxIdentifier="com.chowdsp.CHOW"> | ||
<MAINGROUP id="fvFmFA" name="CHOW"> | ||
<GROUP id="{77BB85C6-10A2-D351-C891-0FA2413631C8}" name="Source"> | ||
<FILE id="Z1PiUo" name="MyLNF.h" compile="0" resource="0" file="Source/MyLNF.h"/> | ||
|
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 |
---|---|---|
|
@@ -341,19 +341,19 @@ | |
#define JucePlugin_Name "CHOW" | ||
#endif | ||
#ifndef JucePlugin_Desc | ||
#define JucePlugin_Desc "CHOW" | ||
#define JucePlugin_Desc "Maximally truculent distortion" | ||
#endif | ||
#ifndef JucePlugin_Manufacturer | ||
#define JucePlugin_Manufacturer "yourcompany" | ||
#define JucePlugin_Manufacturer "Chowdhury DSP" | ||
#endif | ||
#ifndef JucePlugin_ManufacturerWebsite | ||
#define JucePlugin_ManufacturerWebsite "" | ||
#define JucePlugin_ManufacturerWebsite "chowdsp.com" | ||
#endif | ||
#ifndef JucePlugin_ManufacturerEmail | ||
#define JucePlugin_ManufacturerEmail "" | ||
#define JucePlugin_ManufacturerEmail "[email protected]" | ||
#endif | ||
#ifndef JucePlugin_ManufacturerCode | ||
#define JucePlugin_ManufacturerCode 0x4d616e75 // 'Manu' | ||
#define JucePlugin_ManufacturerCode 0x43686f77 // 'Chow' | ||
#endif | ||
#ifndef JucePlugin_PluginCode | ||
#define JucePlugin_PluginCode 0x5a6b3069 // 'Zk0i' | ||
|
@@ -425,7 +425,7 @@ | |
#define JucePlugin_RTASDisableMultiMono 0 | ||
#endif | ||
#ifndef JucePlugin_AAXIdentifier | ||
#define JucePlugin_AAXIdentifier com.yourcompany.CHOW | ||
#define JucePlugin_AAXIdentifier com.chowdsp.CHOW | ||
#endif | ||
#ifndef JucePlugin_AAXManufacturerCode | ||
#define JucePlugin_AAXManufacturerCode JucePlugin_ManufacturerCode | ||
|
@@ -449,7 +449,7 @@ | |
#define JucePlugin_IAASubType JucePlugin_PluginCode | ||
#endif | ||
#ifndef JucePlugin_IAAName | ||
#define JucePlugin_IAAName "yourcompany: CHOW" | ||
#define JucePlugin_IAAName "Chowdhury DSP: CHOW" | ||
#endif | ||
|
||
//============================================================================== | ||
|
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