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

859 commits

Author SHA1 Message Date
reuk
167a3a86b1 APVTS: Fixed a bug where parameter values are not initially flushed to the ValueTree 2018-12-09 18:16:46 +00:00
Tom Poole
721d732b40 Reverted the numberOfDecimalPlaces behaviour of the String constructor 2018-12-07 13:52:54 +00:00
Tom Poole
6b7a870f0b Windows: Restricted the thread safe Studio One hang fix to only non-realtime cases 2018-12-07 11:02:15 +00:00
Tom Poole
b7fbdd7009 Windows: Added a more thread safe fix for the Studio One hang 2018-12-07 09:43:29 +00:00
Tom Poole
d19c410713 Windows: Fixed a hang in AudioProcessorGraph when doing non-realtime processing in Studio One 2018-12-06 18:00:06 +00:00
Tom Poole
63b833855e Updated the embedded VST3 SDK to version 3.6.12 2018-12-06 14:03:17 +00:00
Tom Poole
64c898d027 VST3: Fixed a hosting issue retrieving the parameters of plug-ins that need their IO configured first 2018-11-30 12:10:47 +00:00
Tom Poole
6ee4117fed Minor formatting improvements 2018-11-30 11:09:58 +00:00
Tom Poole
5a0d409879 VST3: Added a workaround to host some plug-ins with suspect behaviour 2018-11-29 16:59:31 +00:00
ed
eaf0f990d4 Replaced all uses of static_cast<Type&&> with std::move 2018-11-28 17:29:20 +00:00
reuk
8bb4bef24a APVTS: Performance enhancements 2018-11-28 10:08:17 +00:00
Tom Poole
23f9cff73e Moved <map> into the set of standard headers 2018-11-28 08:19:41 +00:00
ed
5a4e004fea VST2: Fixed a scaling issue causing some non-DPI aware plug-ins to open with incorrect editor bounds 2018-11-27 15:49:41 +00:00
Tom Poole
71224fa990 VST3: Serialise parameter changes when hosting plug-ins 2018-11-27 13:30:40 +00:00
ed
1bea6b517d macOS: Always resize embedded NSView asynchronously in AutoResizingNSViewComponent to fix a bug with some AU plug-ins reporting the incorrect size 2018-11-27 11:24:39 +00:00
ed
03fd0b9c83 AUv3: Fixed a bug in the AU hosting code causing sample rate changes to be ignored 2018-11-26 16:10:38 +00:00
Tom Poole
1c8d648444 Fixed a bug in the JUCE_FORCE_USE_LEGACY_PARAM_IDS compatibility flag 2018-11-26 14:37:09 +00:00
ed
6d39f01793 Bump version number to 5.4.1 2018-11-12 11:26:11 +00:00
Tom Poole
aa40ea1eb8 Fixed a live build error compiling the numeric header 2018-11-10 15:16:50 +00:00
ed
0b8fcc7a15 Bump version number to 5.4.0 2018-11-06 12:50:21 +00:00
Tom Poole
866ef9c0d9 A minor documentation update 2018-11-06 12:05:53 +00:00
Tom Poole
ff4e54b32d Clarified some comments regarding the removal of the embedded VST2 SDK 2018-11-06 09:22:22 +00:00
Tom Poole
61e2e80581 APVTS: Fixed a bug setting the SliderAttachment text for unchanged default values 2018-10-30 11:00:45 +00:00
ed
5c4329e0fc Ensure that setting a plug-in to be non-resizable using AudioProcessorEditor::setResizable() does not overwrite custom bounds constrainers 2018-10-25 14:14:28 +01:00
Tom Poole
a3566b8c1e Removed the embedded VST2 SDK 2018-10-23 16:00:43 +01:00
reuk
79dfa35aa5 APVTS: Fixed the default parameter value after construction 2018-10-18 10:19:05 +01:00
jules
bc027b5237 Tidied up some spelling and comments 2018-10-17 09:41:01 +01:00
jules
5979288706 Added some macros for asserting when functions are called in an unsafe manner outside the message thread. 2018-10-16 17:39:54 +01:00
reuk
1f63493031 Allowed an AudioProcessorValueTreeState to manage RangedAudioParameter subclasses 2018-10-15 17:25:35 +01:00
jules
768139a298 Added some free functions to help make XML parsing less verbose: parseXML() 2018-10-15 16:08:25 +01:00
Tom Poole
53c601e28b Fixed a bug refreshing the parameter list of hosted plug-ins 2018-10-12 16:32:20 +01:00
jules
9fd0e53d3c Added a missing include needed for AU hosting 2018-09-21 15:08:05 +01:00
ed
fc203d62d9 Windows: Refactored some of the recent DPI-aware VST2 and VST3 plug-in changes 2018-09-19 12:35:48 +01:00
Tom Poole
b26495491b APVTS: Allowed the creation of parameters without adding them to the AudioProcessor 2018-09-14 15:24:21 +01:00
Tom Poole
a20a6141c5 Fixed a plug-in hosting parameter group bug 2018-09-14 08:46:08 +01:00
Tom Poole
7e1db1aa4f Added plug-in parameter groups 2018-09-13 10:48:31 +01:00
ed
a3f20c0d08 VST3: Use the version of MidiBuffer::Iterator::getNextEvent() which deals with the raw MidiBuffer data in MidiEventList::toEventList() to fix a use-after-free bug with SysEx message data 2018-09-06 14:34:53 +01:00
jules
6c75b0aeaa Fixed a typo in some internal audio processor resize code 2018-08-31 17:21:12 +01:00
Tom Poole
493591a7ef Cleaned up some doc comments 2018-08-29 10:56:56 +01:00
Tom Poole
688b3f71e1 VST: Fixed a potential issue checking for HiDPI support 2018-08-28 09:48:48 +01:00
reuk
18bdd52607 Fixed a potential race in AudioProcessorGraph 2018-08-23 10:50:17 +01:00
Tom Maisey
5347552122 Removed some redundant code in AudioProcessorGraph 2018-08-22 11:13:47 +01:00
Tom Poole
0e1722e387 Multiple spelling fixes 2018-08-20 18:16:24 +01:00
ed
30b044c167 Fixed a warning in the previous commit 2018-08-20 10:52:25 +01:00
ed
cc60da2e0b Avoid a warning in the VST3 headers when building with Xcode 10 2018-08-20 10:19:40 +01:00
jules
8317738112 Whitespace 2018-08-13 10:20:43 +01:00
ed
a0aeaf11d3 Add support for DPI aware plug-in hosting on Windows 2018-08-10 16:38:19 +01:00
ed
94b7825f6b Fixed a potential AudioPluginInstance leak in AudioPluginFormatManager::createPluginInstanceAsync() 2018-08-10 10:07:11 +01:00
ed
2b918c1495 Fixed a couple of typos 2018-08-09 09:08:50 +01:00
Tom Poole
b6bbcb3438 VST: Added a missing file to the embedded VST SDK 2018-08-08 09:52:43 +01:00