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

9994 commits

Author SHA1 Message Date
ed
8a66f1f3d3 Don't use default input/output device names when setting up an AudioDeviceManager if no channels have been requested 2019-03-01 13:57:39 +00:00
ed
8de98f5a82 Fixed a bug causing duplicate TooltipWindows to be shown when multiple plug-in windows were open 2019-03-01 12:10:49 +00:00
Tom Poole
9f344aaa5a DSP: Added an assertion to protect against invalid use of ProcessContextNonReplacing 2019-03-01 11:56:42 +00:00
ed
1bc7fdd1ec iOS: Return the device model name from SystemStats::getDeviceDescription() when running in the simulator 2019-03-01 10:54:10 +00:00
ed
80c5f5e15e Windows: Use a default sample rate if one hasn't been specified in DSoundAudioIODevice::open() 2019-03-01 10:17:29 +00:00
ed
730fd6955f macOS: Added missing OS versions to SystemStats::OperatingSystemType 2019-03-01 09:18:40 +00:00
Tom Poole
20d480535a APVTS: Improve the performance of parameter lookups 2019-02-28 16:46:58 +00:00
ed
e6cf72838b Re-saved all projects 2019-02-28 16:33:37 +00:00
ed
09ebd1d257 Added support for ID-based MIDI devices 2019-02-28 16:30:04 +00:00
ed
6eab395204 Android: Fixed a crash when pressing the back button 2019-02-28 16:27:55 +00:00
ed
dbd7c4d205 Fixed a typo in the native java README.txt 2019-02-28 16:27:55 +00:00
ed
33901385de Projucer: Always add custom launch screen storyboard files to iOS projects even when a custom xcassets folder is specified 2019-02-28 16:19:48 +00:00
ed
2fd7c587ad Projucer: Made the "Custom Launch Storyboard" setting in the iOS exporter take a path to the .storyboard file to be used relative to the project root folder and add this file as an Xcode resource directly 2019-02-28 10:53:37 +00:00
Tom Poole
bbe49f6b36 Serialise doubles into more human friendly XML and JSON 2019-02-27 17:59:24 +00:00
ed
77db5fde66 Windows: Fix a double definition warning for juce_shouldDoubleScaleNativeGLWindow() when not building any VSTs 2019-02-27 09:49:57 +00:00
dimitri
831448fbb0 Blocks: Use special reset message for master blocks 2019-02-26 12:31:00 +00:00
ed
a672353ebc VST3: Added a missing case statement from getChannelType() 2019-02-26 10:58:57 +00:00
Tom Poole
6d4549499c Fixed an issue where AudioProcessorGraph would drop MIDI notes close to the playhead when started 2019-02-26 08:19:50 +00:00
ed
09daeb3a6d Remove HashMap dependency from HeavyweightLeakedObjectDetector so it can be included as early as possible 2019-02-22 14:00:16 +00:00
ed
165654e73c macOS: Fix a crash in getMainScreenHeight() when no screens are available 2019-02-22 12:07:15 +00:00
Tom Poole
42301905e2 Projucer: Fixed a bug exporting CLion projects 2019-02-22 10:51:08 +00:00
ed
6c87ed6bed Ensure that the standalone plug-in saves its state when the OS sends a quit request 2019-02-22 10:08:55 +00:00
Tom Poole
aa361c9cf5 Documentation fixes 2019-02-22 10:01:53 +00:00
ed
dc1cf29cae JUCE version 5.4.3 2019-02-21 15:29:20 +00:00
ed
34ca59fd81 Fixed a missing argument when creating an instance of FFTWImpl 2019-02-21 15:28:20 +00:00
ed
0db3602ea3 Re-saved all projects 2019-02-21 15:25:51 +00:00
ed
6722194260 Bump version number to 5.4.3 2019-02-21 15:25:51 +00:00
ed
d84b3d62bd Projucer: Added a VS2019 exporter 2019-02-21 14:52:16 +00:00
Tom Poole
ba7e1f7658 Projucer: Added options to configure macOS Hardened Runtime 2019-02-21 14:51:28 +00:00
ed
74bcfa1d83 Fixed a missing argument when creating an instance of FFTWImpl 2019-02-21 09:15:16 +00:00
ed
c89194f84d Fixed a documentation typo 2019-02-20 17:23:14 +00:00
Tom Poole
60d49c2ef0 Tidied up some documentation 2019-02-20 14:47:41 +00:00
Tom Poole
4a2c15ed64 Re-saved all projects 2019-02-20 11:41:59 +00:00
Tom Poole
70395c9622 Improved some unit tests 2019-02-20 11:41:51 +00:00
ed
548838e139 Updated the documentation AudioProcessorValueTreeState::Listener::parameterChanged() to clarify that retrieving the value of the parameter that has changed via the other AudioProcessorValueTreeState methods whilst within the callback is not guaranteed to return an up-to-date value 2019-02-20 09:25:53 +00:00
Tom Poole
6bf6aa1761 MacOS/iOS: Fixed a potential memory corruption when drawing 2019-02-20 09:05:13 +00:00
ed
af1cc0c70f Minor documentation fixes 2019-02-20 08:36:17 +00:00
ed
090aef2d70 Windows: Fixed file drag and drop for Windows 8 2019-02-19 16:01:40 +00:00
ed
38da38f658 Projucer: Minor formatting tweaks in the makefile exporter code 2019-02-19 12:21:20 +00:00
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
b710243c47 Ignore .xcscheme files 2019-02-19 11:57:37 +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
9cebba485a Re-saved all projects 2019-02-19 09:41:04 +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