1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
Commit graph

735 commits

Author SHA1 Message Date
ed
297e2c4c95 Re-saved all projects 2020-04-17 16:05:20 +01:00
ed
30b41c67cf Re-saved all projects 2020-04-17 08:50:28 +01:00
reuk
719a491740 Android: Use built-in Oboe 2020-04-16 12:18:49 +01:00
ed
3c8dc1effe Added WKWebView implementation where available on macOS and iOS 2020-04-16 12:18:47 +01:00
reuk
748d0e203f APVTS: Refactor the parameter attachment classes 2020-04-16 12:18:46 +01:00
reuk
f20b93a458 AudioPluginHost: Include example plugins in project
This change adds the examples from `examples/Plugins` to the
AudioPluginHost, surfacing them as 'internal' plugins in the popup menu.
2020-04-16 12:18:46 +01:00
reuk
8433c098b9 MIDI: Add Midi Logger plugin demo PIP
We also build this into the AudioPluginHost, as a convenient way to
check the midi outputs of plugins and devices.
2020-04-16 12:18:46 +01:00
reuk
eae9a10944 MidiBuffer: Add iterator compatible with C++11 range-for 2020-04-13 13:16:06 +01:00
reuk
e7e1de78fa Files: Add RangedDirectoryIterator 2020-04-13 13:16:06 +01:00
reuk
5f348c3040 Warnings: Add warning-wrangling header 2020-04-13 13:16:05 +01:00
reuk
2ca69e8f70 Projucer: Stop requiring JuceHeader to be included in projects 2020-04-13 13:16:05 +01:00
reuk
ece5644a20 CMake: Add support for building JUCE projects with CMake 2020-04-13 12:10:11 +01:00
reuk
1fdba480cc JUCE 6: Update version numbers 2020-04-11 15:03:19 +01:00
reuk
327f817b9b Copyrights: Update commercial/gpl headers to be gpl-only 2020-04-09 15:22:56 +01:00
ed
18df1b0937 Added JUCE_CONTENT_SHARING define to conditionally compile the native content sharer code 2020-03-31 18:53:14 +01:00
Tom Poole
4d496bc44f Re-saved all projects 2020-03-26 10:09:38 +00:00
reuk
bbd2184e3b Demos: Fix some build issues in demos with more warnings enabled 2020-03-20 14:28:36 +00:00
ed
12765e3761 Re-saved all projects 2020-03-19 16:50:05 +00:00
ed
08925cac6e Updated AudioPluginHost and DemoRunner icons to be different to Projucer icon 2020-03-19 16:44:30 +00:00
ed
c1cb7cea9a Fixed some issues flagged by the Xcode static analysis tool 2020-03-18 10:18:54 +00:00
reuk
4caf25914c Examples: Fix up createAssetInputStream uses 2020-03-16 16:02:42 +00:00
Tom Poole
ffb140de84 Re-saved all projects 2020-03-16 14:09:52 +00:00
ed
7035a40879 Fixed some errors in the examples 2020-03-16 11:47:15 +00:00
reuk
5af01b9b16 Demos: Convey proper ownership semantics 2020-03-12 18:30:45 +00:00
Tom Poole
28e03f0815 Replaced all instances of JUCE_CONSTEXPR with constexpr 2020-03-11 17:21:30 +00:00
reuk
e55de57922 DSP: Fix compiler warnings in DSP plugin demo 2020-03-11 12:54:00 +00:00
ed
18306bf647 Re-saved all projects 2020-03-09 17:42:02 +00:00
ed
59a058fdc6 Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough 2020-03-09 17:39:28 +00:00
ed
deed6c4906 Re-saved all projects 2020-03-03 17:24:39 +00:00
ed
6acbb3e4d4 Partially reverted af6fc6b to add back in AudioPluginDemo input bus 2020-03-03 16:54:09 +00:00
ed
af6fc6b66a AudioPluginDemo fixes for AUv3 builds - don't add input bus and ensure that updateTrackProperties() is called on the message thread 2020-03-02 12:15:29 +00:00
Mike Toon
a6fded11e6 BLOCKS: Use unique_ptr for setting program and add new block listeners 2020-02-20 12:38:07 +00:00
ed
113342d1e6 Fixed an issue sharing files on Android in the DialogsDemo 2020-02-20 09:57:15 +00:00
ed
542e661374 Re-saved all projects 2020-02-10 14:33:21 +00:00
ed
08d0a12f03 Bump version number to 5.4.7 2020-02-10 14:16:54 +00:00
Tom Poole
99786cf7fd DemoRunner: Changed the default setting for reporting app usage 2020-02-07 15:37:08 +00:00
Tom Poole
0fa4738cc1 Re-saved all projects 2020-02-07 09:11:34 +00:00
Tom Poole
7c031b0318 DemoRunner: Changed the default setting for reporting app usage 2020-02-05 12:42:53 +00:00
Tom Poole
c7838d4ca3 Re-saved all projects 2020-02-04 11:35:34 +00:00
Tom Poole
ef1eacccd3 Bump version number to 5.4.6 2020-02-04 11:26:48 +00:00
Tom Poole
0831c718a2 macOS: Fixed some Projucer live-build issues on Catalina 2020-02-04 11:26:48 +00:00
ed
90d08cb58b Re-saved all projects 2020-02-03 09:54:46 +00:00
ed
7d330ab782 Always #include JuceHeader.h from the include search path 2020-01-21 16:24:57 +00:00
ed
80d819ccf2 Added Assets folder as an Xcode resource in the DemoRunner 2020-01-15 09:19:56 +00:00
ed
2f6053b64e Android: Removed hard dependency on billing client library 2020-01-07 12:32:26 +00:00
ed
a54da0b832 Fixed some more typos 2020-01-07 08:53:23 +00:00
ed
8f6f29943d Re-saved all projects 2020-01-06 17:17:31 +00:00
ed
f982c00d88 Re-saved all projects 2020-01-06 16:22:09 +00:00
ed
98d55ed95d Enabled the in-app billing setting in the DemoRunner 2020-01-06 16:20:08 +00:00
ed
027e12e3a6 Android: Replaced deprecated AIDL in-app billing code with Google Play Billing library 2020-01-06 16:19:05 +00:00