diff --git a/JuceLibraryCode/AppConfig.h b/JuceLibraryCode/AppConfig.h index ac68e8e..757bb45 100644 --- a/JuceLibraryCode/AppConfig.h +++ b/JuceLibraryCode/AppConfig.h @@ -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 diff --git a/JuceLibraryCode/BinaryData.cpp b/JuceLibraryCode/BinaryData.cpp index 961bbd8..cf460e5 100644 --- a/JuceLibraryCode/BinaryData.cpp +++ b/JuceLibraryCode/BinaryData.cpp @@ -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; @@ -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) diff --git a/JuceLibraryCode/JuceHeader.h b/JuceLibraryCode/JuceHeader.h index d04c99e..258f414 100644 --- a/JuceLibraryCode/JuceHeader.h +++ b/JuceLibraryCode/JuceHeader.h @@ -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 diff --git a/JuceLibraryCode/JucePluginDefines.h b/JuceLibraryCode/JucePluginDefines.h index 65bdb33..1dee592 100644 --- a/JuceLibraryCode/JucePluginDefines.h +++ b/JuceLibraryCode/JucePluginDefines.h @@ -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 diff --git a/eBeamer.jucer b/eBeamer.jucer index 964445f..a77a17b 100644 --- a/eBeamer.jucer +++ b/eBeamer.jucer @@ -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 ../../../modules/" companyCopyright="2021 ISPL and Eventide"