Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • | *
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • 4097fab06c Fixed a silly typo! by jules 2016-06-22 18:16:26 +0100
  • 021209e216 Changed 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
  • f8516f2e19 Refactored 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
  • 95c66f5659 Make sure timer is stopped before releasing a VST plugin by hogliux 2016-06-22 11:11:49 +0100
  • a33abe657e Added method VSTPluginFormat::createCustomVSTFromMainCall() for loading in-process plugin code by jules 2016-06-21 15:49:46 +0100
  • 8b1438a229 Made 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
  • 329e54d21f Replace std::move with static_cast to fix errors in old compilers by hogliux 2016-06-17 11:18:54 +0100
  • 58f2e1b9f2 Add 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
  • 1f6fa5cc3b Re-save all projects by hogliux 2016-06-17 10:46:06 +0100
  • b1a7441bcc Align manufacturer code of sample plug-ins in JUCE repo ('ROLI') by hogliux 2016-06-17 10:44:55 +0100
  • 70ed6eb69c Add original four-char code as comment next to hex literal in AppConfig.h by hogliux 2016-06-17 10:44:00 +0100
  • adfc6e9e80 Re-save projects by hogliux 2016-06-17 10:24:52 +0100
  • b6f4d353e8 Avoid char literals in auto-generated AppConfig.h files by hogliux 2016-06-17 10:19:04 +0100
  • 042bd2be13 Fix identifying the scheme portion of a URL by hogliux 2016-06-16 12:05:25 +0100
  • 72083c1bcf Do not represent the numpad divide key as a slash key character by hogliux 2016-06-15 17:38:33 +0100
  • 16fde6798b Allow write access to all files if a user has effective root permissions on linux by hogliux 2016-06-15 17:28:42 +0100
  • 074c90984e Fix minor typo in OS X function key mappings by hogliux 2016-06-15 17:11:57 +0100
  • bb56ba4276 Add CRLF between JUCE http headers and user http headers by hogliux 2016-06-15 17:09:36 +0100
  • cc6f0a1de6 Replace 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
  • 4eec61469b Remove default keywords from MidiMessageSequence to be compatible with VS 2013 by hogliux 2016-06-15 15:42:35 +0100
  • 320c5b66c7 Add removeChannel to AudioChannelSet by hogliux 2016-06-15 12:16:17 +0100
  • 5e0d3fdcbe Add possibility for an InterprocessConnectionServer to bind to a certain network address by hogliux 2016-06-15 12:00:21 +0100
  • 6810791645 Make sure that the legacy AU rez file is correct for midi effect AUs by hogliux 2016-06-15 10:25:42 +0100
  • 54e23514dd Fix compile error in AAX wrapper by hogliux 2016-06-15 10:24:44 +0100
  • 877d834c0c Fix compiler error on VS2015 in recent commit by hogliux 2016-06-15 07:14:32 +0100
  • 9ecc1e9935 Fix an issue when hosting Waves plug-ins by hogliux 2016-06-13 18:24:25 +0100
  • a0259ce408 Add support for plug-ins which do not want to use a resize corner by hogliux 2016-06-13 16:43:55 +0100
  • c484a9ed55 Fix some minor warnings on OS X 32-bit by hogliux 2016-06-13 15:52:04 +0100
  • 3ddd2db037 Allow access to all URLs in the JUCE Demo by hogliux 2016-06-13 12:13:59 +0100
  • 8cd6f49ea0 Add program change parameter to VST-3 plug-ins by hogliux 2016-06-13 11:59:35 +0100
  • fc69dc00db Changed 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
  • 94817734a6 Added *.xcscmblueprint to gitignore (a type of file generated by Xcode). by Timur Doumler 2016-06-08 15:20:14 +0100
  • 1a5f71b74d Added some logic to MidiDataConcatenator that avoids asserting on invalid input data by jules 2016-06-07 16:54:18 +0100
  • ec40f0940c Updated version numbers in modules, and resaved example projects by jules 2016-06-07 12:52:59 +0100
  • f58eda8f3e Added 32K as a supported ASIO sample rate by jules 2016-06-03 11:03:48 +0100
  • e993eb7225 Whitespace. by Timur Doumler 2016-06-02 15:22:29 +0100
  • 920c19daab UnitTest: added new functions expectNotEquals, expectGreaterThan, expectLessThan, expectGreaterOrEquals, expectLessOrEquals. by Timur Doumler 2016-06-02 15:15:52 +0100
  • 58ca0673c4 Avoided spacer components in a ToolBar getting keyboard focus by jules 2016-06-02 09:04:45 +0100
  • 7abbf67a1a Tweaked the iOS audio device to make the default buffer size play in the simulator by jules 2016-06-01 10:33:28 +0100
  • 61e71eb1dc Add incremental linking option for Visual Studio exporters by stefan.graenitz 2016-05-31 14:26:14 +0200
  • e8da23d43b Enable live comilation for Windows by stefan.graenitz 2016-04-13 08:34:49 +0200
  • b841406324 Fixed a compiler warning by jules 2016-05-31 12:26:52 +0100
  • b4e1e68869 UnitTest: added method expectWithinAbsoluteError for floating point comparisons. by Timur Doumler 2016-05-31 10:57:59 +0100
  • 74554a206c Improved performance of some BigInteger methods by adding Montgomery Multiplication and extended Euclidan algorithms by jules 2016-05-31 11:47:04 +0100
  • 565d664c58 Fixed a typo in a comment by jules 2016-05-31 11:29:25 +0100
  • db7ada59b1 Avoided compile problems when the JUCE_USE_CUSTOM_AU3_STANDALONE_APP flag is set by jules 2016-05-31 09:46:42 +0100
  • dcf9246395 Reduced the footprint of MidiMessage, and added some move operators to MidiMessageSequence by jules 2016-05-28 21:36:42 +0100
  • 23c361a08e Fixed a minor compiler warning by jules 2016-05-28 16:35:45 +0100
  • 3852771d1c Always send VST3 editor parameter changes to the VST3 processor by hogliux 2016-05-27 10:29:08 +0100
  • 93b8fc18b6 Reverted 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
  • 42a3145153 MPEZone: added copy constructor and copy assignment operator. by Timur Doumler 2016-05-26 12:48:54 +0100
  • c807cbc7fc MPEZone: cleaned up and clarified doxygen comments. by Timur Doumler 2016-05-26 10:47:36 +0100
  • cf39ad4b02 Fix multiple compile errors on older gcc versions by hogliux 2016-05-26 11:50:04 +0100
  • 8c99b63a5d Fixed a warning and a wrong indentation in MidiMessage. by Timur Doumler 2016-05-26 10:03:06 +0100
  • 0141d0e1a6 Connecting an output node to a processor is an input and vice versa by hogliux 2016-05-26 10:02:22 +0100
  • 07bc151ce3 MidiMessage: 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
  • 968cee4ad2 Remove unnecessary code after moving to static shared code library by hogliux 2016-05-24 18:59:35 +0100
  • 1635f47b29 Modify buttonColourId and buttonOnColourId to be different colours by hogliux 2016-05-24 17:24:12 +0100
  • a714febbe3 Fix incorrect number of output buses in standalone plug-in client by hogliux 2016-05-24 17:07:40 +0100
  • 0a040c6b97 Update avtive ports when opening JACK audio device by hogliux 2016-05-24 17:05:46 +0100
  • 0ea9e33544 Enable subclassing of StandaloneFilterApp by hogliux 2016-05-24 16:53:38 +0100
  • f5391cd9f9 Only report one midi in & out bus in VST3 wrapper by hogliux 2016-05-24 16:41:49 +0100
  • 437b5c2bd2 Third time lucky? by hogliux 2016-05-24 16:37:26 +0100
  • b003543cca Fix typo in last commit by hogliux 2016-05-24 15:41:58 +0100
  • c5a7fe6d6d Add additional checks to enable/disable AUv3 support by hogliux 2016-05-24 15:31:16 +0100
  • 9069d70141 Fix bug in AudioGraphIOProcessor by hogliux 2016-05-24 14:36:36 +0100
  • fe1421064b Fix incorrect order of includes in VST_wrapper.mm by hogliux 2016-05-24 12:52:53 +0100
  • 749bffed7a Add missing ifdefs from recent commit by hogliux 2016-05-24 09:25:41 +0100
  • f11a2b2ff1 Fix modifier keys in AAX plug-ins on Windows 10 by hogliux 2016-05-23 18:47:39 +0100
  • 54243ef0c0 Support hosting your own VST bundles on iOS by hogliux 2016-05-23 15:41:45 +0100
  • a3c377bcd0 Move kAudioUnitProperty_MaximumFramesPerSlice setting/query after initialisation by hogliux 2016-05-23 14:42:34 +0100
  • 8df262a5d3 Don't use placement new for MemoryBlock assignment operator in var class by hogliux 2016-05-23 10:17:23 +0100
  • 0d52caff68 Make sure AAX wrapper calls releaseResources by hogliux 2016-05-23 10:00:42 +0100
  • 24a63ae2e0 If ChildProcess is not interested in stdout/stderr, then redirect to /dev/null instead of closing by hogliux 2016-05-21 08:53:03 +0100
  • bda4b78489 Add missing assignment operator to var class by hogliux 2016-05-21 08:42:34 +0100
  • 4e91fd7cb8 Add an extra byte when copying VST2 strings by hogliux 2016-05-21 08:07:53 +0100
  • ac9973f185 Add support for creating popup menus inside parent components by hogliux 2016-05-20 17:08:26 +0100
  • 77a8b9eab5 Fix a few warnings by hogliux 2016-05-20 16:41:24 +0100
  • 8e53286a20 Fix some warnings in VS2013 in the recent commits by hogliux 2016-05-19 18:47:33 +0100
  • 4205123d45 Fix an edge-case if the last stored editor window size is zero by hogliux 2016-05-19 14:40:33 +0100
  • ebb0a156a4 Add options to make AuidoProcessorEditors resizable with constraints by hogliux 2016-05-19 14:28:34 +0100
  • 25f8faf8d3 Add windowIgnoresMouseClicks flag to tooltip windows by hogliux 2016-05-19 10:20:26 +0100
  • ee7a56a115 Fix potential crash if DAW probes non-existent bus by hogliux 2016-05-19 09:57:57 +0100
  • b3ee8806d6 Set kAudioUnitProperty_MaximumFramesPerSlice on iOS by hogliux 2016-05-19 09:46:38 +0100
  • 2c3783e834 Workaround for loading Izotope Plug-Ins by hogliux 2016-05-17 16:53:48 +0100
  • 368ce48198 Fix a race condition in the plugin scanner by hogliux 2016-05-17 16:47:15 +0100
  • 4c900be00a Added 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
  • c9c6aa0a2d Merge branch 'master' into develop by Timur Doumler 2016-05-17 12:52:04 +0100
  • fe3765308c Fixed JUCE_BUILDNUMBER which was not correctly updated to 4.2.2. by Timur Doumler 2016-05-17 12:51:40 +0100
  • 1bd850d28d Minor tidy up of yesterday's VST3 preset commit by hogliux 2016-05-17 12:11:04 +0100
  • 7eb80b815c Ensure that AudioUnitUninitialize is called on the message thread when destroying an AudioUnitPluginInstance by hogliux 2016-05-16 18:23:57 +0100
  • 5098232062 Tidy up a few warning by hogliux 2016-05-16 18:22:27 +0100
  • 993a2e4fef Do not allow specifying the JUCE folder as a modules folder by hogliux 2016-05-16 15:03:55 +0100
  • f4086ad8f4 Support factory programs in VST3 hosting by hogliux 2016-05-16 14:35:10 +0100
  • 93a41cf743 Call setProcessing (false) when resting a VST3 plug-in by hogliux 2016-05-16 14:33:53 +0100
  • f0dd881e08 Fixed a typo in the projucer's button colour handling by jules 2016-05-16 12:49:06 +0100
  • f5324afd8b Added some defenses against parsing corrupted metadata blocks in WAV files by jules 2016-05-16 12:11:11 +0100
  • 1a973a2faa Ignore linux scale factor if it is ten or larger by hogliux 2016-05-13 13:25:24 +0100
  • fc8c6283c3 Add 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
  • e12c801846 Always add build scripts - even for Aggregate targets by hogliux 2016-05-13 11:32:37 +0100