1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-28 02:30:05 +00:00
Commit graph

14897 commits

Author SHA1 Message Date
hogliux
048f319c38 DSP: Added a second reset method to flush the IIR filter to a specific value 2017-08-02 17:42:20 +01:00
hogliux
2a274f70b2 Wav file format: Added legacy RIFF chunk tags to remain compatible with older wav files 2017-08-02 17:42:10 +01:00
hogliux
d59ec0ceef AlertWindow: Fixed an issue with the AlertWindow's text block having incorrect colours 2017-08-02 17:41:50 +01:00
hogliux
a4d4e9e5b0 WaveAudioFormatWriter: Don't add an extended format chunk if the wav file only has one or two channels 2017-08-02 17:41:44 +01:00
hogliux
79110aae25 WavAudioFormatWriter: Fixed an issue where wav files with large channel counts could no longer be created 2017-08-02 17:41:39 +01:00
tpoole
fd484e3254 Replaced curly quotes with regular " characters in BREAKING-CHANGES.txt 2017-08-02 17:41:33 +01:00
hogliux
1a9df22eee Linux: Fixed an issue where windows beneath hidden windows would not receive any clicks 2017-08-02 17:41:08 +01:00
tpoole
ed5dc0ca3d Altered the format of BREAKING-CHANGES.txt to display better on GitHub 2017-08-02 17:41:03 +01:00
tpoole
7a3e412cf2 Projucer: Fixed a bug in exporter tilda expansion 2017-08-02 17:40:35 +01:00
jules
969bd87599 Fixed a typo in comments for Oscillator 2017-08-02 17:40:21 +01:00
hogliux
dc4fd0c29e Fix the documentation of the Oscillator class 2017-08-02 17:40:12 +01:00
hogliux
b41a7c117f Fixed missing reference in LinearSmoothedValue::applyGain 2017-08-02 17:40:07 +01:00
hogliux
a4ffb41bff Make it easier to use a static version of fftw in the dsp module 2017-08-02 17:39:51 +01:00
hogliux
974214afb0 Fixed an issue with the bypass logic of the convolution engine 2017-08-02 17:39:46 +01:00
hogliux
4727eeabdc Fixed a missing reset implementation of the Bias processor in the DSP module 2017-08-02 17:39:40 +01:00
tpoole
4f9fbccdda VST2: Fixed a bug when asking the host to resize a plug-in window 2017-08-02 17:39:30 +01:00
ed
df06909979 Projucer: Added juce_dsp to the list of JUCE module IDs 2017-08-02 11:38:54 +01:00
hogliux
0b67a40bb9 Fixed a MSVC 2013 compiler error in juce_MathsFunctions.h 2017-08-02 08:50:20 +01:00
ed
956d16bf8d Projucer: Fixed a bug in the GUI editor where some paint element properties weren't being displayed 2017-08-02 08:18:42 +01:00
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
f755050df5 Projucer: Added additional iOS deployment target versions 2017-08-01 14:37:29 +01:00
tpoole
f107d11630 Documentation fixes 2017-08-01 11:28:14 +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
77dd64abfa Documentation fixes 2017-07-31 18:54:07 +01:00
tpoole
7c4a23bac7 Documentation fixes 2017-07-31 18:29:53 +01:00
ed
49ef5b4318 Fixed a couple of warnings in last commit 2017-07-31 17:40:53 +01:00
ed
b1ea737d54 Projucer: Added some layout features to the GUI editor to allow alignment of selected components and paint elements and multi-select positioning and resizing 2017-07-31 17:24:57 +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
dfab56c449 Removed extra build-steps in DSP module plugin demo 2017-07-31 15:52:33 +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
9206f8819f Fixed a window naming typo in the DSP module 2017-07-31 15:34:30 +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
708360e58b Replaced curly quotes with regular " characters in BREAKING-CHANGES.txt 2017-07-31 12:37:49 +01:00
tpoole
4d83d14191 JSON: Added the ability to limit the number of decimal places when serialising floating point numbers 2017-07-31 12:23:27 +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
tpoole
39c4bb56f0 Altered the format of BREAKING-CHANGES.txt to display better on GitHub 2017-07-31 11:51:00 +01:00
hogliux
4ea8c871b8 Android: Implemented Desktop::getCurrentOrientation() for Android 2017-07-31 10:46:30 +01:00
hogliux
b5626d1507 AU: Fixed a compiler error when using the legacy channel layout field 2017-07-31 10:10:54 +01:00