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

9927 commits

Author SHA1 Message Date
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
045bd32f40 Re-saved all projects 2019-02-11 16:05:53 +00:00
ed
e987d89624 Projucer: Fix a localisation warning in the latest version of Xcode 10 for generated projects 2019-02-11 16:05:53 +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
368d6bb178 Fixed a typo 2019-02-11 12:03:09 +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
49359dfe34 Projucer: Fixed a bug when setting the Makefile exporter architecture to <None> 2019-02-08 14:54:13 +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
3b8a759bda Projucer: Load cURL symbols lazily on Linux 2019-02-07 17:07:12 +00:00
ed
574f6ebd9b Projucer: Fixed a typo in the legacy VST binary copy location setting documentation in the VS exporter 2019-02-07 16:58:17 +00:00
Tom Poole
ebe136f7c2 JUCE version 5.4.2 2019-02-07 10:12:55 +00:00
Tom Poole
2832d3df76 Re-saved all projects 2019-02-07 10:11:06 +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
ed
24de5cf3c2 Added a missing case for wrapperType_Unity in AudioProcessor::getWrapperTypeDescription() 2019-02-06 14:25:46 +00:00
Tom Poole
03db8d15c6 Fixed a bug in DropShadow::drawForRectangle 2019-02-06 12:56:05 +00:00
ed
839ca11746 Made a couple of MidiFile methods const 2019-02-06 11:19:13 +00:00
ed
4cef02477d Windows: Fixed a bug when using DragAndDropContainer in a plug-in after closing and re-opening 2019-02-06 11:01:57 +00:00
Tom Poole
7d13b82a10 Fixed a bug attempting to open an audio device with zero channels 2019-02-06 10:38:32 +00:00
ed
52b86a0e0b AU: Scale editor window when calling AudioProcessorEditor::setScaleFactor() 2019-02-06 10:07:29 +00:00
Tom Poole
9b8644fed6 VST3: Fixed a bug receiving channel pressure messages 2019-02-06 09:44:31 +00:00
Tom Poole
be83a08c3b Added an assertion to check the OpenGL swap interval on MacOS 2019-02-01 13:00:08 +00:00
jules
06a2654a74 Moved some AbstractFifo declarations to avoid a compiler warning 2019-01-31 17:06:43 +00:00
ed
a234721110 Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
ed
360be3400d Added an "app" subfolder to all of the native/java directories and updated modules/juce_core/native/java/README.txt 2019-01-30 09:55:50 +00:00
ed
d6300966df Fixed an error calculating numSamples in the AudioBlock constructor taking a start sample index 2019-01-28 16:25:51 +00:00
Tom Poole
602d68dcbc Projucer: Changed the text on the sign out button 2019-01-28 09:32:45 +00:00
ed
0ab5e696fe Reduce the list row height in AudioDeviceSelectorComponent when the item height is reduced 2019-01-25 12:02:04 +00:00
ed
1a0e681c41 macOS: Set isRecording flag when recording camera capture to a file 2019-01-25 11:23:34 +00:00
ed
3ed17dea2a Ensure that the button for choosing audio files in the AudioPlaybackDemo is visible on mobile devices with smaller screens 2019-01-25 10:46:19 +00:00