- removed other juces

git-svn-id: http://moon:8086/svn/software/trunk/projects/JaySynth@714 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2020-06-05 15:18:34 +00:00
parent 6e4523256d
commit 22cb0987ff
8 changed files with 0 additions and 160 deletions
-21
View File
@@ -1,21 +0,0 @@
SRCS := modules/juce_core/juce_core.cpp
SRCS += modules/juce_data_structures/juce_data_structures.cpp
SRCS += modules/juce_events/juce_events.cpp
SRCS += modules/juce_graphics/juce_graphics.cpp
SRCS += modules/juce_gui_basics/juce_gui_basics.cpp
SRCS += modules/juce_gui_extra/juce_gui_extra.cpp
SRCS += modules/juce_audio_basics/juce_audio_basics.cpp
SRCS += modules/juce_audio_devices/juce_audio_devices.cpp
SRCS += modules/juce_audio_formats/juce_audio_formats.cpp
SRCS += modules/juce_audio_processors/juce_audio_processors.cpp
SRCS += modules/juce_audio_plugin_client/utility/juce_PluginUtilities.cpp
SRCS += modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp
SRCS += modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp
DEFINES := -DHAVE_LROUND
INCLUDES := -I ../vst/vstsdk2.4
DEFINES += -DJUCE_APP_CONFIG_HEADER=\"JuceHeader.h.${PKG_VER}\"
INCLUDES += -I${PKG_VER}/modules
-23
View File
@@ -1,23 +0,0 @@
diff -ruN temp/JUCE-4.3.1/modules/juce_graphics/colour/juce_PixelFormats.h ./JUCE-4.3.1/modules/juce_graphics/colour/juce_PixelFormats.h
--- temp/JUCE-4.3.1/modules/juce_graphics/colour/juce_PixelFormats.h 2017-01-26 11:51:04.000000000 +0100
+++ ./JUCE-4.3.1/modules/juce_graphics/colour/juce_PixelFormats.h 2019-11-22 18:08:13.129839330 +0100
@@ -108,19 +108,6 @@
forcedinline uint8 getGreen() const noexcept { return components.g; }
forcedinline uint8 getBlue() const noexcept { return components.b; }
- #if JUCE_GCC
- // NB these are here as a workaround because GCC refuses to bind to packed values.
- forcedinline uint8& getAlpha() noexcept { return comps [indexA]; }
- forcedinline uint8& getRed() noexcept { return comps [indexR]; }
- forcedinline uint8& getGreen() noexcept { return comps [indexG]; }
- forcedinline uint8& getBlue() noexcept { return comps [indexB]; }
- #else
- forcedinline uint8& getAlpha() noexcept { return components.a; }
- forcedinline uint8& getRed() noexcept { return components.r; }
- forcedinline uint8& getGreen() noexcept { return components.g; }
- forcedinline uint8& getBlue() noexcept { return components.b; }
- #endif
-
//==============================================================================
/** Copies another pixel colour over this one.
Binary file not shown.
-20
View File
@@ -1,20 +0,0 @@
SRCS := modules/juce_core/juce_core.cpp
SRCS += modules/juce_data_structures/juce_data_structures.cpp
SRCS += modules/juce_events/juce_events.cpp
SRCS += modules/juce_graphics/juce_graphics.cpp
SRCS += modules/juce_gui_basics/juce_gui_basics.cpp
SRCS += modules/juce_gui_extra/juce_gui_extra.cpp
SRCS += modules/juce_audio_basics/juce_audio_basics.cpp
SRCS += modules/juce_audio_devices/juce_audio_devices.cpp
SRCS += modules/juce_audio_formats/juce_audio_formats.cpp
SRCS += modules/juce_audio_processors/juce_audio_processors.cpp
SRCS += modules/juce_audio_plugin_client/utility/juce_PluginUtilities.cpp
SRCS += modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp
SRCS += modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp
DEFINES := -DHAVE_LROUND
INCLUDES := -I ../vst/vstsdk2.4
DEFINES += -DJUCE_APP_CONFIG_HEADER=\"JuceHeader.h.${PKG_VER}\"
INCLUDES += -I${PKG_VER}/modules
-12
View File
@@ -1,12 +0,0 @@
diff -ruN temp/JUCE-5.4.5/extras/Projucer/JuceLibraryCode/AppConfig.h ./JUCE-5.4.5/extras/Projucer/JuceLibraryCode/AppConfig.h
--- temp/JUCE-5.4.5/extras/Projucer/JuceLibraryCode/AppConfig.h 2019-10-16 11:09:54.000000000 +0200
+++ ./JUCE-5.4.5/extras/Projucer/JuceLibraryCode/AppConfig.h 2019-11-22 17:50:31.911164178 +0100
@@ -32,7 +32,7 @@
// BEGIN SECTION A
#ifndef JUCER_ENABLE_GPL_MODE
- #define JUCER_ENABLE_GPL_MODE 0
+ #define JUCER_ENABLE_GPL_MODE 1
#endif
// END SECTION A
Binary file not shown.
-42
View File
@@ -1,42 +0,0 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This is the header file that your files should include in order to get all the
JUCE library headers. You should avoid including the JUCE headers directly in
your own source files, because that wouldn't pick up the correct configuration
options for your app.
*/
#ifndef __APPHEADERFILE_FGWBAQ__
#define __APPHEADERFILE_FGWBAQ__
#include "AppConfig.h"
#include <juce_audio_basics/juce_audio_basics.h>
#include <juce_audio_devices/juce_audio_devices.h>
#include <juce_audio_formats/juce_audio_formats.h>
#include <juce_audio_plugin_client/juce_audio_plugin_client.h>
#include <juce_audio_processors/juce_audio_processors.h>
#include <juce_core/juce_core.h>
#include <juce_data_structures/juce_data_structures.h>
#include <juce_events/juce_events.h>
#include <juce_graphics/juce_graphics.h>
#include <juce_gui_basics/juce_gui_basics.h>
#include <juce_gui_extra/juce_gui_extra.h>
#if ! DONT_SET_USING_JUCE_NAMESPACE
// If your code uses a lot of JUCE classes, then this will obviously save you
// a lot of typing, but can be disabled by setting DONT_SET_USING_JUCE_NAMESPACE.
using namespace juce;
#endif
namespace ProjectInfo
{
const char* const projectName = JucePlugin_Name;
const char* const versionString = JucePlugin_VersionString;
const int versionNumber = JucePlugin_VersionCode;
}
#endif // __APPHEADERFILE_FGWBAQ__
-42
View File
@@ -1,42 +0,0 @@
/*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
This is the header file that your files should include in order to get all the
JUCE library headers. You should avoid including the JUCE headers directly in
your own source files, because that wouldn't pick up the correct configuration
options for your app.
*/
#ifndef __APPHEADERFILE_FGWBAQ__
#define __APPHEADERFILE_FGWBAQ__
#include "AppConfig.h"
#include <juce_audio_basics/juce_audio_basics.h>
#include <juce_audio_devices/juce_audio_devices.h>
#include <juce_audio_formats/juce_audio_formats.h>
#include <juce_audio_plugin_client/juce_audio_plugin_client.h>
#include <juce_audio_processors/juce_audio_processors.h>
#include <juce_core/juce_core.h>
#include <juce_data_structures/juce_data_structures.h>
#include <juce_events/juce_events.h>
#include <juce_graphics/juce_graphics.h>
#include <juce_gui_basics/juce_gui_basics.h>
#include <juce_gui_extra/juce_gui_extra.h>
#if ! DONT_SET_USING_JUCE_NAMESPACE
// If your code uses a lot of JUCE classes, then this will obviously save you
// a lot of typing, but can be disabled by setting DONT_SET_USING_JUCE_NAMESPACE.
using namespace juce;
#endif
namespace ProjectInfo
{
const char* const projectName = JucePlugin_Name;
const char* const versionString = JucePlugin_VersionString;
const int versionNumber = JucePlugin_VersionCode;
}
#endif // __APPHEADERFILE_FGWBAQ__