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

6218 commits

Author SHA1 Message Date
hogliux
f2bca436d5 Fix AUv3 version check for iOS 2016-05-03 11:13:11 +01:00
jules
f36205fabe Fixed a couple of comment typos 2016-05-03 10:24:26 +01:00
jules
e602dd6b90 Improved some comments for MemoryBlock base-64 methods 2016-05-03 10:20:41 +01:00
jules
d1030fa845 Projucer: added some missing 'override' specifiers 2016-04-30 16:23:30 +01:00
jules
688ac3b853 Updated a comment 2016-04-30 09:57:37 +01:00
Timur Doumler
340f4ce9c5 Android exporter: set buildToolsVersion to 23.0.2 2016-04-29 12:46:25 +01:00
Timur Doumler
d6ed722d76 Updated Android Studio build settings in projects. 2016-04-29 10:55:34 +01:00
Timur Doumler
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). 2016-04-29 10:54:17 +01:00
Timur Doumler
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). 2016-04-28 17:14:52 +01:00
jules
d9e3cdac16 Removed a few references to var::null 2016-04-28 10:10:00 +01:00
jules
fe7ebbd663 Projucer: Updated the default Visual Studio version to 2015 2016-04-28 09:59:19 +01:00
jules
708e357e3c Prevented ColourGradient from having multiple colour stops at 0 2016-04-28 09:47:09 +01:00
jules
d32c64d590 Avoided an unused variable warning 2016-04-27 17:09:00 +01:00
hogliux
af9491caf9 Fix typo in previous commit by incorrectly checking the OS X version 2016-04-27 16:17:47 +01:00
jules
8ababdda53 Fixed the SVG parser to stop it creating too many colour stops in gradients 2016-04-27 16:13:31 +01:00
jules
01e2e53160 Added an assertion to catch some unexpected behaviour in the CoreGraphics gradient renderer 2016-04-27 16:12:37 +01:00
hogliux
0cd926a199 Fix a bug which stopped multi-bus VST3 synths from working properly in Cakewalk 2016-04-27 15:48:18 +01:00
hogliux
7196e57f4d Don't try to build VST/VST3 hosting code on iOS and add missing header 2016-04-27 14:44:32 +01:00
jules
1cbd0a005b Projucer: stopped files with certain extensions (e.g. txt) being automatically added to the Xcode resources 2016-04-27 10:10:45 +01:00
jules
e05e9a470a Added an assertion in AudioThumbnail 2016-04-26 17:49:58 +01:00
jules
e034958d55 Added some desktop scale compensation to drag + drop on Windows 2016-04-26 17:14:32 +01:00
jules
bf48687544 Made the OSX window code handle custom desktop scale factors when constraining window positions 2016-04-26 16:57:22 +01:00
jules
aa3ead5e28 Resaved a demo component file 2016-04-26 16:56:27 +01:00
jules
6fc08dd1cd Added a workaround for Android GL glitches when pausing the app 2016-04-26 12:15:31 +01:00
jules
676b27ef68 Added a MidiDataConcatenator to the linux MIDI implementation, to help handle large and broken-up sysex messages 2016-04-26 11:27:57 +01:00
jules
0708b7af87 Added AAX macro JucePlugin_AAXDisableSaveRestore to set the AAX_eProperty_SupportsSaveRestore parameter 2016-04-26 10:53:21 +01:00
jules
b9aaa880c4 Fix for Synthesiser rendering 0 length blocks 2016-04-26 10:50:00 +01:00
jules
51889049c4 Avoided a conversion warning 2016-04-26 10:09:27 +01:00
jules
a0795e8dc0 Avoided an overflow in some extreme edge-case uses of WAVAudioFormat 2016-04-26 10:08:10 +01:00
jules
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 2016-04-25 21:16:54 +01:00
jules
c1799c9f82 Fixed a problem with negative values in MidiMessage::getKeySignatureNumberOfSharpsOrFlats() 2016-04-25 12:10:30 +01:00
jules
81ff3a89b7 Projucer: fixed an edge-case where the UI would misbehave if you're logged in but don't have a live-coding license 2016-04-25 11:11:00 +01:00
jules
b6e88694d1 Projucer: Fixed module dependency checker 2016-04-25 10:47:23 +01:00
Timur Doumler
0c3057eb7e Re-saved projects. 2016-04-21 18:41:40 +01:00
Timur Doumler
2332c72f7c Fixed generation of Carbon resources for AU plug-ins (was broken by commit fad8d052). 2016-04-21 18:25:59 +01:00
Timur Doumler
2682f7d950 Updated ChangeLog.txt 2016-04-21 12:06:46 +01:00
jules
46a090bfdc Tweaked the login in the Synthesiser and MPESynthesiserBase classes to avoid losing timing accuracy on the first event in a buffer 2016-04-21 11:01:37 +01:00
Timur Doumler
6ef3f1e738 Added asserts to clarify that WebBrowserComponent is not implemented on Linux and Android. 2016-04-21 10:58:00 +01:00
fr810
0d1f6211b1 Fix crash & assertion when running multi-bus plug-ins in Cakewalk 2016-04-21 10:56:07 +01:00
jules
1675f826be Fixed a mistake in BigInteger::inverseModulo() 2016-04-21 10:43:51 +01:00
jules
0b3a11ee07 Updated version number to 4.2.1 2016-04-21 10:08:47 +01:00
hogliux
9da130c45e Update comment on estimatedSamplesPerBlock parameter used in the prepareToPlay method 2016-04-21 09:04:09 +01:00
hogliux
00dd576b21 Don't create an asserting VST2 plug-in when creating a new plug-in project via the Projucer's wizard 2016-04-20 15:50:14 +01:00
hogliux
818287ec16 Fix assertion when scanning plug-ins on Windows 2016-04-20 15:29:18 +01:00
jules
9678eef688 Stripped out some defunct VS2003 code 2016-04-20 15:27:26 +01:00
Timur Doumler
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. 2016-04-20 14:32:18 +01:00
Timur Doumler
0ef8bdb08f Android Studio exporter: fixed and refactored the way include paths are added to build.gradle. 2016-04-20 14:13:52 +01:00
Timur Doumler
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). 2016-04-20 14:13:52 +01:00
Timur Doumler
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. 2016-04-20 14:13:51 +01:00
hogliux
4ef602fbf8 Fix C++-98 compilation errors in AudioPluginFormat code 2016-04-20 12:15:46 +01:00