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

44 commits

Author SHA1 Message Date
jules
d727f2a35a Added MathConstants::halfPi to improve readability 2017-12-06 12:56:00 +00:00
jules
d0111a4f96 Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 2017-12-06 11:16:22 +00:00
jules
f990723d6f Added a Visual Studio compiler bug workaround 2017-10-30 15:00:34 +00:00
jules
d0514c7924 Cleanup and refactoring work on the AudioProcessorGraph and the audio plugin host demo 2017-10-27 10:02:10 +01:00
tpoole
af6b81fbc5 Fixed some VS2013 compiler warnings 2017-10-17 20:21:43 +01:00
jules
27a6903cac Changed the way isPositiveAndBelow is written to avoid needing to cast the second parameter to an int 2017-09-27 12:24:02 +01:00
jules
a4f5663fce Added an option for Viewport subclasses to create custom scrollbars. Also modified Viewport::getVerticalScrollBar() and ListBox::getVerticalScrollBar() to return references instead of pointers 2017-09-25 11:22:03 +01:00
tpoole
3cd4a9d917 Made the demo host compatible with OS X 10.6 2017-09-11 10:14:57 +01:00
hogliux
39ce151636 Plugin Host: Fixed a potential crash when creating a new document 2017-08-16 10:52:19 +01:00
jules
4e5f005421 Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase 2017-07-19 12:08:47 +01:00
jules
38ba6e9884 Added a better shutdown procedure for the plugin host demo 2017-06-19 10:53:44 +01:00
jules
ebe5916c49 Misc code cleanups 2017-06-07 10:13:38 +01:00
hogliux
a6b8ad0c75 Audio Plugin Host: Double-clicking on Audio/Midi Input/Output Node now opens the audio settings window 2017-06-05 09:58:49 +01:00
jules
c6da067ac3 Scraped a layer of crusty old code from some audio plugin host files 2017-06-01 11:34:36 +01:00
hogliux
f735a28708 Plugin Host: fixed background colour of channel configuration window 2017-05-12 16:13:48 +01:00
jules
377a73a122 Tweaked the audio hosting demo to prevent multiple instances of the built-in filters being added 2017-05-03 15:00:10 +01:00
hogliux
b5afccc37c Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
hogliux
ef2c63e4e3 Added a new LookAndFeel (V4) and re-skinned the JUCE Demo and examples. Improved the JUCE Demo on mobile devices. 2017-04-27 14:40:50 +01:00
tpoole
00673ec3bc Fixed some MacOS compiler warnings in the JUCE demo host 2017-03-30 10:10:10 +01: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
e33abbc6fe Replaced Projucer-generated header guards with #pragma once and updated the examples 2017-02-17 15:34:10 +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
af0791552a Fixed Linux message thread assertion in AudioProcessorValueTreeState 2016-12-20 13:23:29 +00:00
hogliux
4fa0516f40 Revised multibus API and added support for multibus hosting 2016-09-16 17:06:19 +01:00
jules
9fa0d49be7 Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 2016-09-16 12:03:02 +01:00
hogliux
913a868d8d Fixed a crash on exit error in the plug-in host on windows/linux 2016-09-08 10:47:57 +01:00
hogliux
59cc979cfe Deallocate all nodes in the graph before calling JUCEApplication::quit in the audio demo host
Some NI plug-ins really don't like it if you call [NSApp stop] while they are still loaded.

Fixes #89
2016-08-10 17:40:47 +01:00
hogliux
b936786f80 Remove the recently added shouldReleaseFocusOnMainMenuBarAccess flag and replace with something less intrusive 2016-08-09 09:26:29 +01:00
jules
8343f3468c Found a few missing 'override' specifiers 2016-04-15 15:32:47 +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
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
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
d406cacc5f Avoided some deprecation warnings when building hosts on Windows 2016-01-05 16:39:21 +00:00
jules
edec7b34b2 Replaced some uses of AffineTransform::identity with a default-constructed object 2015-12-22 17:46:31 +00:00
hogliux
4fef661ada Added multi-bus support for audio plug-in clients 2015-12-16 17:58:25 +00:00
jules
02492b36b9 Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
jules
9d29fd4c9d Avoided a few pedantic warnings in the plugin host demo 2015-12-13 11:04:56 +00:00
jules
0eac373893 Sorted out a few pedantic warnings thrown up in the audio host demo 2015-12-11 16:24:35 +00:00
jules
c562cfc3cc Converted AudioSampleBuffer into a templated class that can use either float or double types. Used this to implement 64-bit audio plugin support in VST and AU 2015-11-02 11:09:41 +00:00
jules
6f880b1364 Refactored the plugin host demo command line code to work with paths containing escapes 2015-08-11 12:14:58 +01:00
jules
4a951f2136 Added some new window-handling features to the plugin host demo. 2015-08-11 10:16:51 +01:00
hogliux
c7b8e77031 Update copyright notice 2015-07-22 15:59:34 +01:00
Felix Faire
b01383e8d0 Restructured folder and Updated Readme 2014-11-12 17:18:18 +00:00