Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • | *
  • | |\
  • | |/
  • |/|
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • 76a9b7d24a Projucer: link to privacy policy in EULA and re-save jucer project by stefan 2016-10-25 18:19:21 +0200
  • 23a248fe75 Added method VSTPluginFormat::getPluginInstanceFromVstEffectInterface() which can be used for devious purposes to retrieve a plugin's AudioPluginInstance object from an AEffect by jules 2016-10-25 16:11:33 +0100
  • f54b7fb104 Moved the DiscRecording dependency in the module descriptions from juce_audio_devices to juce_audio_utils by tpoole 2016-10-21 11:18:02 +0100
  • eac52c9faf Fixed a bug in the projucer that would create incorrect post build scripts for AAX in certain situations by hogliux 2016-10-20 17:44:15 +0100
  • 288e56de83 Fixed a bug in the Projucer that would incorrectly mark relative SDK paths as invalid even if they were valid by hogliux 2016-10-20 17:43:43 +0100
  • 5e0efc6046 Projucer: extend interface DiagnosticMessage::handleRecoverableErrorPCH() to take one more file name param by stefan.graenitz 2016-10-20 15:10:05 +0200
  • a931b472d0 Added a non-sense if statement to BufferingAudioSource to surpress an MSVC linker warning by hogliux 2016-10-20 15:45:30 +0100
  • 3e7b5993ca Moved audio CD burner/reader to juce_audio_utils by hogliux 2016-10-20 14:33:02 +0100
  • bd3166afc0 Updated the URL of the "Forgot Password" button in the Projucer by hogliux 2016-10-20 12:42:54 +0100
  • 348dc1fa79 Fixed a bug where the Projucer would delete rsrc files in your ~/Library/Audio/Plug-Ins folder when re-saving audio plug-in projects by hogliux 2016-10-20 11:45:01 +0100
  • c587d4b495 Minor code style tidy-ups by jules 2016-10-20 10:55:27 +0100
  • 7d07f51ce7 Added missing juce_osc dependency on juce_events by hogliux 2016-10-20 10:48:43 +0100
  • a5e3b7ad1c Added check and warning when entering only lowercase AU plugin identifier codes by hogliux 2016-10-20 10:39:16 +0100
  • 84a16f60c0 Fixed Projucer to check for the correct file when looking for the android ndk on windows by hogliux 2016-10-20 10:22:41 +0100
  • 6c52bf5971 Changed the way windows modifiers are probed in an attempt to fix right alt-key issues. Part II. by hogliux 2016-10-20 10:14:38 +0100
  • 255dc1d1ba Fixed documentation typo by tpoole 2016-10-19 15:49:03 +0100
  • 0bcc53c1ab Removed juce_audio_formats header from juce_audio_devices by tpoole 2016-10-19 14:50:21 +0100
  • ff52d76197 Fixed a bug in DirectoryIterator where the result would be inconsistent between Mac/Window when using a default constructed File object by hogliux 2016-10-19 10:20:21 +0100
  • a347689d96 Moved simple sound player to audio_utils module by hogliux 2016-10-18 18:36:32 +0100
  • 1fcae3675c Changed flac writer to respect the current stream position when writing the flac header by hogliux 2016-10-18 10:38:18 +0100
  • 29bed6c3fa Fixed warnings in cryptographic unit test code by hogliux 2016-10-18 10:37:08 +0100
  • c6a75d0550 Changed the way windows modifiers are probed in an attempt to fix right alt-key issues by hogliux 2016-10-18 09:25:08 +0100
  • 2a37ba034a Added gradle-wrapper when saving projects so that it is now possible to build from the command-line with "./gradlew" by hogliux 2016-10-17 17:13:23 +0100
  • 676ad43898 Added more compare operators to Identifier class by hogliux 2016-10-16 18:37:55 +0200
  • 9e4741f2e4 Fixed an AAX bug where the sidechain buffer was not cleared when the sidechain isn't connected by hogliux 2016-10-16 18:17:54 +0200
  • 14957e7c99 Avoided some FLAC debug output being printed if your app defines the DEBUG macro by jules 2016-10-16 15:49:51 +0100
  • 62ac568b77 Made sure that colours are updated when the look and feel of a TextEditor changes by hogliux 2016-10-16 12:50:42 +0200
  • 57742a5e13 Fixed warning of MSVC compilers in latest commit by hogliux 2016-10-16 12:06:21 +0200
  • 852fe34c9a Added support for encrypting/decrypting blocks of data with BlowFish by hogliux 2016-10-16 10:39:42 +0200
  • cdb7285011 Fixed AAX post build script to consider SDK paths containing whitespaces and already existing directories by hogliux 2016-10-15 16:17:23 +0200
  • 285635cdf0 Added notch and all pass filters by hogliux 2016-10-15 15:45:40 +0200
  • 9d08f8fcac Fixed a documentation typo. by tpoole 2016-10-13 15:11:33 +0100
  • 4a6473afa0 Removed the isLocked() method from ReadWriteLock by ed 2016-10-12 10:50:27 +0100
  • f301ed7e09 Added an isLocked() method to ReadWriteLock that checks whether ReadWriteLock is currently locked by ed 2016-10-12 10:36:43 +0100
  • e03e41bd0d Projucer: hard shutdown of the compiler process in release builds to avoid busy waiting by stefan 2016-10-12 11:21:53 +0200
  • bacf194dda Small tweak to the bluetooth iOS menu to make it as wide as possible on small screens by jules 2016-10-12 09:25:13 +0100
  • 773e7087cd Removed unecessary path seperators in MSVC post-build scripts by hogliux 2016-10-12 10:08:44 +0200
  • 3bd7ef4f69 Projucer: menu adjustments by stefan 2016-10-11 09:08:49 +0200
  • 0ed9003a8d Fixed bundle ref initialisation of statically linked VSTs on iOS by tpoole 2016-10-10 15:27:40 +0100
  • 13c501da0c Removed unnecessary memory allocation when assigning a big integer with the same memory requirements by hogliux 2016-10-09 19:14:09 +0100
  • f374eb6d98 Fixed SortedSet::remove() to return the removed element by ed 2016-10-07 18:05:46 +0100
  • c1e2e6ae40 Fixed size of bluetooth midi pairing dialogue to accommodate more iOS device screen sizes by hogliux 2016-10-06 19:19:55 +0100
  • 8f1d37a72e Fix addAllModulesInFolder to scan only 2 subfolder levels by stefan 2016-10-06 18:37:43 +0200
  • 46b38d77ab Removed code which is not used anymore by hogliux 2016-10-06 16:23:25 +0100
  • edd828a554 Fix memory leak in BluetoothMidiSelectorOverlay by Agnieszka Janowicz 2016-10-06 15:40:34 +0100
  • 13c494666e Changed lowResamplingQuality to kCGInterpolationNone on OS X and iOS by tpoole 2016-10-06 10:46:34 +0100
  • 6c39897369 Added 'inclusive' and 'exclusive' to documentation for Random::nextFloat() and Random::nextDouble() by ed 2016-10-06 09:30:15 +0100
  • 8263d70adb Continue drawing if a negative dashLen was hit by hogliux 2016-10-05 18:31:29 +0100
  • 7686db659f Fixed a typo in my latest commit by hogliux 2016-10-05 16:37:13 +0100
  • 59a47d1fb4 Fixed possible dead-lock by hogliux 2016-10-05 15:31:01 +0100
  • e8cdc65357 Fixed Array::remove (ElementType*) so that if given an invalid pointer, it doesn't attempt to remove anything after the assert. by Timur Doumler 2016-10-05 13:06:26 +0100
  • a440c16d89 Added Graphics::ResamplingQuality::noResampling by tpoole 2016-10-05 08:49:55 +0100
  • 0121a020b6 Added optional parameter to restore audio settings state in AudioAppComponent by hogliux 2016-10-04 10:00:10 +0100
  • 321ca8c070 Fixed AUv3_Wrapper include path by tpoole 2016-10-03 16:36:34 +0100
  • b24aadcc72 Added ColourIds to allow alternate colouring of TreeViewItems by tpoole 2016-10-03 16:12:30 +0100
  • d892109298 Fixed a warning in recent commit by hogliux 2016-10-03 15:06:14 +0100
  • 40994fcdab Added checks to make sure that the current interface orientation is actually allowed when changing allowed interface orientations by hogliux 2016-10-03 14:39:54 +0100
  • 848073d207 Always remove silence flag in AU render callback by hogliux 2016-10-01 13:06:55 +0100
  • 27be047e8e Allow disabling the main bus in VST3 plug-ins with the revised multibus API by hogliux 2016-10-01 10:56:18 +0100
  • 225e8dafd9 Added waitForNextAudioBlockReady method to BufferingAudioSource by hogliux 2016-10-01 10:39:22 +0100
  • 2104c506b6 Added const qualifier to MidiEventHolder argument of MidiMessageSequence::getIndex by hogliux 2016-09-30 16:10:41 +0100
  • 278505913c Restored non-flushing behaviour of FileOutputStream by tpoole 2016-09-30 15:24:46 +0100
  • 848b400eaf Avoided warning in release builds in AudioUnit hosting code by hogliux 2016-09-30 14:48:06 +0100
  • bf85f4c68b Cache the result of isRunningInAppExtensionSandbox by hogliux 2016-09-30 12:33:37 +0100
  • 495e2bfd56 Fixed file flushing for FileOutputStream on Windows by tpoole 2016-09-29 11:39:11 +0100
  • 728bf273e9 Projucer: support recoverable error warnings for live-builds by stefan 2016-09-28 16:59:49 +0200
  • d19ba05a03 Added support for saving audio/midi setting in standalone wrappers by hogliux 2016-09-28 14:10:19 +0100
  • 80ff164ff1 Added preprocessor macro JucePlugin_VSTChunkStructureVersion to support custom chunk VST versions by hogliux 2016-09-28 12:31:55 +0100
  • 83d0854572 Added a microphone permission option to the iOS exporter by tpoole 2016-09-27 17:30:10 +0100
  • fc1214e991 Fixed ambiguous sign in AudioThumbnail implementation by hogliux 2016-09-26 15:45:38 +0000
  • 3fb55ffd1f Fixed a compiler error which occured in gcc based compilers by hogliux 2016-09-26 11:05:00 +0100
  • 71de18554a Fixed typo in linux-only Projucer code by hogliux 2016-09-26 10:55:36 +0100
  • c98f71d4c3 Fix Process::setDockIconVisible() may not turn the process into a background-process by stefan 2016-09-23 13:49:34 +0100
  • 21c6fc7a8e Added an option to enable/disable pre-buffering in BufferingAudioSource by hogliux 2016-09-23 09:42:54 +0100
  • 4b96ffbf6f Projucer: restrict menu item "Launch Application" to GUIApplication projects by stefan 2016-09-22 12:38:36 +0100
  • a0350e4ee6 Projucer: add feature download & install live-build engine (including checks for supported OS versions) by stefan 2016-09-22 12:48:47 +0100
  • 42b8156cf6 Fixed crashes in old 32-bit Carbon plugin editor windows when running in macOS Sierra by hogliux 2016-09-22 10:58:16 +0100
  • e14895e5bd Added macOS version 12 to SystemStats by hogliux 2016-09-22 10:57:39 +0100
  • aff5ea5a9b Replaced two instances of src[1] with src[0] in the render4PixelAverage method as adding pixelStride handles the offset by ed 2016-09-21 09:54:18 +0100
  • 6f4571b2e5 Tweaked VST wrapper so that MIDI effect plug-ins work even if the user forgets to define JucePlugin_WantsMidiInput/Output by hogliux 2016-09-21 08:16:51 +0100
  • ef50b8d89f Fixed trying to write to invalid input buffer when AUs connected to the input of an AU fail by hogliux 2016-09-20 19:09:55 +0100
  • 679ef3f1dc Fixed a bug where VST plug-in editors using OpenGL would not work correctly in the JUCE plug-in host by hogliux 2016-09-20 18:05:36 +0100
  • 4f06ff9257 Third time lucky: hopefully fixed a white-noise issue when pulling from invalid inputs in AU wrapper by hogliux 2016-09-20 15:28:27 +0100
  • c14eb040b9 Fixed automation bug when switching between presets in VST and VST3 by hogliux 2016-09-20 14:57:38 +0100
  • 5a365ed535 Removed assertion which gets hit by too many VST plug-ins by hogliux 2016-09-20 12:34:21 +0100
  • 8835a24417 Fixed another typo and removed unecessary for loop by hogliux 2016-09-20 12:33:38 +0100
  • 1be76c1ac0 Added more methods to IIRCoefficients to generate coeffecients for commonly used filters by hogliux 2016-09-20 10:19:12 +0100
  • cbbf76b749 Made sure buffers are prepared before clearing them in the AU wrapper by hogliux 2016-09-20 10:13:43 +0100
  • b0457a9ec5 Fixed a typo in the VST wrapper by hogliux 2016-09-19 19:08:29 +0100
  • 1b217d13ec Zero out buffers if pulling audio returns an error in the AU wrapper by hogliux 2016-09-19 18:54:44 +0100
  • 4fa0516f40 Revised multibus API and added support for multibus hosting by hogliux 2016-09-16 17:06:19 +0100
  • 680d75807a JUCE version 4.2.4 by hogliux 2016-09-16 17:02:41 +0100
  • ebf19aa61a Re-save all projects by hogliux 2016-09-16 16:47:37 +0100
  • 4eb89336f9 Bump version number to 4.2.4 by hogliux 2016-09-16 16:42:43 +0100
  • 05b15c431d If the jucer file does not specify a macOS/iOS deployment target then default to the latest known working version by hogliux 2016-09-16 15:58:40 +0100
  • 0862167459 Fixed a compiler warning for MIDI effect plug-ins by hogliux 2016-09-16 15:20:58 +0100
  • 0c87af8992 Fixed Linux compile error in Projucer by ed 2016-09-16 15:14:09 +0100
  • acefbcde27 Fixed a typo that was preventing some config settings showing up in the projucer by jules 2016-09-16 13:01:48 +0100
  • 9fa0d49be7 Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. by jules 2016-09-16 12:02:35 +0100
  • d03755c9e0 Fixed a potential memory leak by hogliux 2016-09-16 11:23:26 +0100