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

121 commits

Author SHA1 Message Date
Timur Doumler
d6ed722d76 Updated Android Studio build settings in projects. 2016-04-29 10:55:34 +01:00
Timur Doumler
908e1e93b9 Android Studio exporter: changed default toolchain back to clang (works again after Android Studio issue 207585 has been fixed in gradle-experimental wrapper version 0.7.0-rc1, and is the toolchain recommended by Google). 2016-04-29 10:54:17 +01:00
jules
6fc08dd1cd Added a workaround for Android GL glitches when pausing the app 2016-04-26 12:15:31 +01:00
jules
0b3a11ee07 Updated version number to 4.2.1 2016-04-21 10:08:47 +01:00
Timur Doumler
60478175d6 Android Studio exporter: changed default toolchain to gcc, as clang/libc++ seems to be broken with Android Studio 2.1 Beta 3 (at least on OS X and Windows). 2016-04-20 14:13:52 +01:00
jules
8920e1b1d2 Resaved projects 2016-04-20 11:37:18 +01:00
jules
325aeb1fc8 Resaved projects 2016-04-20 10:34:49 +01:00
Timur Doumler
8462849955 Re-saved projects. 2016-04-19 19:03:26 +01:00
Timur Doumler
f5c19ef612 Fixed Android build settings of all .jucer files to use new default values instead of hard-coded old values (gradle version etc.) 2016-04-19 17:04:06 +01:00
jules
f74338aab6 Resaved projects 2016-04-19 12:11:40 +01:00
jules
8343f3468c Found a few missing 'override' specifiers 2016-04-15 15:32:47 +01:00
jules
e9edeccc20 Resaved projects 2016-04-11 16:02:16 +01:00
Timur Doumler
70949aa0c6 Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 2016-04-06 18:31:24 +01:00
jules
ed067801eb Tidied up some demo code 2016-03-23 08:07:28 +00:00
Timur Doumler
942d269edb JuceDemo: removed an unnecessary capture-by-reference from a lambda. 2016-03-02 17:57:17 +00:00
Timur Doumler
497f286b53 Added new helper function MidiMessage::getDescription(), replacing some code that was previously in the Juce Demo. 2016-03-02 16:53:23 +00:00
jules
7c1d3e3074 Fixed a URL in the demo app 2016-03-02 12:55:24 +00:00
jules
dea899741d Resaved example projects 2016-02-29 17:17:23 +00:00
Timur Doumler
1762cdc9c9 Added runtime permissions request to JUCE Demo (recording tab) and MidiTest example app, added matching permissions to manifest, removed ant exporter, and re-saved both projects. 2016-02-25 10:15:45 +00:00
jules
d788e10eb4 Resaved projects 2016-02-15 15:32:09 +00:00
jules
60e072f3c4 Added a new class: StatisticsAccumulator 2016-02-12 17:28:54 +00:00
jules
e1ba584203 Whitespace 2016-02-12 10:21:04 +00:00
jules
6957a9e3a4 Fix to video demo 2016-02-11 17:44:54 +00:00
jules
08b853ee35 Removed some cross-module header inclusions, replacing them with macros to optionally make native helper classes public 2016-02-04 16:07:21 +00:00
hogliux
fa1ad90386 Fix black teapot issue 2016-02-03 13:19:01 +00:00
Timur Doumler
783d892359 JuceDemo: Reverted local path that accidentally ended up in Builds/Android/local.properties. 2016-02-02 15:17:45 +00:00
hogliux
0874d5d7e6 Re-save JUCE demo after changing Java files 2016-02-02 13:00:08 +00:00
Timur Doumler
f72bd28ea5 JuceDemo: fixed wrong Android app activity classname in Android Studio exporter. 2016-02-02 12:15:01 +00:00
Timur Doumler
f1373fcfa6 Re-saved JuceDemo project due to changes in Android exporter. 2016-02-02 11:54:33 +00:00
jules
47ab7aa885 Added a new example project: Networked graphics demo. 2016-01-28 16:14:49 +00:00
hogliux
e6b4dcb6a2 Add SSE4.1, SSE4.2 and AVX2 system stat flags and fix documentation typo 2016-01-26 10:06:30 +00:00
jules
a6afb208c6 Android: removed the action bar 2016-01-15 10:24:47 +00:00
Timur Doumler
668d9c5f69 JuceDemo: set Android API level to 23 jucer project so it compiles out of the box with Android Studio. 2016-01-13 10:22:39 +00:00
jules
9d7571fdc2 Resaved all example projects 2016-01-08 11:19:00 +00:00
jules
8a9322456f Replaced the now-deprecated iOS audio code with a new AVSession-based version. 2016-01-07 17:28:27 +00:00
Timur Doumler
e0d5306dee Re-saved JuceDemo with new iOS icon sizes. 2016-01-05 17:01:00 +00:00
Timur Doumler
8c68caf7c1 Introjucer: updated generated icon names for iOS 9. 2016-01-05 16:58:18 +00:00
jules
7435ab9c4a Minor tweak to the networking demo 2016-01-05 15:43:16 +00:00
jules
4583fa3fbf Used the ignoreUnused() function to tidy up some old code 2015-12-23 16:27:50 +00:00
jules
9b167ca5e1 Resaved example projects 2015-12-23 09:43:23 +00:00
jules
edec7b34b2 Replaced some uses of AffineTransform::identity with a default-constructed object 2015-12-22 17:46:31 +00:00
jules
c468a5dd3d Resaved example projects 2015-12-16 18:23:39 +00:00
jules
96d428ae17 Demo app: Fixed a typo in the look-and-feel demo 2015-12-16 18:09:57 +00:00
jules
02492b36b9 Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
jules
42120d0fe2 Added MPE (Midi Polyphonic Expression) classes 2015-12-10 10:57:29 +00:00
jules
26ff85ae94 Demo app: Lowered the frame rate of the welcome screen to save power if people leave it running 2015-12-01 16:35:00 +00:00
jules
128fdbb3f0 Demo: Added whirlpool to the crypto demo page 2015-11-30 17:31:35 +00:00
jules
884b5e051d Resaved some example project files. 2015-11-24 10:30:15 +00:00
jules
44b9eba29a Demo App: Added a MIDI output device option to the MIDI i/o page 2015-11-10 17:22:06 +00:00
jules
a712364356 Big Demo: Added latency to the audio setting page info display 2015-11-10 15:57:11 +00:00