ed
|
363d86ce6e
|
Ensure that DirectoryContentsList sends a change message when the last file in a directory is deleted
|
6 years ago |
ed
|
b710243c47
|
Ignore .xcscheme files
|
6 years ago |
ed
|
c9432e5897
|
Fixed an uninitialised variable in the AU wrapper
|
6 years ago |
ed
|
8635315e61
|
Windows: Fixed a bug on later versions of Windows 10 causing the on-screen keyboard to keep showing and hiding
|
6 years ago |
cesare
|
f0c1c4c6f5
|
Revert "Fix problem with milliseconds overflowing for long uptime on OSX"
This reverts commit 99afd933e0 .
|
6 years ago |
Tom Poole
|
9cebba485a
|
Re-saved all projects
|
6 years ago |
Tom Poole
|
4751e9d41a
|
Added a new templated SmoothedValue class
|
6 years ago |
ed
|
5bdd3ea8c6
|
OpenGL: Fixed an incorrect type in OpenGLShaderProgram::Uniform::set()
|
6 years ago |
cesare
|
99afd933e0
|
Fix problem with milliseconds overflowing for long uptime on OSX
|
6 years ago |
jules
|
218ddf1193
|
Avoided a wrap-around timeout error in runDispatchLoopUntil()
|
6 years ago |
ed
|
72aee7f2f9
|
Windows: Fixed a bug when dragging files on non-hiDPI systems
|
6 years ago |
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
|
6 years ago |
ed
|
bb5c821edc
|
BLOCKS: Remove dependent devices following device reset
|
6 years ago |
ed
|
9ddf8eece2
|
Fixed a bug where InterprocessConnection::isConnected() returned false inside the InterprocessConnection::connectionMade() callback in some cases
|
6 years ago |
ed
|
464b1f8eb2
|
Removed some superfluous juce:: namespaces from the juce_blocks_basics module
|
6 years ago |
ed
|
174934bf85
|
Fixed a bug in the StandalonePluginHolder constructor that was causing a mismatch of channel layouts
|
6 years ago |
ed
|
7cf52297ee
|
BLOCKS: Added callbacks from the topology for device added, removed and updated
|
6 years ago |
ed
|
da4c1eaf31
|
Projucer: Remove the option to specify multiple global user module paths which was causing issues on other OSes
|
6 years ago |
ed
|
0cf4b0f80c
|
Fixed a conversion warning in LogSmoothedValue::skip()
|
6 years ago |
ed
|
ecb87a14b0
|
Enable Viewport drag-to-scroll functionality by default on devices where touch is the primary input method
|
6 years ago |
ed
|
3c6b4f1e95
|
Minor documentation update for the Viewport::setScrollOnDragEnabled() method
|
6 years ago |
Tom Poole
|
e8c0fe09e6
|
A minor documentation improvement
|
6 years ago |
jules
|
f6431fc3df
|
More work on ConsoleApplication - added some new methods, and added short/long description fields to the Command structure
|
6 years ago |
Ivan COHEN
|
36d71a0c75
|
DSP: Improved the smoothing of IR changes in the Convolution class
|
6 years ago |
Tom Poole
|
dfbe18b577
|
Re-saved all projects
|
6 years ago |
Tom Poole
|
94f1641402
|
Added a LogSmoothedValue class
|
6 years ago |
Tom Poole
|
6f2f9afb06
|
LinearSmoothedValue: Changed the new interface
|
6 years ago |
jules
|
1dee28660e
|
Added and updated some methods in the ArgumentList classes
|
6 years ago |
reuk
|
b8278cec0e
|
LinearSmoothedValue: Added some helpful member functions and deprecated setValue
|
6 years ago |
jules
|
097525ba5b
|
Improved the layout of ConsoleApplication::printHelp() when there are long items
|
6 years ago |
Ivan COHEN
|
b8bee51651
|
DSP: Fixed some FIFO and memory allocation issues in convolutions
|
6 years ago |
Ivan COHEN
|
595b31f561
|
Solved an issue with dsp::FilterDesign low-pass Kaiser's method
|
6 years ago |
Tom Poole
|
77feb173b0
|
DSP: Improved some variable names and documentation
|
6 years ago |
Tom Poole
|
10fc12da84
|
Fixed a typo
|
6 years ago |
Tom Poole
|
79e2da2204
|
iOS: Fixed an audio channel issue
|
6 years ago |
Tom Poole
|
a042d60283
|
Fixed compatibility with VS2013
|
6 years ago |
ed
|
d7a62f5f07
|
Windows: Added a #define missing from some versions of the Windows 10 SDK
|
6 years ago |
jules
|
c3245bef0f
|
Added a new AudioFormatReader::read method and refactored the internals a bit
|
6 years ago |
ed
|
9d6b393aa9
|
Fixed a bug in AudioChannelSet::getChannelTypeFromAbbreviation() for non-typed ChannelTypes
|
6 years ago |
ed
|
083078034a
|
Fixed a typo in the StandalonePluginHolder constructor
|
6 years ago |
ed
|
045bd32f40
|
Re-saved all projects
|
6 years ago |
ed
|
e987d89624
|
Projucer: Fix a localisation warning in the latest version of Xcode 10 for generated projects
|
6 years ago |
ed
|
9762e29007
|
Deleted some var constructors that take a const ReferenceCountedObject* and were resolving to the wrong type
|
6 years ago |
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
|
6 years ago |
Tom Poole
|
6f6451b7d2
|
Restored compatibility with older versions of Xcode
|
6 years ago |
Tom Poole
|
168188665e
|
Added a couple of missing JUCE_API macros
|
6 years ago |
Tom Poole
|
306e7e4360
|
Fixed a few more places where doubles were not serialised to full accuracy
|
6 years ago |
Tom Poole
|
bd07014dcc
|
MacOS: Escaped " in the command line passed to anotherInstanceStarted
|
6 years ago |
Tom Poole
|
368d6bb178
|
Fixed a typo
|
6 years ago |
Tom Poole
|
865eabd434
|
Fixed a bug writing doubles to XML and JSON
|
6 years ago |