4097fab06cFixed a silly typo! by
jules
2016-06-22 18:16:26 +0100
021209e216Changed ImagePixelData::clone to return a smart pointer rather than a raw one, to avoid a reference-count leak by
jules
2016-06-22 16:33:09 +0100
f8516f2e19Refactored the OSX/iOS HTTP streaming code to use the newer NSURLSession API, and not older now-deprecated functions. by
jules
2016-06-22 16:12:09 +0100
95c66f5659Make sure timer is stopped before releasing a VST plugin by
hogliux
2016-06-22 11:11:49 +0100
a33abe657eAdded method VSTPluginFormat::createCustomVSTFromMainCall() for loading in-process plugin code by
jules
2016-06-21 15:49:46 +0100
8b1438a229Made PopupMenu avoid overwriting a custom shortcut key description with one that comes from a command manager by
jules
2016-06-21 14:22:09 +0100
329e54d21fReplace std::move with static_cast to fix errors in old compilers by
hogliux
2016-06-17 11:18:54 +0100
58f2e1b9f2Add support for isCurrentlyModal to detect if the current component is in a modal stack - regardless if foremost or not by
hogliux
2016-06-17 11:09:20 +0100
1f6fa5cc3bRe-save all projects by
hogliux
2016-06-17 10:46:06 +0100
b1a7441bccAlign manufacturer code of sample plug-ins in JUCE repo ('ROLI') by
hogliux
2016-06-17 10:44:55 +0100
70ed6eb69cAdd original four-char code as comment next to hex literal in AppConfig.h by
hogliux
2016-06-17 10:44:00 +0100
adfc6e9e80Re-save projects by
hogliux
2016-06-17 10:24:52 +0100
b6f4d353e8Avoid char literals in auto-generated AppConfig.h files by
hogliux
2016-06-17 10:19:04 +0100
042bd2be13Fix identifying the scheme portion of a URL by
hogliux
2016-06-16 12:05:25 +0100
72083c1bcfDo not represent the numpad divide key as a slash key character by
hogliux
2016-06-15 17:38:33 +0100
16fde6798bAllow write access to all files if a user has effective root permissions on linux by
hogliux
2016-06-15 17:28:42 +0100
074c90984eFix minor typo in OS X function key mappings by
hogliux
2016-06-15 17:11:57 +0100
bb56ba4276Add CRLF between JUCE http headers and user http headers by
hogliux
2016-06-15 17:09:36 +0100
cc6f0a1de6Replace CR and CRLF endings with unix (LF) style endings in xml document as required by the W3 xml specification by
hogliux
2016-06-15 16:15:48 +0100
4eec61469bRemove default keywords from MidiMessageSequence to be compatible with VS 2013 by
hogliux
2016-06-15 15:42:35 +0100
320c5b66c7Add removeChannel to AudioChannelSet by
hogliux
2016-06-15 12:16:17 +0100
5e0d3fdcbeAdd possibility for an InterprocessConnectionServer to bind to a certain network address by
hogliux
2016-06-15 12:00:21 +0100
6810791645Make sure that the legacy AU rez file is correct for midi effect AUs by
hogliux
2016-06-15 10:25:42 +0100
54e23514ddFix compile error in AAX wrapper by
hogliux
2016-06-15 10:24:44 +0100
877d834c0cFix compiler error on VS2015 in recent commit by
hogliux
2016-06-15 07:14:32 +0100
9ecc1e9935Fix an issue when hosting Waves plug-ins by
hogliux
2016-06-13 18:24:25 +0100
a0259ce408Add support for plug-ins which do not want to use a resize corner by
hogliux
2016-06-13 16:43:55 +0100
c484a9ed55Fix some minor warnings on OS X 32-bit by
hogliux
2016-06-13 15:52:04 +0100
3ddd2db037Allow access to all URLs in the JUCE Demo by
hogliux
2016-06-13 12:13:59 +0100
8cd6f49ea0Add program change parameter to VST-3 plug-ins by
hogliux
2016-06-13 11:59:35 +0100
fc69dc00dbChanged addIfNotAlreadyThere method of all array classes to return a bool, indicating whether the object was added or not. by
Timur Doumler
2016-06-08 20:01:35 +0100
94817734a6Added *.xcscmblueprint to gitignore (a type of file generated by Xcode). by
Timur Doumler
2016-06-08 15:20:14 +0100
1a5f71b74dAdded some logic to MidiDataConcatenator that avoids asserting on invalid input data by
jules
2016-06-07 16:54:18 +0100
ec40f0940cUpdated version numbers in modules, and resaved example projects by
jules
2016-06-07 12:52:59 +0100
f58eda8f3eAdded 32K as a supported ASIO sample rate by
jules
2016-06-03 11:03:48 +0100
e993eb7225Whitespace. by
Timur Doumler
2016-06-02 15:22:29 +0100
920c19daabUnitTest: added new functions expectNotEquals, expectGreaterThan, expectLessThan, expectGreaterOrEquals, expectLessOrEquals. by
Timur Doumler
2016-06-02 15:15:52 +0100
58ca0673c4Avoided spacer components in a ToolBar getting keyboard focus by
jules
2016-06-02 09:04:45 +0100
7abbf67a1aTweaked the iOS audio device to make the default buffer size play in the simulator by
jules
2016-06-01 10:33:28 +0100
61e71eb1dcAdd incremental linking option for Visual Studio exporters by
stefan.graenitz
2016-05-31 14:26:14 +0200
e8da23d43bEnable live comilation for Windows by
stefan.graenitz
2016-04-13 08:34:49 +0200
b841406324Fixed a compiler warning by
jules
2016-05-31 12:26:52 +0100
b4e1e68869UnitTest: added method expectWithinAbsoluteError for floating point comparisons. by
Timur Doumler
2016-05-31 10:57:59 +0100
74554a206cImproved performance of some BigInteger methods by adding Montgomery Multiplication and extended Euclidan algorithms by
jules
2016-05-31 11:47:04 +0100
565d664c58Fixed a typo in a comment by
jules
2016-05-31 11:29:25 +0100
db7ada59b1Avoided compile problems when the JUCE_USE_CUSTOM_AU3_STANDALONE_APP flag is set by
jules
2016-05-31 09:46:42 +0100
dcf9246395Reduced the footprint of MidiMessage, and added some move operators to MidiMessageSequence by
jules
2016-05-28 21:36:42 +0100
23c361a08eFixed a minor compiler warning by
jules
2016-05-28 16:35:45 +0100
3852771d1cAlways send VST3 editor parameter changes to the VST3 processor by
hogliux
2016-05-27 10:29:08 +0100
93b8fc18b6Reverted MPEZone: added copy constructor and copy assignment operator. (reverted from commit 42a3145153). Reason: the methods auto-generated by the compiler are fine. by
Timur Doumler
2016-05-26 12:53:39 +0100
42a3145153MPEZone: added copy constructor and copy assignment operator. by
Timur Doumler
2016-05-26 12:48:54 +0100
c807cbc7fcMPEZone: cleaned up and clarified doxygen comments. by
Timur Doumler
2016-05-26 10:47:36 +0100
cf39ad4b02Fix multiple compile errors on older gcc versions by
hogliux
2016-05-26 11:50:04 +0100
8c99b63a5dFixed a warning and a wrong indentation in MidiMessage. by
Timur Doumler
2016-05-26 10:03:06 +0100
0141d0e1a6Connecting an output node to a processor is an input and vice versa by
hogliux
2016-05-26 10:02:22 +0100
07bc151ce3MidiMessage: moved two useful helper functions into the public interface; minor cleanup of some member function declarations. by
Timur Doumler
2016-05-25 15:54:07 +0100
968cee4ad2Remove unnecessary code after moving to static shared code library by
hogliux
2016-05-24 18:59:35 +0100
1635f47b29Modify buttonColourId and buttonOnColourId to be different colours by
hogliux
2016-05-24 17:24:12 +0100
a714febbe3Fix incorrect number of output buses in standalone plug-in client by
hogliux
2016-05-24 17:07:40 +0100
0a040c6b97Update avtive ports when opening JACK audio device by
hogliux
2016-05-24 17:05:46 +0100
0ea9e33544Enable subclassing of StandaloneFilterApp by
hogliux
2016-05-24 16:53:38 +0100
f5391cd9f9Only report one midi in & out bus in VST3 wrapper by
hogliux
2016-05-24 16:41:49 +0100
437b5c2bd2Third time lucky? by
hogliux
2016-05-24 16:37:26 +0100
b003543ccaFix typo in last commit by
hogliux
2016-05-24 15:41:58 +0100
c5a7fe6d6dAdd additional checks to enable/disable AUv3 support by
hogliux
2016-05-24 15:31:16 +0100
9069d70141Fix bug in AudioGraphIOProcessor by
hogliux
2016-05-24 14:36:36 +0100
fe1421064bFix incorrect order of includes in VST_wrapper.mm by
hogliux
2016-05-24 12:52:53 +0100
749bffed7aAdd missing ifdefs from recent commit by
hogliux
2016-05-24 09:25:41 +0100
f11a2b2ff1Fix modifier keys in AAX plug-ins on Windows 10 by
hogliux
2016-05-23 18:47:39 +0100
54243ef0c0Support hosting your own VST bundles on iOS by
hogliux
2016-05-23 15:41:45 +0100
a3c377bcd0Move kAudioUnitProperty_MaximumFramesPerSlice setting/query after initialisation by
hogliux
2016-05-23 14:42:34 +0100
8df262a5d3Don't use placement new for MemoryBlock assignment operator in var class by
hogliux
2016-05-23 10:17:23 +0100
24a63ae2e0If ChildProcess is not interested in stdout/stderr, then redirect to /dev/null instead of closing by
hogliux
2016-05-21 08:53:03 +0100
bda4b78489Add missing assignment operator to var class by
hogliux
2016-05-21 08:42:34 +0100
4e91fd7cb8Add an extra byte when copying VST2 strings by
hogliux
2016-05-21 08:07:53 +0100
ac9973f185Add support for creating popup menus inside parent components by
hogliux
2016-05-20 17:08:26 +0100
77a8b9eab5Fix a few warnings by
hogliux
2016-05-20 16:41:24 +0100
8e53286a20Fix some warnings in VS2013 in the recent commits by
hogliux
2016-05-19 18:47:33 +0100
4205123d45Fix an edge-case if the last stored editor window size is zero by
hogliux
2016-05-19 14:40:33 +0100
ebb0a156a4Add options to make AuidoProcessorEditors resizable with constraints by
hogliux
2016-05-19 14:28:34 +0100
25f8faf8d3Add windowIgnoresMouseClicks flag to tooltip windows by
hogliux
2016-05-19 10:20:26 +0100
ee7a56a115Fix potential crash if DAW probes non-existent bus by
hogliux
2016-05-19 09:57:57 +0100
b3ee8806d6Set kAudioUnitProperty_MaximumFramesPerSlice on iOS by
hogliux
2016-05-19 09:46:38 +0100
2c3783e834Workaround for loading Izotope Plug-Ins by
hogliux
2016-05-17 16:53:48 +0100
368ce48198Fix a race condition in the plugin scanner by
hogliux
2016-05-17 16:47:15 +0100
4c900be00aAdded some init code to enable stdout, stderr, stdin in the special case that we run an non-console Windows app inside a Windows console such as cmd.exe or PowerShell. by
Timur Doumler
2016-05-04 18:40:41 +0100
c9c6aa0a2dMerge branch 'master' into develop by
Timur Doumler
2016-05-17 12:52:04 +0100
fe3765308cFixed JUCE_BUILDNUMBER which was not correctly updated to 4.2.2. by
Timur Doumler
2016-05-17 12:51:40 +0100
1bd850d28dMinor tidy up of yesterday's VST3 preset commit by
hogliux
2016-05-17 12:11:04 +0100
7eb80b815cEnsure that AudioUnitUninitialize is called on the message thread when destroying an AudioUnitPluginInstance by
hogliux
2016-05-16 18:23:57 +0100
5098232062Tidy up a few warning by
hogliux
2016-05-16 18:22:27 +0100
993a2e4fefDo not allow specifying the JUCE folder as a modules folder by
hogliux
2016-05-16 15:03:55 +0100
f4086ad8f4Support factory programs in VST3 hosting by
hogliux
2016-05-16 14:35:10 +0100
93a41cf743Call setProcessing (false) when resting a VST3 plug-in by
hogliux
2016-05-16 14:33:53 +0100
f0dd881e08Fixed a typo in the projucer's button colour handling by
jules
2016-05-16 12:49:06 +0100
f5324afd8bAdded some defenses against parsing corrupted metadata blocks in WAV files by
jules
2016-05-16 12:11:11 +0100
1a973a2faaIgnore linux scale factor if it is ten or larger by
hogliux
2016-05-13 13:25:24 +0100
fc8c6283c3Add more detailed comment on why getting the "getPluginFactory" symbol from a VST3 plug-in may fail by
hogliux
2016-05-13 11:51:59 +0100
e12c801846Always add build scripts - even for Aggregate targets by
hogliux
2016-05-13 11:32:37 +0100