Lukasz Kozakiewicz
|
772185f2b0
|
Add camera support for iOS and Android.
|
2018-04-25 18:54:04 +02:00 |
|
ed
|
f69b9eb884
|
Add a config flag to juce_audio_processors for enabling LADSPA plugin hosting and enable it in AudioPluginHost
|
2018-04-25 12:56:23 +01:00 |
|
ed
|
1e23f5fa25
|
Projucer: Fixed a bug causing AAX and RTAS categories to not be recalled correctly
|
2018-04-23 17:27:10 +01:00 |
|
ed
|
d53171f0e9
|
Add "Assets" folder as a custom resource folder in AUv3SynthPlugin example on Mac so that the AUv3 passes auval
|
2018-04-23 16:45:10 +01:00 |
|
ed
|
f29fa75477
|
Projucer: Fixed the "Don't Add Resources Folder to App Extension" setting in the iOS exporter so that it does what it says and added the option to the Mac exporter
|
2018-04-23 16:45:10 +01:00 |
|
Tom Poole
|
884f03aaa3
|
Added a missing plug-in capability when creating the AudioPluginDemo project
|
2018-04-23 12:33:17 +01:00 |
|
ed
|
040a3168f3
|
Projucer: Fix formatting in previous commit
|
2018-04-23 11:43:10 +01:00 |
|
ed
|
12b90421b4
|
Projucer: Set extra plugin formats and characteristics of PIP examples
|
2018-04-23 10:21:56 +01:00 |
|
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
ed
|
1060e3a0c2
|
Projucer: Use widget colour id for MultiChoicePropertyComponent button text
|
2018-04-19 14:36:23 +01:00 |
|
Tom Poole
|
c7c26fa9f0
|
Removed the OS X 10.5 and 10.6 deployment target options from the Projucer and enabled more C++11 features across all platforms
|
2018-04-17 18:46:55 +01:00 |
|
ed
|
4a73a9a6f0
|
Projucer: When writing the VST3 category string prioritise "Fx" > "Instrument" > everything else. Added missing "Dynamics" category
|
2018-04-17 09:43:53 +01:00 |
|
ed
|
6dbcfbf6e5
|
Projucer: Write AppConfig.h file once and ensure that it is only rewritten if it has actually changed
|
2018-04-17 09:08:03 +01:00 |
|
ed
|
f47d8d2425
|
Re-saved all projects
|
2018-04-17 08:43:25 +01:00 |
|
ed
|
3e75fce282
|
Projucer: Removed noexcept specifier from BinaryData methods for VS2013 compatibility
|
2018-04-17 08:40:36 +01:00 |
|
jules
|
8faeecec28
|
Fixed a bug in the Projucer where the --lf command line option wouldn't work
|
2018-04-16 12:27:09 +01:00 |
|
ed
|
1e66355617
|
Projucer: Explicitly set the project ID if it isn't already set
|
2018-04-16 11:22:04 +01:00 |
|
ed
|
d5d2938126
|
Projucer: Allow relative paths in the "Extra Frameworks" field of the Xcode exporter
|
2018-04-16 11:09:01 +01:00 |
|
Tom Poole
|
05d5b3b611
|
Re-saved all projects
|
2018-04-16 11:08:08 +01:00 |
|
Tom Poole
|
92ff4e285c
|
Updated the Xcode exporter upgrade warnings
|
2018-04-16 11:02:18 +01:00 |
|
ed
|
8f86e68190
|
Projucer: Allow ComponentEditor to edit all cpp file extensions
|
2018-04-16 10:22:36 +01:00 |
|
ed
|
193a47c10b
|
Projucer: Only write plugin characteristics file once
|
2018-04-16 10:16:30 +01:00 |
|
ed
|
317793258f
|
Projucer: Don't link to external libraries or compile resources file when building the shared code target in VS
|
2018-04-12 12:21:25 +01:00 |
|
ed
|
4493b71fd9
|
Projucer: Remove old plugin format identifier from audio plugin wizard and add standalone to default plugin formats
|
2018-04-11 15:26:29 +01:00 |
|
ed
|
728d28fdc0
|
Projucer: Always locally copy PIP files that are created from the clipboard so that they aren't deleted on shutdown
|
2018-04-11 14:45:40 +01:00 |
|
ed
|
16935088e1
|
Projucer: Fix linker error when building live-build DLL
|
2018-04-11 10:26:11 +01:00 |
|
ed
|
c9aebedfeb
|
Projucer: Update PIPGenerator to use new plugin formats multi-choice var
|
2018-04-11 10:17:34 +01:00 |
|
ed
|
fabb3a1e09
|
Projucer: Ensure that the compile engine settings are stored and recalled correctly
|
2018-04-11 09:48:09 +01:00 |
|
Tom Poole
|
4229dc0a4f
|
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
|
2018-04-10 18:34:20 +01:00 |
|
Noah Dayan
|
2f1981ca8c
|
Re-saved all projects
|
2018-04-10 17:08:47 +01:00 |
|
Noah Dayan
|
1a31c86f39
|
Bump version number to 5.3.1
|
2018-04-10 17:01:54 +01:00 |
|
hogliux
|
2271d3b734
|
Android: Android Studio 3.1 now requires the google() repository to come before any other repositories
|
2018-04-10 14:29:40 +01:00 |
|
hogliux
|
a82047aea9
|
Android: Updated to latest android gradle plugin and build tools version
|
2018-04-10 09:56:53 +01:00 |
|
jules
|
d691838765
|
Tidied up a few minor coding style discrepencies
|
2018-04-10 09:50:11 +01:00 |
|
ed
|
2204c6b263
|
Projucer: Fixed a bug where AAX and RTAS categories were not being recalled correctly
|
2018-04-10 09:06:15 +01:00 |
|
Lukasz Kozakiewicz
|
774c1f5bed
|
Re-save all projects.
|
2018-04-09 18:57:00 +02:00 |
|
ed
|
5527cd8ca1
|
Add Android and iOS support to AudioPluginHost
|
2018-04-09 12:15:50 +01:00 |
|
ed
|
03eb182e7d
|
Revert commit ba130cd
|
2018-04-09 11:10:34 +01:00 |
|
ed
|
7d36760efd
|
PIPs: Changed the Component Main.cpp wrapper to avoid a crash that would happen on quit when using the live-build engine on Windows
|
2018-04-09 10:43:03 +01:00 |
|
ed
|
05ae575b46
|
Projucer: Add analytics events for new project wizard page
|
2018-04-09 09:59:40 +01:00 |
|
ed
|
b999047748
|
Projucer: Ensure that "Module Added" analytics events are only sent once and not sent when creating a new project
|
2018-04-09 09:57:45 +01:00 |
|
jules
|
7bc75e24c1
|
Increased the Xcode warning level for some demo code and fixed resulting warnings
|
2018-04-05 16:38:20 +01:00 |
|
ed
|
978edcff38
|
Projucer: Ensure that getAvailableModulesInGlobalPath() can handle paths starting with "~"
|
2018-04-05 15:31:44 +01:00 |
|
ed
|
c03c950c48
|
Projucer: Add array delimiter strings to the PIPCreator multi-choice values
|
2018-04-05 15:14:58 +01:00 |
|
ed
|
96f1fb43c1
|
Projucer: Clarified the OSX base SDK version that will be used if the "Default" option is selected
|
2018-04-05 14:38:16 +01:00 |
|
ed
|
5cb7e920ee
|
Projucer: Don't set the OSX SDK version if using default
|
2018-04-05 13:00:42 +01:00 |
|
ed
|
0f9a0e8c7a
|
Projucer: Fixed a bug where the OSX base SDK version was not being set due to an extra "SDK" being added to the end of the version string
|
2018-04-05 12:35:40 +01:00 |
|
Tom Poole
|
ba130cdd8c
|
Removed the OS X 10.5 and 10.6 deployment target options from the Projucer
|
2018-04-05 10:23:04 +01:00 |
|
ed
|
26a608306e
|
Projucer: Fixed a crash that could occur when editing module flags
|
2018-04-05 09:25:26 +01:00 |
|
ed
|
8d952587a5
|
Projucer: Renamed the "Include BinaryData in AppConfig" project setting to "Include BinaryData in JuceHeader" so that it actually does what it says
|
2018-04-04 17:20:14 +01:00 |
|