1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00
Commit graph

3767 commits

Author SHA1 Message Date
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
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
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
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
hogliux
4ef602fbf8 Fix C++-98 compilation errors in AudioPluginFormat code 2016-04-20 12:15:46 +01:00
jules
753c24c8ee Fix to KnownPluginList::addToMenu ticks 2016-04-20 10:28:46 +01:00
hogliux
f6efbedee7 Remove default symbol visibility for JUCE shared code 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
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
6fc4d5aac6 Fixed a bug in the Javascript parser involving array dereferencing 2016-04-18 10:58:32 +01:00
jules
06d8d4167c Added a method to StandaloneFilterApp to allow customisation of the window it creates 2016-04-15 09:02:37 +01:00
jules
871c3a9108 Removed some code that prevented RTL TextLayouts having their bounds adjusted 2016-04-14 16:34:26 +01:00
jules
bb7189b05e Added kerning support to the DirectWrite layout code 2016-04-14 16:33:19 +01:00
jules
48b35c447a Workaround for long filenames in Process::openDocument on OSX 2016-04-14 12:43:32 +01:00
jules
e04b7ff1c4 Added some extra time-out settings to the Linux CURL code 2016-04-14 12:00:01 +01:00
jules
e1205ec36c Re-added a WaveLab workaround in the VST wrapper 2016-04-14 11:38:08 +01:00
jules
be3acc9768 Tidied up an out of date method in LADSPAPluginFormat 2016-04-14 11:01:42 +01:00
Timur Doumler
0eb0f27a16 Fixed Carbon host support for AudioUnit v2 by fixing the Projucer's Rez file treatment to work with new module system. 2016-04-13 17:40:30 +01:00
Timur Doumler
92a1747f27 Fixed AAX plug-in builds with new module format on OS X. 2016-04-13 14:20:30 +01:00
jules
9abd4eeace Added some extra tolerance settings to some Path methods 2016-04-11 16:00:15 +01:00
jules
fb864a5cb1 Corrected some spelling mistakes in comments 2016-04-11 11:13:44 +01:00
jules
7d178feb0c (Fixed mistake in last commit) 2016-04-08 16:20:56 +01:00
jules
32178f4a1f Tidied up some AUv3 code 2016-04-08 16:07:25 +01:00
jules
1182aecf00 Improved a comment 2016-04-08 10:32:57 +01:00
jules
c34f13a02d Fixed a linkage problem in some release plugin builds 2016-04-08 10:00:27 +01:00
jules
17e2acb9fd Fixed a couple of AUv3 bugs 2016-04-07 10:25:20 +01:00
hogliux
63ef9c1bfd Fix compilation errors in AU format when compiling for older OS targets 2016-04-07 10:01:52 +01:00
hogliux
cdeb0b5c87 Undo removal of setNumThreads in plug-in scanner 2016-04-07 10:01:52 +01:00