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

5050 commits

Author SHA1 Message Date
tpoole
0ae8aa812c Bump version number to 5.1.2 2017-09-18 14:59:57 +01:00
jules
f4d1969753 Fixed a few documentation typos 2017-09-15 10:09:08 +01:00
jules
4f204f405d Added a method var::hasProperty() 2017-09-15 09:55:53 +01:00
hogliux
2729625efb Improved the confusing nomenclature of some of the SIMDRegister typedefs 2017-09-14 17:16:19 +01:00
ed
320c3476c4 Added some more documentation to ProgressBar 2017-09-14 15:41:09 +01:00
hogliux
7bb95a8334 Android: Ensure that jni headers are included if JUCE_CORE_INCLUDE_JNI_HELPERS is set but JUCE_CORE_INCLUDE_NATIVE_HEADERS isn't 2017-09-14 15:30:56 +01:00
hogliux
8e9edeff8b Ensured that the "textWhenNothingSelected" takes the label font of label's lookandfeel into account 2017-09-14 12:17:01 +01:00
ed
2fed2af669 Updated the documentation in ProgressBar to reflect the circular, spinning ProgressBar that was added in LookAndFeel_V4 2017-09-14 11:56:47 +01:00
ed
149201d951 Display current progress in LookAndFeel_V4 linear ProgressBar 2017-09-14 11:02:20 +01:00
hogliux
4bb58c7d51 VST3: respect the editor's constrainer when resizing 2017-09-14 09:59:53 +01:00
hogliux
1291f1a06b Reverted commit 8483aa4 as the same functionality already existed in JUCE with ModalCallbackFunction. Improved the documentation in NativeMessageBox to mention that class. 2017-09-13 11:14:10 +01:00
hogliux
74c7633aab DSP: snapToZero is now a public method of the IIR and StateVariable filters so that they can be called manually after sample by sample processing 2017-09-13 10:06:36 +01:00
tpoole
bab3ce9759 AU and AUv3: Enabled JucePlugin_AUHighResolutionParameters by default and combined this breaking change with 4dcce50 2017-09-13 08:53:53 +01:00
hogliux
ed8270fcda Fixed an extra semicolon in the previous commit 2017-09-12 12:13:27 +01:00
hogliux
8483aa4aea Added a new method NativeMessageBox::showMessageBox which asynchronously opens a native dialog box and calls a C++ lambda when dismissed 2017-09-12 12:09:54 +01:00
hogliux
e2c8e30d72 Added a ScopedNoDenormal class to temporarily disable denormals 2017-09-12 11:32:32 +01:00
ed
71d10e750a Fixed a bug where PopupMenus were being dismissed when opening a submenu using touch input 2017-09-12 10:59:51 +01:00
tpoole
2eaca0526d Added another fix to 4dcce50 to support AudioProcessor based parameter selection 2017-09-12 10:00:50 +01:00
hogliux
28eda21b89 VST2: Fixed live-resize issue in Bitwig 2017-09-11 17:15:34 +01:00
ed
9f4648f856 Fixed some issues when using a touchscreen to interact with PopupMenus 2017-09-11 17:12:31 +01:00
hogliux
c5323d2209 iOS: Fixed an ambiguous reference to AudioBuffer when compiling the AudioUnitPluginFormat host code for iOS 2017-09-11 15:57:33 +01:00
tpoole
cbdf17a6fb Increased the size of the standalone filter settings window 2017-09-11 12:55:26 +01:00
ed
f97f46730f BLOCKS: Removed some unimplemented functions 2017-09-11 12:28:54 +01:00
tpoole
a234313120 Fixed Digital Performer host detection on MacOS 2017-09-11 12:26:03 +01:00
ed
78f34fe51f AU: Fixed an error when targeting 32-bit architectures 2017-09-11 10:43:56 +01:00
tpoole
8f54c73686 Fixed a double inclusion of the Carbon headers 2017-09-11 10:13:38 +01:00
tpoole
849f9e8f4a Removed a duplicate module configuration parameter 2017-09-11 09:31:46 +01:00
ed
94e8a43a95 AU: Replaced std::unordered_map with HashMap for parameter lookup 2017-09-11 09:25:36 +01:00
hogliux
0a2fabb2e1 VST3: Fixed a harmless MSVC warning in previous commit 2017-09-11 09:24:04 +01:00
hogliux
a426feb6c2 VST3: checkBusFormatsAreNotDiscrete should return true when buses are disabled 2017-09-11 09:12:28 +01:00
tpoole
6d369ac0d6 Fixed a double header inclusion bug 2017-09-11 08:41:47 +01:00
tpoole
743c9d55e7 AU: Implemented GetParameterValueStrings for discrete parameters 2017-09-08 16:54:59 +01:00
Lukasz Kozakiewicz
f4bfa6bec5 Android: fix a crash in painting when size of the array to allocate is 0. 2017-09-08 16:50:26 +02:00
jules
c81c33404d BLOCKS: Added support for tri-state button controls in littlefoot 2017-09-08 12:01:22 +01:00
tpoole
0c3faf4b58 Added an OS X 10.6 compatibility fix 2017-09-08 09:51:41 +01:00
jules
eda613c6db Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
tpoole
b58a0f4be7 Fixed some VS2013 compiler errors 2017-09-07 16:44:46 +01:00
tpoole
f346de10c3 Fixed 4dcce50 to support AudioProcessor based parameter selection 2017-09-07 16:26:11 +01:00
hogliux
05624e8354 AU: Disable CoreAnimation resizing transitions for AU plug-in windows 2017-09-07 16:19:14 +01:00
ed
5900e076f9 Added some missing HTML colours 2017-09-07 15:23:55 +01:00
hogliux
56e6d69364 VST3: Fix plug-in resize issue in Bitwig studio 2017-09-07 15:19:38 +01:00
tpoole
142bebbb92 A small documentation fix 2017-09-07 11:30:39 +01:00
tpoole
8aca5604eb Fixed a VS2013 compiler error 2017-09-07 10:31:23 +01:00
tpoole
4dcce5083c Added an option to declare plug-in parameters as either continuous or discrete, irrespective of their number of steps 2017-09-07 10:11:29 +01:00
hogliux
11d031f9f0 DSP: Added missing snapToZero in the StateVariableFilter 2017-09-06 16:22:03 +01:00
hogliux
d4e0ba0e4d Android: Fixed an issue where the AlertWindow's callback would never be called if AlertWindows were dismissed by clicking outside the alert's window on Android 2017-09-06 15:19:24 +01:00
hogliux
665b0a3e3a VST3: Fixed the calculation of timeInSeconds AudioPlayHead information 2017-09-06 14:29:50 +01:00
jules
64e76146d9 Avoided a compiler error when using xcode with very old standard libraries 2017-09-06 14:12:41 +01:00
hogliux
3ba8c1f864 iOS AUv3: Removed too strict API limitations to open URLs in AUv3s as iOS seems to allow this 2017-09-06 12:48:21 +01:00
hogliux
f1d6298206 DSP: Fixed multiple issues with the DSP Oversampling class and updated DSP module plug-in demo code accordingly 2017-09-06 10:17:09 +01:00