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

4867 commits

Author SHA1 Message Date
hogliux
606a81cc14 DSP: Fixed a potential crash when using the default constructor of ProcessorDuplicator 2017-08-01 18:06:41 +01:00
jules
2bbd2b9785 Added CSS Grid classes 2017-08-01 16:22:19 +01:00
tpoole
fe134173f6 iOS: Fixed an openURL iOS 10 deprecation 2017-08-01 15:37:19 +01:00
tpoole
6e818d42f4 Documentation fixes 2017-08-01 11:23:17 +01:00
jules
9d692d0d8b Added some ThreadPool::addJob methods that take lambdas 2017-08-01 10:55:09 +01:00
jules
ab4013e289 Added method Thread::launch() to run lambdas on an anonymous thread 2017-08-01 10:54:59 +01:00
jules
50183e5318 Bit of tidying up in Component 2017-08-01 10:08:09 +01:00
tpoole
7c4a23bac7 Documentation fixes 2017-07-31 18:29:53 +01:00
hogliux
52fb43b1a7 Windows: Added windows implementation for SystemStats::getDeviceDescription 2017-07-31 15:57:07 +01:00
hogliux
264ccf5191 Fixed a compiler error when using the default constructor of dsp::IIR::Filter 2017-07-31 15:55:10 +01:00
hogliux
cafee4af97 Whitespace 2017-07-31 15:51:30 +01:00
hogliux
d3e4d9cc56 DSP: Added a second reset method to flush the IIR filter to a specific value 2017-07-31 15:51:21 +01:00
hogliux
a6b128affb Fixed a window naming typo in the DSP module 2017-07-31 15:25:55 +01:00
hogliux
74fcce88ba Wav file format: Added legacy RIFF chunk tags to remain compatible with older wav files 2017-07-31 14:58:53 +01:00
hogliux
beb905df7a AlertWindow: Fixed an issue with the AlertWindow's text block having incorrect colours 2017-07-31 14:37:23 +01:00
hogliux
fb310f7876 WaveAudioFormatWriter: Don't add an extended format chunk if the wav file only has one or two channels 2017-07-31 12:58:03 +01:00
hogliux
0cf21a4b72 WavAudioFormatWriter: Fixed an issue where wav files with large channel counts could no longer be created 2017-07-31 12:49:19 +01:00
tpoole
5b6e482a0d JSON: Added the ability to limit the number of decimal places when serialising floating point numbers 2017-07-31 12:23:27 +01:00
hogliux
cb8f9b389c Linux: Fixed an issue where windows beneath hidden windows would not receive any clicks 2017-07-31 12:12:53 +01:00
hogliux
4ea8c871b8 Android: Implemented Desktop::getCurrentOrientation() for Android 2017-07-31 10:46:30 +01:00
hogliux
dcfec9de3b AU: Fixed a compiler error when using the legacy channel layout field 2017-07-31 10:02:45 +01:00
jules
2f34b90f63 Fixed a typo in comments for Oscillator 2017-07-28 15:03:48 +01:00
jules
c99b061ac4 Correct a spelling mistake in "ellipticIntegralK" 2017-07-28 14:56:54 +01:00
hogliux
ec2f7219c5 Fixed a MSVC 2013 compiler error in juce_MathsFunctions.h 2017-07-28 12:26:01 +01:00
hogliux
3b8f33e9a8 Fix the documentation of the Oscillator class 2017-07-28 11:35:11 +01:00
hogliux
df1fe18048 Fixed missing reference in LinearSmoothedValue::applyGain 2017-07-28 11:34:03 +01:00
tpoole
1b18a34471 Code formatting improvements 2017-07-28 08:58:31 +01:00
tpoole
621fcf31d2 AUv3: Added support for MIDI output, host MIDI controller visibility and MPE 2017-07-28 08:57:38 +01:00
hogliux
1089f3837c Make it easier to use a static version of fftw in the dsp module 2017-07-27 16:47:35 +01:00
hogliux
87de30bcc5 Fixed an issue with the bypass logic of the convolution engine 2017-07-27 15:58:57 +01:00
hogliux
cb0fe20129 Fixed a missing reset implementation of the Bias processor in the DSP module 2017-07-27 15:45:02 +01:00
tpoole
ee8be93712 VST2: Fixed a bug when asking the host to resize a plug-in window 2017-07-27 14:59:33 +01:00
hogliux
c1ad53c14e Bump version number to 5.1.0 2017-07-27 12:39:23 +01:00
hogliux
7ca5ad001e Added multichannel file io readers and writers 2017-07-27 12:39:17 +01:00
hogliux
244a944857 Added the JUCE DSP module 2017-07-27 12:39:07 +01:00
tpoole
281c2fe2af Narrowed the scope where -Wundeclared-selector is ignored in the AUv3 wrapper 2017-07-26 16:29:17 +01:00
jules
99c5843c3f Worked around a situation where mouse-drag auto-repeat can create a message-queue traffic jam on windows. Also tidied up inside MouseInputSource 2017-07-26 16:19:01 +01:00
tpoole
d2175cfe86 Fixed a compiler warning in ObjCHelpers 2017-07-26 16:05:06 +01:00
tpoole
db1e79601e Fixed an intermittent JSON parsing test failure 2017-07-26 15:52:50 +01:00
ed
58fe117260 Added a extra check in FocusRestorer to check if the last focused Component is showing before giving it keyboard focus 2017-07-26 15:34:19 +01:00
hogliux
98b76b54de Fixed an issue in LookAndFeel v4 which would always override the combobox justification 2017-07-26 15:33:55 +01:00
hogliux
c0f69183e7 VST2 & VST3: Plug-Ins will already be scaled on retina screens - don't try scaling them again 2017-07-26 14:42:44 +01:00
tpoole
61321d2eb9 Button: Added a getTriggeredOnMouseDown method 2017-07-25 12:58:37 +01:00
tpoole
a05362d46b Projucer: Xcode exporter: Updated to support Xcode 9 2017-07-24 18:00:54 +01:00
jules
df14b18c17 cleaned up a method in Array 2017-07-23 09:46:45 +01:00
jules
c313a55f83 Bit of minor modernisation in CharacterFunctions 2017-07-23 09:39:00 +01:00
jules
86deea87ce Added variadic add methods to Array 2017-07-23 09:29:21 +01:00
tpoole
ebce454514 Added a compatibility fix for older compilers 2017-07-22 21:12:23 +01:00
tpoole
7e6a650e8c Fixed some issues when parsing double strings 2017-07-20 17:50:12 +01:00
ed
6bfcd820b4 Unit tests: Added an optional argument to the UnitTest constructor to specify a category and methods to get and run unit tests in a specified category. Updated the built-in JUCE unit tests and Demo project to use categories. 2017-07-20 17:24:05 +01:00