48270039db
Made Component::internalFocusLoss pass on the focus-change cause to its callback by
2016-05-10 17:20:36 +0100
e13286ab55
Minor comment correction by
2016-05-10 17:20:04 +0100
3aee68ec5f
Added a method to create a ModalCallbackFunction from a lambda function by
2016-05-10 09:34:40 +0100
12eeadec8b
Added some missing 'override's by
2016-05-10 08:29:05 +0100
79dca43be3
Workaround for VST-3 plug-ins which do not change their parameter values internally when the user changes them in the custom UI by
2016-05-09 11:16:08 +0100
0d96a8b47f
Avoided some false negatives in the JSON unit tests by
2016-05-09 10:26:14 +0100
6b9890107f
Fix link errors when build VST plug-ins with VST 3 hosting support by
2016-05-09 08:15:11 +0100
2c3a2eae63
Simplified some demo plugin code to avoid a display update problem by
2016-05-06 15:07:33 +0100
09d6409644
Refactored some demo code to avoid a problem when using String::formatted when Strings are UTF-32 by
2016-05-06 15:02:00 +0100
dbf915603d
Fix RTAS support by
2016-05-05 19:52:19 +0100
6b6dedbfd1
Add some minor changes to stay compatible with GCC 4.4 by
2016-05-05 16:35:38 +0100
7056128bbc
Add intersect method to AudioChannelSet by
2016-05-05 11:55:06 +0100
af6198b74f
Add support for plug-ins to report the IDs of their parameters by
2016-05-05 11:32:44 +0100
2c7a0e067e
Fixed a wrong preprocessor macro which caused plugin hosting to break on Windows. by
2016-05-04 14:24:59 +0100
a0835a5ea9
Added a parseFloat method to the Javascript parser by
2016-05-03 17:24:04 +0100
f2bca436d5
Fix AUv3 version check for iOS by
2016-05-03 11:13:11 +0100
f36205fabe
Fixed a couple of comment typos by
2016-05-03 10:24:26 +0100
e602dd6b90
Improved some comments for MemoryBlock base-64 methods by
2016-05-03 10:20:41 +0100
d1030fa845
Projucer: added some missing 'override' specifiers by
2016-04-30 16:23:30 +0100
688ac3b853
Updated a comment by
2016-04-30 09:57:37 +0100
340f4ce9c5
Android exporter: set buildToolsVersion to 23.0.2 by
2016-04-29 12:46:25 +0100
d6ed722d76
Updated Android Studio build settings in projects. by
2016-04-29 10:55:34 +0100
908e1e93b9
Android Studio exporter: changed default toolchain back to clang (works again after Android Studio issue 207585 has been fixed in gradle-experimental wrapper version 0.7.0-rc1, and is the toolchain recommended by Google). by
2016-04-29 10:54:17 +0100
0162c975dc
Android exporter: update default settings to gradle-experimental:0.7.0-rc1 and build tools 23.0.2 (fixes linker errors with clang toolchain). by
2016-04-28 17:14:17 +0100
d9e3cdac16
Removed a few references to var::null by
2016-04-28 10:10:00 +0100
fe7ebbd663
Projucer: Updated the default Visual Studio version to 2015 by
2016-04-28 09:59:19 +0100
708e357e3c
Prevented ColourGradient from having multiple colour stops at 0 by
2016-04-28 09:47:09 +0100
d32c64d590
Avoided an unused variable warning by
2016-04-27 17:09:00 +0100
af9491caf9
Fix typo in previous commit by incorrectly checking the OS X version by
2016-04-27 16:17:47 +0100
8ababdda53
Fixed the SVG parser to stop it creating too many colour stops in gradients by
2016-04-27 16:13:31 +0100
01e2e53160
Added an assertion to catch some unexpected behaviour in the CoreGraphics gradient renderer by
2016-04-27 16:12:37 +0100
0cd926a199
Fix a bug which stopped multi-bus VST3 synths from working properly in Cakewalk by
2016-04-27 15:48:18 +0100
7196e57f4d
Don't try to build VST/VST3 hosting code on iOS and add missing header by
2016-04-27 14:44:32 +0100
1cbd0a005b
Projucer: stopped files with certain extensions (e.g. txt) being automatically added to the Xcode resources by
2016-04-27 10:10:45 +0100
e05e9a470a
Added an assertion in AudioThumbnail by
2016-04-26 17:49:58 +0100
e034958d55
Added some desktop scale compensation to drag + drop on Windows by
2016-04-26 17:14:32 +0100
bf48687544
Made the OSX window code handle custom desktop scale factors when constraining window positions by
2016-04-26 16:57:22 +0100
aa3ead5e28
Resaved a demo component file by
2016-04-26 16:56:27 +0100
6fc08dd1cd
Added a workaround for Android GL glitches when pausing the app by
2016-04-26 12:15:31 +0100
676b27ef68
Added a MidiDataConcatenator to the linux MIDI implementation, to help handle large and broken-up sysex messages by
2016-04-26 11:27:57 +0100
0708b7af87
Added AAX macro JucePlugin_AAXDisableSaveRestore to set the AAX_eProperty_SupportsSaveRestore parameter by
2016-04-26 10:53:21 +0100
b9aaa880c4
Fix for Synthesiser rendering 0 length blocks by
2016-04-26 10:50:00 +0100
51889049c4
Avoided a conversion warning by
2016-04-26 10:09:27 +0100
a0795e8dc0
Avoided an overflow in some extreme edge-case uses of WAVAudioFormat by
2016-04-26 10:08:10 +0100
49a7ca4d82
Improved the String::createStringFromData method to fall back to a Windows 1252 codepage if given non-UTF8 data, and used this in parsing VST and WAV strings by
2016-04-25 21:16:54 +0100
c1799c9f82
Fixed a problem with negative values in MidiMessage::getKeySignatureNumberOfSharpsOrFlats() by
2016-04-25 12:10:30 +0100
81ff3a89b7
Projucer: fixed an edge-case where the UI would misbehave if you're logged in but don't have a live-coding license by
2016-04-25 11:11:00 +0100
b6e88694d1
Projucer: Fixed module dependency checker by
2016-04-25 10:47:23 +0100
0c3057eb7e
Re-saved projects. by
2016-04-21 18:41:40 +0100
2332c72f7c
Fixed generation of Carbon resources for AU plug-ins (was broken by commit fad8d052). by
2016-04-21 18:25:59 +0100
2682f7d950
Updated ChangeLog.txt by
2016-04-21 12:06:46 +0100
46a090bfdc
Tweaked the login in the Synthesiser and MPESynthesiserBase classes to avoid losing timing accuracy on the first event in a buffer by
2016-04-21 11:01:37 +0100
6ef3f1e738
Added asserts to clarify that WebBrowserComponent is not implemented on Linux and Android. by
2016-04-21 10:42:10 +0100
0d1f6211b1
Fix crash & assertion when running multi-bus plug-ins in Cakewalk by
2016-04-21 10:56:07 +0100
1675f826be
Fixed a mistake in BigInteger::inverseModulo() by
2016-04-21 10:43:51 +0100
0b3a11ee07
Updated version number to 4.2.1 by
2016-04-21 10:08:47 +0100
9da130c45e
Update comment on estimatedSamplesPerBlock parameter used in the prepareToPlay method by
2016-04-21 09:04:09 +0100
00dd576b21
Don't create an asserting VST2 plug-in when creating a new plug-in project via the Projucer's wizard by
2016-04-20 15:50:14 +0100
818287ec16
Fix assertion when scanning plug-ins on Windows by
2016-04-20 15:29:18 +0100
9678eef688
Stripped out some defunct VS2003 code by
2016-04-20 15:27:26 +0100
6dd2fbe813
AUv3: added compiler error if compiling with deployment target < 10.8, avoiding another more confusing compiler error "undefined symbol _main" that would otherwise appear instead. by
2016-04-20 14:32:18 +0100
0ef8bdb08f
Android Studio exporter: fixed and refactored the way include paths are added to build.gradle. by
2016-04-20 14:07:59 +0100
60478175d6
Android Studio exporter: changed default toolchain to gcc, as clang/libc++ seems to be broken with Android Studio 2.1 Beta 3 (at least on OS X and Windows). by
2016-04-20 11:22:47 +0100
26d07eac98
Android Studio exporter: do not write a toolchainVersion into the build.gradle at all (not needed for either gcc or clang with Android Studio 2.1), to avoid failures in finding the toolchain. by
2016-04-20 11:16:46 +0100
4ef602fbf8
Fix C++-98 compilation errors in AudioPluginFormat code by
2016-04-20 12:15:46 +0100
d64396eb50
Removed rogue file by
2016-04-20 11:39:43 +0100
8920e1b1d2
Resaved projects by
2016-04-20 11:37:18 +0100
fad8d0526e
Projucer: improved the set of browsable files that are added to target projects for each module by
2016-04-20 11:34:14 +0100
1601c907ae
Fixed some merge-noise in NetworkGraphicsDemo by
2016-04-20 10:47:26 +0100
325aeb1fc8
Resaved projects by
2016-04-20 10:34:49 +0100
753c24c8ee
Fix to KnownPluginList::addToMenu ticks by
2016-04-20 10:28:46 +0100
61b27593c5
Fix plug-in projects with whitespaces in their name by
2016-04-20 10:19:53 +0100
e130ce1428
Projucer: fixed a suffix error when generating linux host projects by
2016-04-20 10:04:48 +0100
8462849955
Re-saved projects. by
2016-04-19 19:03:26 +0100
f2c50b8bd8
Android studio exporter: fixed include paths to work with new module format. by
2016-04-19 18:49:00 +0100
8dfb1c589a
JuceDemoPlugin.jucer: removed wrong AAX path that was saved there earlier. by
2016-04-19 18:15:41 +0100
71abee403a
Android Studio exporter: added option to specify build tools option; fixed bug where projects would not load because of invalid buildToolsVersion in app/build.gradle. by
2016-04-19 17:47:10 +0100
bb1fe3dc8e
Android Studio exporter: removed unused build setting. by
2016-04-19 17:40:59 +0100
2fa6c2094e
Fixed bug in Android Ant exporter due to mixed up build settings. by
2016-04-19 17:26:51 +0100
1e41e3d11d
Fixed bug in AAX/RTAS Xcode export: installation paths were mixed up. by
2016-04-19 16:33:40 +0100
4b1cabb87d
Minor refactoring, clean-up, whitespace. by
2016-04-19 16:15:16 +0100
6d69f1b062
Added new Xcode option to strip of local symbols (off by default). by
2016-04-19 15:59:37 +0100
f6efbedee7
Remove default symbol visibility for JUCE shared code by
2016-04-19 11:29:07 +0100
37073c3ee0
Using static linking instead of a framework for the shared code of audio plug-ins on OS X. by
2016-04-19 15:52:18 +0100
f5c19ef612
Fixed Android build settings of all .jucer files to use new default values instead of hard-coded old values (gradle version etc.) by
2016-04-19 15:20:13 +0100
b94d2810e7
Refactored Android exporters to use CachedValue and get rid of some bloat. Fixed a bug on the way where Android Studio was using target SDK 23 but Android Ant was using target SDK 11. by
2016-04-19 13:01:04 +0100
8f4c4c9e4f
Fixed typo in LADSPA code by
2016-04-19 16:57:06 +0100
4c0bc70411
Deleted some defunct Mac PowerPC code by
2016-04-19 16:46:45 +0100
42a956c9c6
Added a workaround for an obscure GL race condition when closing contexts by
2016-04-19 16:19:10 +0100
05f90010f5
Fixed some MSVC warnings in CachedValue by
2016-04-19 16:11:05 +0100
968f8387d3
Added an option to KnownPluginList::addToMenu for specifying a ticked item by
2016-04-19 15:54:06 +0100
3d1cf531e0
Added colour IDs for ToggleButton tick colour by
2016-04-19 15:32:11 +0100
f74338aab6
Resaved projects by
2016-04-19 12:11:40 +0100
e030a583c1
Projucer: fixes for binary paths and Android Studio by
2016-04-19 12:11:23 +0100
a439c6ad8d
Added new class: CachedValue by
2016-04-19 11:56:16 +0100
905533c68e
Minor formatting tidyups by
2016-04-19 09:47:22 +0100
45e2b00b6c
Added a method ValueTree::getPropertyPointer() by
2016-04-19 09:39:11 +0100
3c68007aad
Fixed capitalisation by
2016-04-18 17:44:07 +0100
60cd2d7b67
Projucer: fixed the way the GUI editor generates include paths by
2016-04-18 17:28:57 +0100
6fc4d5aac6
Fixed a bug in the Javascript parser involving array dereferencing by
2016-04-18 10:58:32 +0100