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

304 commits

Author SHA1 Message Date
jules
44cd80969d A few C++11 modernisations and comment corrections 2017-03-28 12:31:51 +01:00
tpoole
82565a0c96 Removed the VS2010 and VS2012 exporters from the examples and extra JUCE projects and added a VS2017 exporter 2017-03-22 12:51:29 +00:00
tpoole
554645b750 Changed the JUCE demo plug-in and host to compile in 64 bit for the latest version of Visual Studio 2017-03-20 16:57:30 +00:00
hogliux
de723216b5 Fixed an issue where the bus enabled radio button in the audio demo host would not update properly 2017-03-16 17:23:26 +00:00
tpoole
1dd4b05516 Resaved all projects 2017-03-16 09:24:52 +00:00
jules
35f78e15fb Added printout of SystemStats::getNumPhysicalCpus() to demo app 2017-03-13 14:34:33 +00:00
jules
f207ebb6d8 BLOCKS SDK: New and updated version of juce_blocks_basics, adding functionality and compatibility with latest Dashboard-compatible firmware 2017-03-10 14:42:54 +00:00
hogliux
66365d55e2 Fixed a nullptr dereference when OpenSL fails unexpectedly and added a workaround for broken audio input support in recent versions of the android emulator 2017-03-02 12:09:15 +00:00
hogliux
5fe3289256 Fixed several Android text rendering bugs 2017-03-01 16:16:34 +00:00
tpoole
a2ee6339e1 Restored JUCE modules as Xcode groups and resaved all projects 2017-03-01 14:44:10 +00:00
tpoole
5b49bcdbc8 Resaved all projects 2017-03-01 12:16:08 +00:00
tpoole
4c59a920b4 Added Inter-App Audio capabilities to standalone plug-ins 2017-03-01 11:55:52 +00:00
tpoole
00f57d43c5 Resaved all projects 2017-02-28 16:21:30 +00:00
jules
6a629f985f Added method SystemStats::getCpuModel() and implemented a couple of missing Android CPU info functions 2017-02-27 11:16:41 +00:00
tpoole
b547673fae Resaved all projects 2017-02-23 11:16:12 +00:00
tpoole
ab4f269c60 Removed brackets from build target names and resaved all projects 2017-02-22 17:28:55 +00:00
tpoole
a6fc53373f Resaved all projects 2017-02-22 13:06:47 +00:00
tpoole
0140304e38 Removed some #pragma once warnings from Projucer generated code 2017-02-21 12:48:38 +00:00
tpoole
e33abbc6fe Replaced Projucer-generated header guards with #pragma once and updated the examples 2017-02-17 15:34:10 +00:00
ed
7f8d1008bc Resaved all projects 2017-02-16 11:15:28 +00:00
tpoole
e1f941e6c3 Whitespace cleanup 2017-02-10 12:25:47 +00:00
hogliux
07d8283143 Re-saved Android and Xcode projects 2017-02-09 18:16:11 +00:00
hogliux
eb944840f9 Added local.properties to .gitignore so that user's SDK paths don't pollute git 2017-02-09 18:13:57 +00:00
jules
84da06214d Fix for MovieComponent on older OSX SDKs. Updated video page in big demo app. 2017-02-09 15:06:29 +00:00
tpoole
7bb30364a4 Resaved all projects 2017-02-09 12:59:48 +00:00
hogliux
6559b3e185 Fixed multiple harmless warnings in Android builds 2017-02-08 18:07:37 +00:00
tpoole
3f4cf60684 Removed VS2013 exporters from the BLOCKS example apps 2017-02-06 15:19:26 +00:00
hogliux
065208bd75 Added missing precision specifier to fragment shader of the OpenGLAppExample 2017-02-03 09:15:58 +00:00
hogliux
167125afb9 Re-saved all projects 2017-02-01 17:18:08 +00:00
hogliux
28dccb31bb Removed old Android exporters from examples and updated .gitignore to reflect new Android build folder structure 2017-02-01 17:18:07 +00:00
hogliux
dda135a9eb Updated the JUCE demo plugin to support standalone targets on all platforms 2017-02-01 17:18:06 +00:00
hogliux
9f3fb1c0a6 Added a compiler error if your compiler is too old and removed numerous code checks for old compilers which are now deprecated 2017-02-01 17:18:06 +00:00
ed
cb287f37e3 Fix for out of bounds LED index in BlocksDrawing example 2017-01-31 15:48:46 +00:00
hogliux
03b0df1205 Re-saved all projects 2017-01-26 10:47:48 +00:00
tpoole
96ea4655a7 Resaved all projects 2017-01-16 15:00:00 +00:00
hogliux
7897331403 Added support for level meter parameter categories 2017-01-11 18:02:40 +00:00
hogliux
83a4f74b1f Added support saving/restoring plugin bus layouts in the audio host demo 2017-01-10 12:50:45 +00:00
tpoole
4b69d0fb44 Fixed buffer size and sample rate changes in iOS background audio 2017-01-09 18:23:16 +00:00
ed
5849710d85 Added iOS support for BLOCKS examples 2017-01-05 16:09:19 +00:00
tpoole
af0791552a Fixed Linux message thread assertion in AudioProcessorValueTreeState 2016-12-20 13:23:29 +00:00
hogliux
2d96e3720a Changed the default sidechain layout to stereo in the NoiseGate sample code to increase compatibility with Bitwig DAWs 2016-12-20 11:16:37 +00:00
jules
f28462040b Whitespace cleanup 2016-12-19 12:18:58 +00:00
jules
aac01b2b4b Fixed a couple of spelling mistakes 2016-12-19 11:21:40 +00:00
hogliux
d90ca6caf8 Fixed a typo in the OpenGL demo code 2016-12-19 11:21:17 +00:00
tpoole
e31a0b11e8 Resaved all projects 2016-12-12 11:25:57 +00:00
ed
6641b9d844 Updated BlocksMonitor example to display correct topology with connections and rotations 2016-11-21 10:54:16 +00:00
ed
e384fa71d8 Added Timer to MainComponent to stop touches from triggering multiple waveshape mode changes 2016-11-15 10:40:12 +00:00
ed
1cc8a9532e Class comment added to top of WaveshapeProgram.h 2016-11-15 10:40:12 +00:00
ed
24364ec43c auto-generated comment removed from top of WaveshapeProgram.h 2016-11-15 10:40:11 +00:00
ed
15cab580e2 Xcode strict warnings 2016-11-15 10:40:11 +00:00