hogliux
|
9aaea99f3c
|
Re-saved all projects
|
2017-08-02 18:03:05 +01:00 |
|
hogliux
|
eb33f537da
|
Bump version number to 5.1.1
|
2017-08-02 17:57:47 +01:00 |
|
ed
|
41d571800a
|
Projucer: Added juce_dsp to the list of JUCE module IDs
|
2017-08-02 17:45:25 +01:00 |
|
hogliux
|
ccd988ef5e
|
DSP: Fixed a potential crash when using the default constructor of ProcessorDuplicator
|
2017-08-02 17:45:19 +01:00 |
|
hogliux
|
0d269763e2
|
Fixed a compiler error when using the default constructor of dsp::IIR::Filter
|
2017-08-02 17:43:47 +01:00 |
|
hogliux
|
ba0259fd57
|
Removed extra build-steps in DSP module plugin demo
|
2017-08-02 17:43:41 +01:00 |
|
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 |
|
hogliux
|
0b67a40bb9
|
Fixed a MSVC 2013 compiler error in juce_MathsFunctions.h
|
2017-08-02 08:50:20 +01:00 |
|
tpoole
|
f107d11630
|
Documentation fixes
|
2017-08-01 11:28:14 +01:00 |
|
tpoole
|
77dd64abfa
|
Documentation fixes
|
2017-07-31 18:54:07 +01:00 |
|
hogliux
|
9206f8819f
|
Fixed a window naming typo in the DSP module
|
2017-07-31 15:34: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 |
|
jules
|
5c65644171
|
Correct a spelling mistake in "ellipticIntegralK"
|
2017-07-28 14:58:04 +01:00 |
|
hogliux
|
8bb611f4d3
|
JUCE version 5.1.0
|
2017-07-27 14:40:54 +01:00 |
|
hogliux
|
04f459b22e
|
Re-saved all projects
|
2017-07-27 12:39:30 +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
|
9f9f815208
|
Resaved all projects
|
2017-07-24 18:06:32 +01:00 |
|
tpoole
|
a05362d46b
|
Projucer: Xcode exporter: Updated to support Xcode 9
|
2017-07-24 18:00:54 +01:00 |
|
tpoole
|
9649dde424
|
Resaved all projects
|
2017-07-24 15:15:06 +01:00 |
|
hogliux
|
d3efd6e685
|
Fixed a typo in the AUv3Synth sample code
|
2017-07-24 10:03:24 +01:00 |
|
ed
|
7582952cdf
|
Projucer: Added a method to check old exporter settings for the C++ language standard setting and to use this value as the default if it hasn't been set
|
2017-07-24 09:45:37 +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 |
|