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

6331 commits

Author SHA1 Message Date
jules
f8516f2e19 Refactored the OSX/iOS HTTP streaming code to use the newer NSURLSession API, and not older now-deprecated functions. 2016-06-22 16:12:09 +01:00
hogliux
95c66f5659 Make sure timer is stopped before releasing a VST plugin 2016-06-22 11:11:49 +01:00
jules
a33abe657e Added method VSTPluginFormat::createCustomVSTFromMainCall() for loading in-process plugin code 2016-06-21 15:49:46 +01:00
jules
8b1438a229 Made PopupMenu avoid overwriting a custom shortcut key description with one that comes from a command manager 2016-06-21 14:22:09 +01:00
hogliux
329e54d21f Replace std::move with static_cast to fix errors in old compilers 2016-06-17 11:18:54 +01:00
hogliux
58f2e1b9f2 Add support for isCurrentlyModal to detect if the current component is in a modal stack - regardless if foremost or not 2016-06-17 11:09:20 +01:00
hogliux
1f6fa5cc3b Re-save all projects 2016-06-17 10:46:06 +01:00
hogliux
b1a7441bcc Align manufacturer code of sample plug-ins in JUCE repo ('ROLI') 2016-06-17 10:44:55 +01:00
hogliux
70ed6eb69c Add original four-char code as comment next to hex literal in AppConfig.h 2016-06-17 10:44:00 +01:00
hogliux
adfc6e9e80 Re-save projects 2016-06-17 10:24:52 +01:00
hogliux
b6f4d353e8 Avoid char literals in auto-generated AppConfig.h files 2016-06-17 10:19:04 +01:00
hogliux
042bd2be13 Fix identifying the scheme portion of a URL 2016-06-16 12:05:25 +01:00
hogliux
72083c1bcf Do not represent the numpad divide key as a slash key character 2016-06-15 17:38:33 +01:00
hogliux
16fde6798b Allow write access to all files if a user has effective root permissions on linux 2016-06-15 17:28:42 +01:00
hogliux
074c90984e Fix minor typo in OS X function key mappings 2016-06-15 17:11:57 +01:00
hogliux
bb56ba4276 Add CRLF between JUCE http headers and user http headers 2016-06-15 17:09:36 +01:00
hogliux
cc6f0a1de6 Replace CR and CRLF endings with unix (LF) style endings in xml document as required by the W3 xml specification 2016-06-15 16:15:48 +01:00
hogliux
4eec61469b Remove default keywords from MidiMessageSequence to be compatible with VS 2013 2016-06-15 15:42:35 +01:00
hogliux
320c5b66c7 Add removeChannel to AudioChannelSet 2016-06-15 12:16:17 +01:00
hogliux
5e0d3fdcbe Add possibility for an InterprocessConnectionServer to bind to a certain network address 2016-06-15 12:00:21 +01:00
hogliux
6810791645 Make sure that the legacy AU rez file is correct for midi effect AUs 2016-06-15 10:25:42 +01:00
hogliux
54e23514dd Fix compile error in AAX wrapper 2016-06-15 10:24:44 +01:00
hogliux
877d834c0c Fix compiler error on VS2015 in recent commit 2016-06-15 07:14:32 +01:00
hogliux
9ecc1e9935 Fix an issue when hosting Waves plug-ins 2016-06-13 18:24:25 +01:00
hogliux
a0259ce408 Add support for plug-ins which do not want to use a resize corner 2016-06-13 16:43:55 +01:00
hogliux
c484a9ed55 Fix some minor warnings on OS X 32-bit 2016-06-13 15:52:04 +01:00
hogliux
3ddd2db037 Allow access to all URLs in the JUCE Demo 2016-06-13 12:13:59 +01:00
hogliux
8cd6f49ea0 Add program change parameter to VST-3 plug-ins 2016-06-13 11:59:35 +01:00
Timur Doumler
fc69dc00db Changed addIfNotAlreadyThere method of all array classes to return a bool, indicating whether the object was added or not. 2016-06-08 20:42:19 +01:00
Timur Doumler
94817734a6 Added *.xcscmblueprint to gitignore (a type of file generated by Xcode). 2016-06-08 15:20:14 +01:00
jules
1a5f71b74d Added some logic to MidiDataConcatenator that avoids asserting on invalid input data 2016-06-07 16:54:18 +01:00
jules
ec40f0940c Updated version numbers in modules, and resaved example projects 2016-06-07 12:52:59 +01:00
jules
f58eda8f3e Added 32K as a supported ASIO sample rate 2016-06-03 11:03:48 +01:00
Timur Doumler
e993eb7225 Whitespace. 2016-06-02 15:23:43 +01:00
Timur Doumler
920c19daab UnitTest: added new functions expectNotEquals, expectGreaterThan, expectLessThan, expectGreaterOrEquals, expectLessOrEquals. 2016-06-02 15:23:43 +01:00
jules
58ca0673c4 Avoided spacer components in a ToolBar getting keyboard focus 2016-06-02 09:04:45 +01:00
jules
7abbf67a1a Tweaked the iOS audio device to make the default buffer size play in the simulator 2016-06-01 10:33:28 +01:00
stefan.graenitz
61e71eb1dc Add incremental linking option for Visual Studio exporters 2016-05-31 16:53:19 +02:00
stefan.graenitz
e8da23d43b Enable live comilation for Windows 2016-05-31 16:53:18 +02:00
jules
b841406324 Fixed a compiler warning 2016-05-31 12:26:52 +01:00
Timur Doumler
b4e1e68869 UnitTest: added method expectWithinAbsoluteError for floating point comparisons. 2016-05-31 11:50:43 +01:00
jules
74554a206c Improved performance of some BigInteger methods by adding Montgomery Multiplication and extended Euclidan algorithms 2016-05-31 11:47:04 +01:00
jules
565d664c58 Fixed a typo in a comment 2016-05-31 11:29:25 +01:00
jules
db7ada59b1 Avoided compile problems when the JUCE_USE_CUSTOM_AU3_STANDALONE_APP flag is set 2016-05-31 09:46:42 +01:00
jules
dcf9246395 Reduced the footprint of MidiMessage, and added some move operators to MidiMessageSequence 2016-05-28 21:36:42 +01:00
jules
23c361a08e Fixed a minor compiler warning 2016-05-28 16:35:45 +01:00
hogliux
3852771d1c Always send VST3 editor parameter changes to the VST3 processor 2016-05-27 10:29:08 +01:00
Timur Doumler
93b8fc18b6 Reverted MPEZone: added copy constructor and copy assignment operator. (reverted from commit 42a3145153). Reason: the methods auto-generated by the compiler are fine. 2016-05-26 12:53:53 +01:00
Timur Doumler
42a3145153 MPEZone: added copy constructor and copy assignment operator. 2016-05-26 12:49:06 +01:00
Timur Doumler
c807cbc7fc MPEZone: cleaned up and clarified doxygen comments. 2016-05-26 12:49:06 +01:00