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

1306 commits

Author SHA1 Message Date
jules
6fc08dd1cd Added a workaround for Android GL glitches when pausing the app 2016-04-26 12:15:31 +01:00
Timur Doumler
0c3057eb7e Re-saved projects. 2016-04-21 18:41:40 +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
1601c907ae Fixed some merge-noise in NetworkGraphicsDemo 2016-04-20 10:47:26 +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
8dfb1c589a JuceDemoPlugin.jucer: removed wrong AAX path that was saved there earlier. 2016-04-19 18:23:14 +01:00
Timur Doumler
37073c3ee0 Using static linking instead of a framework for the shared code of audio plug-ins on OS X. 2016-04-19 17:04:06 +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
effb421be1 Projucer: Updated some font use and removed the EULA if running without the live-coding DLL 2016-04-14 18:18:10 +01:00
Timur Doumler
d80ceb0a1e PlugInSamples: re-saved projects to fix accidentally added local AAX path. 2016-04-13 20:16:49 +01:00
Timur Doumler
7d644173f3 Re-saved all audio plug-in projects. 2016-04-13 17:46:53 +01:00
Timur Doumler
ef5aefe053 Re-saved all example projects that have AAX enabled by default. 2016-04-13 14:23:48 +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
jules
db152f618b Added a workaround to the host demo app to avoid subtle event-loop problems with certain plugins on OSX. 2016-03-21 09:42:51 +00:00
Timur Doumler
74447991ec Fixed various compile errors due to rename of empty() to isEmpty(). 2016-03-18 16:01:01 +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
d8e45840b0 AudioPluginDemo: replaced VS2010 and VS2013 exporters with VS2015 exporter; re-saved project. 2016-02-25 23:37:46 +00:00
Timur Doumler
3f50693025 AudioPluginDemo: removed deprecated input/outputChannel methods to avoid compiler warning. 2016-02-25 23:26:18 +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
79332132b5 Fixed a mistake in the demo plugin. 2016-02-22 12:27:59 +00:00
hogliux
5a05478861 Fix typos in GenericEditor.h and check for nullptrs 2016-02-22 10:26:48 +00:00
hogliux
c64fcd72e9 Add automation support to the GenericEditor sample code 2016-02-19 16:54:58 +00:00
jules
5835bbc363 Avoided a warning in the plugin host build 2016-02-17 16:52:18 +00:00
jules
674c833c84 Added method MouseEvent::mouseWasDraggedSinceMouseDown() 2016-02-16 12:59:49 +00:00
jules
6256a9163d Resaved some example projects 2016-02-16 09:43:38 +00:00
jules
68fdb3b2f0 Introjucer: Avoided the win32 exporter adding the /FORCE:multiple flag except when building an RTAS plugin 2016-02-16 09:43:05 +00:00
jules
d788e10eb4 Resaved projects 2016-02-15 15:32:09 +00:00
jules
ddd1b8eb92 Deleted a couple of unused files from an example 2016-02-15 15:31:53 +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
dc7853d342 Fixed a mistake in the SurroundProcessor demo 2016-02-11 09:00:13 +00:00
hogliux
a53eda27d4 Fix various multi-bus issues and add support for consistent surround channel ordering 2016-02-09 17:46:28 +00:00
jules
82c4938ebe Deprecated theAudioProcessor::silenceInProducesSilenceOut method, which is no longer actually used by any of the plugin wrappers 2016-02-08 16:53:48 +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
a4cbdc8fa3 Fix whitespace issue 2016-02-03 13:59:11 +00:00
hogliux
fa1ad90386 Fix black teapot issue 2016-02-03 13:19:01 +00:00
hogliux
48ea4da185 Add pass-through of sidechain channel in NoiseGate example 2016-02-03 10:58:44 +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