Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-bondi committed Feb 19, 2022
2 parents 09d01ec + 221a0d6 commit 12d1573
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion JuceLibraryCode/AppConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

#define JUCE_USE_DARK_SPLASH_SCREEN 1

#define JUCE_PROJUCER_VERSION 0x60008
#define JUCE_PROJUCER_VERSION 0x60105

//==============================================================================
#define JUCE_MODULE_AVAILABLE_ebeamer_common 1
Expand Down
2 changes: 2 additions & 0 deletions JuceLibraryCode/BinaryData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6660,6 +6660,7 @@ static const unsigned char temp_binary_data_30[] =
const char* UmfPackSupport = (const char*) temp_binary_data_30;


const char* getNamedResource (const char* resourceNameUTF8, int& numBytes);
const char* getNamedResource (const char* resourceNameUTF8, int& numBytes)
{
unsigned int hash = 0;
Expand Down Expand Up @@ -6778,6 +6779,7 @@ const char* originalFilenames[] =
"UmfPackSupport"
};

const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8);
const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8)
{
for (unsigned int i = 0; i < (sizeof (namedResourceList) / sizeof (namedResourceList[0])); ++i)
Expand Down
4 changes: 2 additions & 2 deletions JuceLibraryCode/JuceHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ namespace ProjectInfo
{
const char* const projectName = "Ebeamer";
const char* const companyName = "ISPL and Eventide";
const char* const versionString = "2.1.0";
const int versionNumber = 0x20100;
const char* const versionString = "2.1.1";
const int versionNumber = 0x20101;
}
#endif
6 changes: 3 additions & 3 deletions JuceLibraryCode/JucePluginDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@
#define JucePlugin_EditorRequiresKeyboardFocus 0
#endif
#ifndef JucePlugin_Version
#define JucePlugin_Version 2.1.0
#define JucePlugin_Version 2.1.1
#endif
#ifndef JucePlugin_VersionCode
#define JucePlugin_VersionCode 0x20100
#define JucePlugin_VersionCode 0x20101
#endif
#ifndef JucePlugin_VersionString
#define JucePlugin_VersionString "2.1.0"
#define JucePlugin_VersionString "2.1.1"
#endif
#ifndef JucePlugin_VSTUniqueID
#define JucePlugin_VSTUniqueID JucePlugin_PluginCode
Expand Down
2 changes: 1 addition & 1 deletion eBeamer.jucer
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
pluginAAXCategory="512" pluginRTASCategory="512" pluginVSTCategory="kPlugCategSpacializer"
pluginAUMainType="'aufx'" pluginName="Ebeamer" pluginDesc="Estick beam controller"
pluginManufacturer="ISPL and Eventide" pluginManufacturerCode="Ispl"
pluginCode="ebea" version="2.1.0" bundleIdentifier="com.eventideaudio.ebeamer"
pluginCode="ebea" version="2.1.1" bundleIdentifier="com.eventideaudio.ebeamer"
companyWebsite="https://www.eventideaudio.com/" aaxIdentifier="it.polimi.deib.ispl.ebeamer"
pluginAUExportPrefix="EbeamerAU" pluginCharacteristicsValue="pluginWantsMidiIn"
headerPath="..\..\ASIO\common&#10;../../../modules/" companyCopyright="2021 ISPL and Eventide"
Expand Down

0 comments on commit 12d1573

Please sign in to comment.