Skip to content

Commit

Permalink
v0.3.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcSM committed Jun 24, 2020
1 parent b369bb9 commit 5cfd48b
Show file tree
Hide file tree
Showing 103 changed files with 9,697 additions and 57,064 deletions.
Binary file removed .DS_Store
Binary file not shown.
Binary file added Assets/Images/GUI/current_version.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added Assets/Images/GUI/v0.3.0-beta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/Images/Logos/morphex_long_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions Assets/Images/Logos/morphex_long_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions Assets/Sounds/soprano-E4.had

This file was deleted.

2 changes: 0 additions & 2 deletions Assets/Sounds/violin-B3.had

This file was deleted.

23 changes: 15 additions & 8 deletions JuceLibraryCode/AppConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@

#define JUCE_USE_DARK_SPLASH_SCREEN 1

#define JUCE_PROJUCER_VERSION 0x50407

//==============================================================================
#define JUCE_MODULE_AVAILABLE_danlin_fontawesome 1
#define JUCE_MODULE_AVAILABLE_juce_audio_basics 1
#define JUCE_MODULE_AVAILABLE_juce_audio_devices 1
#define JUCE_MODULE_AVAILABLE_juce_audio_formats 1
Expand Down Expand Up @@ -155,6 +158,10 @@
//#define JUCE_USE_STUDIO_ONE_COMPATIBLE_PARAMETERS 1
#endif

#ifndef JUCE_AU_WRAPPERS_SAVE_PROGRAM_STATES
//#define JUCE_AU_WRAPPERS_SAVE_PROGRAM_STATES 0
#endif

#ifndef JUCE_STANDALONE_FILTER_WINDOW_USE_KIOSK_MODE
//#define JUCE_STANDALONE_FILTER_WINDOW_USE_KIOSK_MODE 0
#endif
Expand Down Expand Up @@ -213,19 +220,19 @@
#endif

#ifndef JUCE_USE_CURL
//#define JUCE_USE_CURL 0
//#define JUCE_USE_CURL 1
#endif

#ifndef JUCE_LOAD_CURL_SYMBOLS_LAZILY
//#define JUCE_LOAD_CURL_SYMBOLS_LAZILY 0
#endif

#ifndef JUCE_CATCH_UNHANDLED_EXCEPTIONS
//#define JUCE_CATCH_UNHANDLED_EXCEPTIONS 1
//#define JUCE_CATCH_UNHANDLED_EXCEPTIONS 0
#endif

#ifndef JUCE_ALLOW_STATIC_NULL_VARIABLES
//#define JUCE_ALLOW_STATIC_NULL_VARIABLES 1
//#define JUCE_ALLOW_STATIC_NULL_VARIABLES 0
#endif

#ifndef JUCE_STRICT_REFCOUNTEDPOINTER
Expand Down Expand Up @@ -258,8 +265,8 @@
//==============================================================================
// juce_events flags:

#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK
//#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK 0
#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_BACKGROUND_TASK
//#define JUCE_EXECUTE_APP_SUSPEND_ON_BACKGROUND_TASK 0
#endif

//==============================================================================
Expand Down Expand Up @@ -386,13 +393,13 @@
#define JucePlugin_EditorRequiresKeyboardFocus 0
#endif
#ifndef JucePlugin_Version
#define JucePlugin_Version 0.2.0
#define JucePlugin_Version 0.3.0-beta
#endif
#ifndef JucePlugin_VersionCode
#define JucePlugin_VersionCode 0x200
#define JucePlugin_VersionCode 0x300
#endif
#ifndef JucePlugin_VersionString
#define JucePlugin_VersionString "0.2.0"
#define JucePlugin_VersionString "0.3.0-beta"
#endif
#ifndef JucePlugin_VSTUniqueID
#define JucePlugin_VSTUniqueID JucePlugin_PluginCode
Expand Down
Loading

0 comments on commit 5cfd48b

Please sign in to comment.