Tom Poole
|
6406fc4466
|
Tweaked the JUCE analytics data
|
2017-12-19 14:35:58 +00:00 |
|
jules
|
d5bdca9695
|
Fixed some out-of-range channel copying in the AudioBuffer move operator
|
2017-12-19 14:23:14 +00:00 |
|
jules
|
b028f299b8
|
Fixed some subtle (but benign) undefined behaviour with negative bit-shifts
|
2017-12-19 14:22:39 +00:00 |
|
Tom Poole
|
beec82b8cb
|
Improvements to the Analytics class
|
2017-12-19 14:18:39 +00:00 |
|
Tom Poole
|
cff37f5b6a
|
Fixed some const violation errors
|
2017-12-19 12:44:24 +00:00 |
|
Lukasz Kozakiewicz
|
072a56cf16
|
Add a bunch of autos.
|
2017-12-19 09:08:34 +01:00 |
|
Lukasz Kozakiewicz
|
dd7549ef70
|
Add missing selector to NSViewComponentPeer.
|
2017-12-18 22:33:50 +01:00 |
|
jules
|
c4342e684d
|
Added some get/set/addSample methods to AudioBlock
|
2017-12-18 15:31:16 +00:00 |
|
jules
|
5e9267e5d8
|
Simplified the Path class by making it use an Array for starage.
|
2017-12-18 12:22:02 +00:00 |
|
Tom Poole
|
c0223ae2bc
|
Added a missing dependency in the juce_audio_utils module
|
2017-12-18 10:44:40 +00:00 |
|
jules
|
4797b29b27
|
DSP: Added Butterworth methods to the FilterDesign class
|
2017-12-18 10:39:56 +00:00 |
|
jules
|
da50695970
|
Fixed a typo in a comment
|
2017-12-18 09:56:44 +00:00 |
|
Lukasz Kozakiewicz
|
a2bbd99234
|
StandaloneFilterWindow: hide title bar on iOS and Android even when not in Kiosk mode.
|
2017-12-15 12:45:29 +00:00 |
|
Tom Poole
|
2d92311116
|
VST3: Fixed an issue with parallel streams of parameter updates during playback
|
2017-12-15 12:04:24 +00:00 |
|
jules
|
25d3a7f89d
|
Added more comments to a LookAndFeel assertion that seems to be confusing people
|
2017-12-15 09:15:15 +00:00 |
|
Lukasz Kozakiewicz
|
3b130b10fe
|
URL: add method to get filename (most useful for Android’s content:// scheme).
|
2017-12-14 18:53:35 +00:00 |
|
Lukasz Kozakiewicz
|
8ac29a4843
|
Fix typo.
|
2017-12-14 18:19:08 +00:00 |
|
Lukasz Kozakiewicz
|
360449de0b
|
Android: ensure that navigation/status bar visibility is correctly restored when the app gets resumed.
|
2017-12-14 16:20:05 +00:00 |
|
Lukasz Kozakiewicz
|
181f4ab7fc
|
StandalonePluginWindow: allow to customise kiosk mode enablement.
|
2017-12-14 16:20:05 +00:00 |
|
ed
|
fa2a531365
|
Fixed a typo in juce_Initialisation.h
|
2017-12-14 15:46:42 +00:00 |
|
ed
|
ea23ddd69e
|
Added a method to DatagramSocket to set whether multicast loopback should be enabled
|
2017-12-14 15:15:03 +00:00 |
|
jules
|
934d5aee22
|
Fixed the typo that I introduced while fixing a different typo
|
2017-12-14 15:03:37 +00:00 |
|
jules
|
89b4e13423
|
Fixed some incorrect documentation in the singleton macros
|
2017-12-14 14:14:57 +00:00 |
|
jules
|
a156d12390
|
Fixed a typo in AiffAudioFormat
|
2017-12-14 14:08:29 +00:00 |
|
Tom Poole
|
e14ca41087
|
VST3: Fixed some compilation errors when building without JUCE_VST3_CAN_REPLACE_VST2
|
2017-12-14 12:19:52 +00:00 |
|
Tom Poole
|
438ab2b0f7
|
CoreAudio: Fixed some additional issues handling background device changes
|
2017-12-14 11:42:05 +00:00 |
|
jules
|
a4252b1407
|
Optimised the checking process for duplicate parameter IDs
|
2017-12-14 11:30:17 +00:00 |
|
jules
|
25c457df39
|
Enabled JUCE_CONSTEXPR for older versions of clang
|
2017-12-14 10:23:18 +00:00 |
|
Tom Poole
|
f24045053d
|
CoreAudio: Fixed some issues handling background device changes
|
2017-12-13 16:21:33 +00:00 |
|
Lukasz Kozakiewicz
|
4a6ecffd91
|
ContentSharing: minor tweaks.
|
2017-12-13 12:02:15 +00:00 |
|
ed
|
f11c43d038
|
Fixed a bug in Windows plugins where the display bounds were not being updated when the scale factor was changed
|
2017-12-13 11:37:21 +00:00 |
|
jules
|
6fe0358dee
|
Whitespace
|
2017-12-13 11:16:15 +00:00 |
|
jules
|
eff880e01f
|
Added some methods to OSCSender and OSCReceiver to allow them to use existing sockets
|
2017-12-13 11:08:52 +00:00 |
|
jules
|
faa847f443
|
Added a method OptionalScopedPointer::reset()
|
2017-12-13 11:05:22 +00:00 |
|
jules
|
bc90a41386
|
Fixed a few singletons which had forgotten to call clearSingletonInstance() in their destructors
|
2017-12-13 09:23:26 +00:00 |
|
jules
|
22ad29baba
|
Workaround for a VS compiler warning
|
2017-12-12 17:40:17 +00:00 |
|
jules
|
58a99ff139
|
Dragged the singleton macros into the 21st century.. Cleaned up their implementation and gave them new upper-case names to match juce official style. The old names are still defined to avoid breaking old code, but please update before they get deprecated!
|
2017-12-12 16:24:40 +00:00 |
|
jules
|
c6ed2626e1
|
Fix for the analytics singleton
|
2017-12-12 14:45:40 +00:00 |
|
jules
|
fdebb67071
|
DSP module: Added a Phase class
|
2017-12-12 12:52:25 +00:00 |
|
Tom Poole
|
2215001d0c
|
Fixed some CoreAudio errors when detecting bit depths
|
2017-12-12 12:33:14 +00:00 |
|
jules
|
8c30808ef9
|
Quick tidy-up in AudioPluginFormatManager
|
2017-12-12 09:55:26 +00:00 |
|
Tom Poole
|
8cecf0baf9
|
Assorted threading and undefined behaviour fixes
|
2017-12-11 16:37:17 +00:00 |
|
Lukasz Kozakiewicz
|
36da4cde05
|
Add native content sharing support for iOS and Android
|
2017-12-11 16:08:01 +00:00 |
|
Noah Dayan
|
2a5108ffc6
|
Fix doc typo in juce_PluginHostType.h
|
2017-12-11 11:55:28 +00:00 |
|
Noah Dayan
|
4f8749e744
|
Added documentation to juce_PluginHostType.h
|
2017-12-11 11:51:37 +00:00 |
|
jules
|
6eff49a629
|
Workaround for a Visual Studio compiler bug
|
2017-12-11 11:29:43 +00:00 |
|
jules
|
a1b9900bae
|
Added an assertion to catch people using more than one TooltipWindow, which seems to be a common mistake
|
2017-12-11 11:17:14 +00:00 |
|
Noah Dayan
|
737c82fcfc
|
Fix Windows doc in juce_File.h
|
2017-12-11 09:54:38 +00:00 |
|
Noah Dayan
|
5dc10feeac
|
Added doc clarification in juce_FlexBox.h
|
2017-12-11 09:25:00 +00:00 |
|
jules
|
3b8c533db5
|
Clarified a couple of comments
|
2017-12-10 21:24:24 +00:00 |
|