hogliux
|
9f3fb1c0a6
|
Added a compiler error if your compiler is too old and removed numerous code checks for old compilers which are now deprecated
|
2017-02-01 17:18:06 +00:00 |
|
hogliux
|
871236d4cd
|
Removed MSVC 2005 and 2008 exporters
|
2017-02-01 17:18:06 +00:00 |
|
hogliux
|
ec0485388d
|
Reworked and modernised Android exporter and removed old deprecated Android ant exporter
|
2017-02-01 17:18:06 +00:00 |
|
hogliux
|
0117aace01
|
Added support for multi-target exporters and standalone plug-in format
|
2017-02-01 17:18:06 +00:00 |
|
hogliux
|
1c0b935bf6
|
Replaced QuickTimeMovieComponent with MovieComponent, using AVFoundation on OSX
|
2017-02-01 17:18:06 +00:00 |
|
tpoole
|
f91401612a
|
Fixed Visual Studio VST2 compiler error
|
2017-02-01 17:16:48 +00:00 |
|
tpoole
|
a2a270406a
|
Allow VST vendor specific calls to be handled by an AudioProcessor
|
2017-02-01 11:55:15 +00:00 |
|
hogliux
|
a4d71cc374
|
Added a workaround for old JUCE VST2 plug-ins which would not check the speaker arrangement for nullptr
|
2017-02-01 11:12:03 +00:00 |
|
hogliux
|
b0a10d01bf
|
Added code to only show the onscreen keyboard if Windows is in tablet mode
|
2017-02-01 10:53:52 +00:00 |
|
tpoole
|
e8c9294544
|
Set all file modes to 644
|
2017-02-01 08:56:54 +00:00 |
|
hogliux
|
b48664dd36
|
Fixed a crash in the AAX wrapper when no AAX meters are present
|
2017-01-31 18:18:11 +00:00 |
|
ed
|
c6075dec27
|
Added methods to ShapeButton to allow a different set of normal/over/down colours to be used when the button's toggle state is 'on'
|
2017-01-31 17:04:45 +00:00 |
|
ed
|
cb287f37e3
|
Fix for out of bounds LED index in BlocksDrawing example
|
2017-01-31 15:48:46 +00:00 |
|
jules
|
e040353898
|
Cleaned up a few old bits of VC2005 support code
|
2017-01-30 07:50:56 +00:00 |
|
hogliux
|
b35c2f2f61
|
Fixed a compiler warning when using HashMap iterators in VS2013
|
2017-01-27 10:07:14 +00:00 |
|
jules
|
dffeeb9b61
|
Projucer: Added an --encode-binary command-line option
|
2017-01-26 12:39:44 +00:00 |
|
hogliux
|
03b0df1205
|
Re-saved all projects
|
2017-01-26 10:47:48 +00:00 |
|
hogliux
|
e0aff606a8
|
Bump version number to 4.3.1
|
2017-01-26 10:40:42 +00:00 |
|
jules
|
284fc826e2
|
Tidied up some Projucer code that was causing build errors in VS2013/15
|
2017-01-26 09:24:56 +00:00 |
|
jules
|
c754f6ca63
|
Fixed the SVG parser for an edge-case path string sequence, and added a few other cleanups to the parser
|
2017-01-25 12:25:43 +00:00 |
|
hogliux
|
859567ff0c
|
Fixed a compiler warning on iOS
|
2017-01-24 17:14:04 +00:00 |
|
hogliux
|
64f0027863
|
Added a workaround for a macOS Sierra font rendering issue which resulted in invisible text for small font sizes
|
2017-01-24 11:56:31 +00:00 |
|
ed
|
a6d3c971fc
|
Fixed a bug on OSX where images with SingleChannel PixelFormat were being created with an RGB colour space
|
2017-01-24 09:19:41 +00:00 |
|
hogliux
|
4474d559d4
|
Fixed an issue where VST2 would report wrong input layout for plug-ins with sidechains
|
2017-01-23 15:36:38 +00:00 |
|
hogliux
|
d13be21177
|
Added support for enabling/disabling sidechains in AAX
|
2017-01-23 14:37:16 +00:00 |
|
hogliux
|
d16123adc8
|
Added a new optional in/out parameter to AudioProcessor::Bus::isLayoutSupported to allow hosts to predict how the entire layout of an AudioProcessor may change when changing the layout of a single bus
|
2017-01-23 14:37:01 +00:00 |
|
tpoole
|
4b507cde06
|
Fixed Xcode exporter macro escapes for '"'
|
2017-01-23 12:26:16 +00:00 |
|
ed
|
d0b6d6c025
|
Check all mouse sources when exiting modal loop
|
2017-01-20 16:16:43 +00:00 |
|
ed
|
ce14b66763
|
Fixed a bug where a mouse enter event wouldn't be sent to the Component under the mouse when exiting a modal loop and where mouse exit events were being sent when a modal loop was active
|
2017-01-20 14:01:11 +00:00 |
|
hogliux
|
06dde9d927
|
Removed unnecessary check in macOS/iOS URL session cancel
|
2017-01-20 11:43:19 +00:00 |
|
hogliux
|
3370adae7b
|
Fixed a compiler warning on newest version of gcc
|
2017-01-18 17:04:10 +00:00 |
|
hogliux
|
b1449230c1
|
Removed multi-character constant which triggered warnings on some linux versions
|
2017-01-18 16:09:40 +00:00 |
|
hogliux
|
a84c166c6f
|
Fixed an issue where an iOS background download task would not receive the completion callback when the app is swapped
|
2017-01-18 12:11:14 +00:00 |
|
hogliux
|
7e1279e3f9
|
Fixed an int sign conversion warning
|
2017-01-18 12:05:20 +00:00 |
|
tpoole
|
9b1ae84927
|
Fixed bug when maximum number of plug-in io channels is one
|
2017-01-18 09:55:29 +00:00 |
|
tpoole
|
96ea4655a7
|
Resaved all projects
|
2017-01-16 15:00:00 +00:00 |
|
ed
|
46e21fef13
|
Updated win32 Process::isForegroundProcess() method to use process ID
|
2017-01-16 14:02:53 +00:00 |
|
tpoole
|
d0b0644af0
|
Fixed compiler error in AUv3_Wrapper
|
2017-01-16 11:32:31 +00:00 |
|
jules
|
d8ead14de4
|
Removed a duplicate header file
|
2017-01-15 08:33:38 +00:00 |
|
hogliux
|
1baaddb115
|
Added code to properly escape non-ascii characters in URLs passed to the WebBrowserComponent on macOS/iOS
|
2017-01-12 15:27:35 +00:00 |
|
tpoole
|
a554d0e95e
|
Added to the AudioProcessorValueTreeState documentation
|
2017-01-12 14:14:19 +00:00 |
|
hogliux
|
ba512e96fd
|
Renamed 'generic' parameter Category enum to something less generic
|
2017-01-12 12:54:50 +00:00 |
|
tpoole
|
da3f3a8eac
|
Fixed bug creating dynamic libraries with the Linux Makefile and Code::Blocks exporters
|
2017-01-12 11:54:51 +00:00 |
|
tpoole
|
f2b2fb2819
|
Fixed JUCE_VST3_CAN_REPLACE_VST2 behaviour
|
2017-01-12 11:24:42 +00:00 |
|
hogliux
|
7897331403
|
Added support for level meter parameter categories
|
2017-01-11 18:02:40 +00:00 |
|
ed
|
2a983067ab
|
Fixed bug in OSX network code where Content-Type headers were not being added to HTTP POST requests unless specified manually and renamed a variable in URL::createHeadersAndPostData() method
|
2017-01-11 15:45:56 +00:00 |
|
jules
|
fcd5a47d8c
|
Added a bit-twiddling helper method: findHighestSetBit()
|
2017-01-11 08:50:16 +00:00 |
|
jules
|
0ebd5bcd3e
|
Modified the repaint throttling to detect whether the app is a plugin using JUCEApplication::isStandaloneApp() rather than macros
|
2017-01-10 17:54:41 +00:00 |
|
tpoole
|
0d7a77d8ee
|
Improved AudioProcessorValueTreeState documentation
|
2017-01-10 13:03:13 +00:00 |
|
hogliux
|
83a4f74b1f
|
Added support saving/restoring plugin bus layouts in the audio host demo
|
2017-01-10 12:50:45 +00:00 |
|