mirror of
https://github.com/yokemura/Magical8bitPlug2.git
synced 2025-07-27 11:24:16 -04:00
Cast values to float pointers for compatibility with v5.4.7
This commit is contained in:
@ -47,7 +47,7 @@
|
||||
|
||||
#define JUCE_USE_DARK_SPLASH_SCREEN 0
|
||||
|
||||
#define JUCE_PROJUCER_VERSION 0x50406
|
||||
#define JUCE_PROJUCER_VERSION 0x50407
|
||||
|
||||
//==============================================================================
|
||||
#define JUCE_MODULE_AVAILABLE_juce_audio_basics 1
|
||||
@ -156,6 +156,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
|
||||
@ -236,8 +240,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
|
||||
|
||||
//==============================================================================
|
||||
|
Reference in New Issue
Block a user