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

6183 commits

Author SHA1 Message Date
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
jules
d64396eb50 Removed rogue file 2016-04-20 11:39:43 +01:00
jules
8920e1b1d2 Resaved projects 2016-04-20 11:37:18 +01:00
jules
fad8d0526e Projucer: improved the set of browsable files that are added to target projects for each module 2016-04-20 11:34:14 +01:00
jules
1601c907ae Fixed some merge-noise in NetworkGraphicsDemo 2016-04-20 10:47:26 +01:00
jules
325aeb1fc8 Resaved projects 2016-04-20 10:34:49 +01:00
jules
753c24c8ee Fix to KnownPluginList::addToMenu ticks 2016-04-20 10:28:46 +01:00
hogliux
61b27593c5 Fix plug-in projects with whitespaces in their name 2016-04-20 10:19:53 +01:00
jules
e130ce1428 Projucer: fixed a suffix error when generating linux host projects 2016-04-20 10:04:48 +01:00
Timur Doumler
8462849955 Re-saved projects. 2016-04-19 19:03:26 +01:00
Timur Doumler
f2c50b8bd8 Android studio exporter: fixed include paths to work with new module format. 2016-04-19 18:49:00 +01:00
Timur Doumler
8dfb1c589a JuceDemoPlugin.jucer: removed wrong AAX path that was saved there earlier. 2016-04-19 18:23:14 +01:00
Timur Doumler
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. 2016-04-19 17:47:10 +01:00
Timur Doumler
bb1fe3dc8e Android Studio exporter: removed unused build setting. 2016-04-19 17:40:59 +01:00
Timur Doumler
2fa6c2094e Fixed bug in Android Ant exporter due to mixed up build settings. 2016-04-19 17:26:51 +01:00
Timur Doumler
1e41e3d11d Fixed bug in AAX/RTAS Xcode export: installation paths were mixed up. 2016-04-19 17:04:07 +01:00
Timur Doumler
4b1cabb87d Minor refactoring, clean-up, whitespace. 2016-04-19 17:04:06 +01:00
Timur Doumler
6d69f1b062 Added new Xcode option to strip of local symbols (off by default). 2016-04-19 17:04:06 +01:00
hogliux
f6efbedee7 Remove default symbol visibility for JUCE shared code 2016-04-19 17:04:06 +01:00
Timur Doumler
37073c3ee0 Using static linking instead of a framework for the shared code of audio plug-ins on OS X. 2016-04-19 17:04:06 +01:00
Timur Doumler
f5c19ef612 Fixed Android build settings of all .jucer files to use new default values instead of hard-coded old values (gradle version etc.) 2016-04-19 17:04:06 +01:00
Timur Doumler
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. 2016-04-19 17:04:06 +01:00
jules
8f4c4c9e4f Fixed typo in LADSPA code 2016-04-19 16:57:06 +01:00
jules
4c0bc70411 Deleted some defunct Mac PowerPC code 2016-04-19 16:46:45 +01:00
jules
42a956c9c6 Added a workaround for an obscure GL race condition when closing contexts 2016-04-19 16:19:10 +01:00
jules
05f90010f5 Fixed some MSVC warnings in CachedValue 2016-04-19 16:11:05 +01:00
jules
968f8387d3 Added an option to KnownPluginList::addToMenu for specifying a ticked item 2016-04-19 15:54:06 +01:00
jules
3d1cf531e0 Added colour IDs for ToggleButton tick colour 2016-04-19 15:32:11 +01:00
jules
f74338aab6 Resaved projects 2016-04-19 12:11:40 +01:00
jules
e030a583c1 Projucer: fixes for binary paths and Android Studio 2016-04-19 12:11:23 +01:00
jules
a439c6ad8d Added new class: CachedValue 2016-04-19 11:56:16 +01:00
jules
905533c68e Minor formatting tidyups 2016-04-19 09:47:22 +01:00
jules
45e2b00b6c Added a method ValueTree::getPropertyPointer() 2016-04-19 09:39:11 +01:00
jules
3c68007aad Fixed capitalisation 2016-04-18 17:44:07 +01:00
jules
60cd2d7b67 Projucer: fixed the way the GUI editor generates include paths 2016-04-18 17:28:57 +01:00
jules
6fc4d5aac6 Fixed a bug in the Javascript parser involving array dereferencing 2016-04-18 10:58:32 +01:00