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

9989 commits

Author SHA1 Message Date
ed
7ffcd5e5f4 Recalculate the release rate of the ADSR envelope if it was modified in ADSR::noteOff() 2019-05-30 11:52:57 +01:00
Tom Poole
cabcbde0e2 Fixed a bug maintaining compatibility with audio parameters using old param IDs 2019-05-21 13:47:46 +01:00
dimitri
49c631e916 Fixed a crash in Mac Network when createConnection fails 2019-04-01 09:21:07 +01:00
Tom Poole
ce6339f332 Added a trailing decimal when serialising integer valued doubles 2019-03-22 07:50:41 +00:00
Tom Poole
dc16992968 AAX: Fixed a bug setting the number of parameter steps 2019-03-21 11:52:40 +00:00
Tom Poole
1774052b61 MacOS: Removed the "update to latest version" Xcode warning 2019-03-21 11:02:59 +00:00
Tom Poole
d475b17a81 Fixed some compiler warnings 2019-03-21 10:55:05 +00:00
Tom Poole
d4aed754c0 AAX: Fixed some compiler warnings 2019-03-21 10:52:52 +00:00
ed
cc2a7094e8 Fixed an unused variable warning in the VST3 wrapper 2019-03-21 10:52:11 +00:00
Tom Poole
d11ef30e09 CLion: Fixed some issues loading a CMakeLists.txt generated on Windows 2019-03-21 10:51:56 +00:00
Tom Poole
4700dd9773 Serialise doubles into more human friendly XML and JSON 2019-03-21 10:50:31 +00:00
Tom Poole
2ef4ea53cf APVTS: Improve the performance of parameter lookups 2019-03-21 10:48:13 +00:00
ed
efe197de39 Ensure that the current state is valid when calling ADSR::setParameters() after calling ADSR::noteOn() and recalculate the release rate if ADSR::noteOff() is called when not in the sustain stage 2019-03-11 10:46:13 +00:00
ed
ccbcc41b7a Android: Fixed a crash when pressing the back button 2019-03-04 10:23:24 +00:00
ed
22fc71585c VST3: Added a missing case statement from getChannelType() 2019-02-28 15:49:35 +00:00
Tom Poole
91ed59d117 Projucer: Fixed a bug exporting CLion projects 2019-02-22 11:10:54 +00:00
ed
ac52618966 Ensure that the standalone plug-in saves its state when the OS sends a quit request 2019-02-22 11:10:45 +00:00
Tom Poole
315db2df93 Documentation fixes 2019-02-22 10:41:59 +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
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