ed
|
363d86ce6e
|
Ensure that DirectoryContentsList sends a change message when the last file in a directory is deleted
|
2019-02-19 12:06:04 +00:00 |
|
ed
|
c9432e5897
|
Fixed an uninitialised variable in the AU wrapper
|
2019-02-19 11:07:50 +00:00 |
|
ed
|
8635315e61
|
Windows: Fixed a bug on later versions of Windows 10 causing the on-screen keyboard to keep showing and hiding
|
2019-02-19 11:00:05 +00:00 |
|
cesare
|
f0c1c4c6f5
|
Revert "Fix problem with milliseconds overflowing for long uptime on OSX"
This reverts commit 99afd933e0.
|
2019-02-19 10:14:02 +00:00 |
|
Tom Poole
|
4751e9d41a
|
Added a new templated SmoothedValue class
|
2019-02-19 09:38:04 +00:00 |
|
ed
|
5bdd3ea8c6
|
OpenGL: Fixed an incorrect type in OpenGLShaderProgram::Uniform::set()
|
2019-02-19 08:43:40 +00:00 |
|
cesare
|
99afd933e0
|
Fix problem with milliseconds overflowing for long uptime on OSX
|
2019-02-18 18:43:25 +00:00 |
|
jules
|
218ddf1193
|
Avoided a wrap-around timeout error in runDispatchLoopUntil()
|
2019-02-18 18:08:34 +00:00 |
|
ed
|
72aee7f2f9
|
Windows: Fixed a bug when dragging files on non-hiDPI systems
|
2019-02-18 18:06:30 +00:00 |
|
ed
|
69e9270fab
|
macOS: Set default presentation options when exiting kiosk mode to fix a bug on 10.10 causing the menu bar to not be shown
|
2019-02-18 18:05:50 +00:00 |
|
ed
|
bb5c821edc
|
BLOCKS: Remove dependent devices following device reset
|
2019-02-18 17:19:54 +00:00 |
|
ed
|
9ddf8eece2
|
Fixed a bug where InterprocessConnection::isConnected() returned false inside the InterprocessConnection::connectionMade() callback in some cases
|
2019-02-18 16:34:04 +00:00 |
|
ed
|
464b1f8eb2
|
Removed some superfluous juce:: namespaces from the juce_blocks_basics module
|
2019-02-18 15:46:44 +00:00 |
|
ed
|
174934bf85
|
Fixed a bug in the StandalonePluginHolder constructor that was causing a mismatch of channel layouts
|
2019-02-18 15:45:38 +00:00 |
|
ed
|
7cf52297ee
|
BLOCKS: Added callbacks from the topology for device added, removed and updated
|
2019-02-18 15:04:31 +00:00 |
|
ed
|
0cf4b0f80c
|
Fixed a conversion warning in LogSmoothedValue::skip()
|
2019-02-18 12:36:03 +00:00 |
|
ed
|
ecb87a14b0
|
Enable Viewport drag-to-scroll functionality by default on devices where touch is the primary input method
|
2019-02-18 11:36:33 +00:00 |
|
ed
|
3c6b4f1e95
|
Minor documentation update for the Viewport::setScrollOnDragEnabled() method
|
2019-02-18 11:22:16 +00:00 |
|
Tom Poole
|
e8c0fe09e6
|
A minor documentation improvement
|
2019-02-18 11:00:35 +00:00 |
|
jules
|
f6431fc3df
|
More work on ConsoleApplication - added some new methods, and added short/long description fields to the Command structure
|
2019-02-15 16:54:27 +00:00 |
|
Ivan COHEN
|
36d71a0c75
|
DSP: Improved the smoothing of IR changes in the Convolution class
|
2019-02-15 15:10:51 +00:00 |
|
Tom Poole
|
94f1641402
|
Added a LogSmoothedValue class
|
2019-02-15 14:38:09 +00:00 |
|
Tom Poole
|
6f2f9afb06
|
LinearSmoothedValue: Changed the new interface
|
2019-02-15 07:51:35 +00:00 |
|
jules
|
1dee28660e
|
Added and updated some methods in the ArgumentList classes
|
2019-02-14 16:31:30 +00:00 |
|
reuk
|
b8278cec0e
|
LinearSmoothedValue: Added some helpful member functions and deprecated setValue
|
2019-02-13 19:00:21 +00:00 |
|
jules
|
097525ba5b
|
Improved the layout of ConsoleApplication::printHelp() when there are long items
|
2019-02-13 12:46:09 +00:00 |
|
Ivan COHEN
|
b8bee51651
|
DSP: Fixed some FIFO and memory allocation issues in convolutions
|
2019-02-13 12:00:46 +00:00 |
|
Ivan COHEN
|
595b31f561
|
Solved an issue with dsp::FilterDesign low-pass Kaiser's method
|
2019-02-13 10:57:14 +00:00 |
|
Tom Poole
|
77feb173b0
|
DSP: Improved some variable names and documentation
|
2019-02-13 10:26:06 +00:00 |
|
Tom Poole
|
10fc12da84
|
Fixed a typo
|
2019-02-13 09:04:23 +00:00 |
|
Tom Poole
|
79e2da2204
|
iOS: Fixed an audio channel issue
|
2019-02-12 18:01:14 +00:00 |
|
Tom Poole
|
a042d60283
|
Fixed compatibility with VS2013
|
2019-02-12 16:32:12 +00:00 |
|
ed
|
d7a62f5f07
|
Windows: Added a #define missing from some versions of the Windows 10 SDK
|
2019-02-12 09:25:30 +00:00 |
|
jules
|
c3245bef0f
|
Added a new AudioFormatReader::read method and refactored the internals a bit
|
2019-02-11 19:35:24 +00:00 |
|
ed
|
9d6b393aa9
|
Fixed a bug in AudioChannelSet::getChannelTypeFromAbbreviation() for non-typed ChannelTypes
|
2019-02-11 16:26:39 +00:00 |
|
ed
|
083078034a
|
Fixed a typo in the StandalonePluginHolder constructor
|
2019-02-11 16:08:59 +00:00 |
|
ed
|
9762e29007
|
Deleted some var constructors that take a const ReferenceCountedObject* and were resolving to the wrong type
|
2019-02-11 15:45:14 +00:00 |
|
ed
|
8f25833649
|
AAX: Disable multiple output buses when running in AudioSuite and added a PluginHostType::isInAAXAudioSuite() method to allow plug-ins to query whether they are running in AudioSuite
|
2019-02-11 15:23:06 +00:00 |
|
Tom Poole
|
6f6451b7d2
|
Restored compatibility with older versions of Xcode
|
2019-02-11 14:59:05 +00:00 |
|
Tom Poole
|
168188665e
|
Added a couple of missing JUCE_API macros
|
2019-02-11 14:50:20 +00:00 |
|
Tom Poole
|
306e7e4360
|
Fixed a few more places where doubles were not serialised to full accuracy
|
2019-02-11 14:44:19 +00:00 |
|
Tom Poole
|
bd07014dcc
|
MacOS: Escaped " in the command line passed to anotherInstanceStarted
|
2019-02-11 13:58:29 +00:00 |
|
Tom Poole
|
865eabd434
|
Fixed a bug writing doubles to XML and JSON
|
2019-02-11 11:11:44 +00:00 |
|
Tom Poole
|
66691fc602
|
Fixed a bug parsing long double strings
|
2019-02-08 23:30:56 +00:00 |
|
ed
|
3913269620
|
Revert commit 49359df and e5204ba to ensure that ValueWithDefault objects can be set to non-default empty strings
|
2019-02-08 17:26:44 +00:00 |
|
jules
|
8fb3508913
|
Tidied up a comment in AbstractFIFO
|
2019-02-08 16:38:59 +00:00 |
|
ed
|
62958a79ea
|
Whitespace
|
2019-02-08 09:42:17 +00:00 |
|
ed
|
a096b4f707
|
Added an assertion to XmlElement::removeChildElement() to check that childToRemove is actually a child of the XmlElement
|
2019-02-08 09:24:02 +00:00 |
|
Tom Poole
|
e3ebe5aed1
|
Bump version number to 5.4.2
|
2019-02-07 10:02:17 +00:00 |
|
Tom Poole
|
066ec6c18b
|
Whitespace
|
2019-02-07 09:56:43 +00:00 |
|