jules
|
9ab9476fbc
|
Fix for iOS builds targeting OS versions without touch-force
|
2015-12-29 11:34:29 +00:00 |
|
jules
|
1f433a8bfb
|
Fix for an obscure win32 situation where a click from another app window could end up causing a click in a juce window if the other window closes with the mouse still down
|
2015-12-29 11:21:03 +00:00 |
|
jules
|
4b4b8df491
|
Simplified some headers in juce_audio_plugin_client to remove direct inclusion of AppConfig.h
|
2015-12-29 08:42:59 +00:00 |
|
jules
|
a8ca80a49d
|
Fixed a typo in some exception-logging code
|
2015-12-28 10:18:42 +00:00 |
|
jules
|
e4e78c8591
|
Made the AAX wrapper support the isSuspended() flag
|
2015-12-24 12:06:07 +00:00 |
|
jules
|
923e8fabdb
|
Removed some unnecessary includes of AppConfig.h
|
2015-12-24 11:55:46 +00:00 |
|
jules
|
c95253fad0
|
Cleaned out some old amalgamated build references.
|
2015-12-24 11:31:37 +00:00 |
|
jules
|
4583fa3fbf
|
Used the ignoreUnused() function to tidy up some old code
|
2015-12-23 16:27:50 +00:00 |
|
jules
|
7988190e73
|
Plugin demo: avoided the slider jumping when being dragged and automated at the same time
|
2015-12-23 14:57:32 +00:00 |
|
jules
|
86a745dc35
|
Deduplicated some native code and stopped the OSX juce_isRunningUnderDebugger function from caching its result.
|
2015-12-23 14:31:06 +00:00 |
|
jules
|
8c5f433691
|
Standardised the names of some old macros in PlatformDefs.h
|
2015-12-23 14:24:12 +00:00 |
|
jules
|
2a1234b6ac
|
Simplified some inter-module dependencies and exception-catching fallbacks
|
2015-12-23 11:47:18 +00:00 |
|
jules
|
9b167ca5e1
|
Resaved example projects
|
2015-12-23 09:43:23 +00:00 |
|
jules
|
baab7546f4
|
Replaced some uses of the now-deprecated AudioProcessor::getTotalNumInputChannels()
|
2015-12-23 09:43:10 +00:00 |
|
jules
|
f7524d0d09
|
Fixed some spelling mistakes in a comment
|
2015-12-23 09:08:47 +00:00 |
|
jules
|
edec7b34b2
|
Replaced some uses of AffineTransform::identity with a default-constructed object
|
2015-12-22 17:46:31 +00:00 |
|
jules
|
21d42f346f
|
Minor fix to the last commit
|
2015-12-22 15:55:26 +00:00 |
|
jules
|
218a8149af
|
Fixed several bugs in the AudioDeviceManager::playSound() mechanism that could cause feedback and other problems
|
2015-12-22 15:33:00 +00:00 |
|
jules
|
9906788e9b
|
Avoided a Visual Studio compiler warning in Rectangle
|
2015-12-22 11:43:28 +00:00 |
|
jules
|
6f092d602d
|
Rendering optimisation when filling off-screen paths
|
2015-12-22 10:26:03 +00:00 |
|
jules
|
beee911a6d
|
Fixed some comments in ZipFile
|
2015-12-22 09:15:17 +00:00 |
|
jules
|
ae80e2b90d
|
Fixed a compiler warning in some OSC code
|
2015-12-22 09:04:32 +00:00 |
|
jules
|
6cceb10417
|
Fixed an AAX compile error
|
2015-12-21 16:38:13 +00:00 |
|
jules
|
e8bea6944f
|
Fixed an obscure C++ syntactic blooper
|
2015-12-21 15:02:14 +00:00 |
|
jules
|
d0c4a8a4cb
|
Fixed a Visual Studio warning
|
2015-12-21 14:53:01 +00:00 |
|
jules
|
66a4f56cd7
|
Added a projucer workaround to the AAX wrapper
|
2015-12-21 14:20:29 +00:00 |
|
jules
|
a99d78318b
|
Fixed a typo in a comment
|
2015-12-21 12:35:03 +00:00 |
|
jules
|
5448e88f39
|
AU hosting: made it refresh the parameter list when names change
|
2015-12-21 12:26:08 +00:00 |
|
jules
|
ae712c72d8
|
Cleaned up a few String::empty uses
|
2015-12-21 12:01:28 +00:00 |
|
jules
|
79d2a40035
|
Wrapped some AudioChannelSet names in NEEDS_TRANS macros
|
2015-12-21 11:04:33 +00:00 |
|
jules
|
0af818324e
|
Fixed a typo that caused a problem when JUCE_STRING_UTF_TYPE is set to 16 or 32
|
2015-12-21 09:52:48 +00:00 |
|
jules
|
4ff15c1337
|
OSC: Extended OSCSender to be able to specify the IP address for each message
|
2015-12-21 09:35:10 +00:00 |
|
Timur Doumler
|
edefc23738
|
Doxygen documentation fix (wrong parameter name).
|
2015-12-17 18:25:38 +00:00 |
|
Timur Doumler
|
27047a75f7
|
MPE: Added legacyMode options to MPETest example app.
|
2015-12-17 11:46:04 +00:00 |
|
hogliux
|
ccee36ab1f
|
Re-save Introjucer project
|
2015-12-16 18:50:44 +00:00 |
|
hogliux
|
f9be90f52b
|
Bump introjucer version number
|
2015-12-16 18:40:59 +00:00 |
|
hogliux
|
c9f4949f47
|
Fix warnings in StandaloneFilterWindow
|
2015-12-16 18:33:08 +00:00 |
|
jules
|
c468a5dd3d
|
Resaved example projects
|
2015-12-16 18:23:39 +00:00 |
|
jules
|
19d0c71050
|
Version number update
|
2015-12-16 18:14:23 +00:00 |
|
jules
|
96d428ae17
|
Demo app: Fixed a typo in the look-and-feel demo
|
2015-12-16 18:09:57 +00:00 |
|
Timur Doumler
|
90deea825f
|
Updated changelog for JUCE 4.1
|
2015-12-16 18:05:58 +00:00 |
|
hogliux
|
4fef661ada
|
Added multi-bus support for audio plug-in clients
|
2015-12-16 17:58:25 +00:00 |
|
Timur Doumler
|
e0bd51f26c
|
MPE: replaced omniMode (all MIDI channels) by legacyMode which allows to define a custom MIDI channel range. Fixed a few minor MPE bugs.
|
2015-12-16 17:40:59 +00:00 |
|
jules
|
1fe45f3d41
|
Plugin hosting: Fixed a problem getting the list of AU parameters
|
2015-12-16 17:18:57 +00:00 |
|
jules
|
d9403b6785
|
Added an assertion to warn about plugin hosts closing GUIs on background threads
|
2015-12-16 09:59:54 +00:00 |
|
Timur Doumler
|
ba4bd143ff
|
Introjucer: updated supported iOS deployment targets to range from 7.0 to 9.2.
|
2015-12-15 12:05:50 +00:00 |
|
Timur Doumler
|
e9bcfa5602
|
MPEInstrument: made isNoteChannel() and isMasterChannel() public because it may be useful for some advanced MIDI message handling.
|
2015-12-14 17:09:35 +00:00 |
|
Joshua Gerrard
|
1580dcd7e3
|
Escape Android Studio path with quotes on all platforms rather than just Windows.
|
2015-12-14 16:24:41 +00:00 |
|
Timur Doumler
|
09e4ca57c5
|
Added Android Studio exporter build tools option.
|
2015-12-14 16:24:33 +00:00 |
|
Joshua Gerrard
|
a7dbf4e4be
|
Fixed minimum SDK version not being used to generate minSdkVersion in Android Studio
|
2015-12-14 16:24:24 +00:00 |
|