209 Commits (f36205fabece1b56ca00dfd08f96cdbad1a507f9)

Author SHA1 Message Date
  Timur Doumler d6ed722d76 Updated Android Studio build settings in projects. 9 years ago
  Timur Doumler 908e1e93b9 Android Studio exporter: changed default toolchain back to clang (works again after Android Studio issue 207585 has been fixed in gradle-experimental wrapper version 0.7.0-rc1, and is the toolchain recommended by Google). 9 years ago
  jules aa3ead5e28 Resaved a demo component file 9 years ago
  jules 6fc08dd1cd Added a workaround for Android GL glitches when pausing the app 9 years ago
  Timur Doumler 0c3057eb7e Re-saved projects. 9 years ago
  jules 0b3a11ee07 Updated version number to 4.2.1 9 years ago
  Timur Doumler 60478175d6 Android Studio exporter: changed default toolchain to gcc, as clang/libc++ seems to be broken with Android Studio 2.1 Beta 3 (at least on OS X and Windows). 9 years ago
  jules 8920e1b1d2 Resaved projects 9 years ago
  jules 1601c907ae Fixed some merge-noise in NetworkGraphicsDemo 9 years ago
  jules 325aeb1fc8 Resaved projects 9 years ago
  Timur Doumler 8462849955 Re-saved projects. 9 years ago
  Timur Doumler 8dfb1c589a JuceDemoPlugin.jucer: removed wrong AAX path that was saved there earlier. 9 years ago
  Timur Doumler 37073c3ee0 Using static linking instead of a framework for the shared code of audio plug-ins on OS X. 9 years ago
  Timur Doumler f5c19ef612 Fixed Android build settings of all .jucer files to use new default values instead of hard-coded old values (gradle version etc.) 9 years ago
  jules f74338aab6 Resaved projects 9 years ago
  jules 8343f3468c Found a few missing 'override' specifiers 9 years ago
  jules effb421be1 Projucer: Updated some font use and removed the EULA if running without the live-coding DLL 9 years ago
  Timur Doumler d80ceb0a1e PlugInSamples: re-saved projects to fix accidentally added local AAX path. 9 years ago
  Timur Doumler 7d644173f3 Re-saved all audio plug-in projects. 9 years ago
  Timur Doumler ef5aefe053 Re-saved all example projects that have AAX enabled by default. 9 years ago
  jules e9edeccc20 Resaved projects 10 years ago
  Timur Doumler 70949aa0c6 Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 10 years ago
  jules ed067801eb Tidied up some demo code 10 years ago
  jules db152f618b Added a workaround to the host demo app to avoid subtle event-loop problems with certain plugins on OSX. 10 years ago
  Timur Doumler 74447991ec Fixed various compile errors due to rename of empty() to isEmpty(). 10 years ago
  Timur Doumler 942d269edb JuceDemo: removed an unnecessary capture-by-reference from a lambda. 10 years ago
  Timur Doumler 497f286b53 Added new helper function MidiMessage::getDescription(), replacing some code that was previously in the Juce Demo. 10 years ago
  jules 7c1d3e3074 Fixed a URL in the demo app 10 years ago
  jules dea899741d Resaved example projects 10 years ago
  Timur Doumler d8e45840b0 AudioPluginDemo: replaced VS2010 and VS2013 exporters with VS2015 exporter; re-saved project. 10 years ago
  Timur Doumler 3f50693025 AudioPluginDemo: removed deprecated input/outputChannel methods to avoid compiler warning. 10 years ago
  Timur Doumler 1762cdc9c9 Added runtime permissions request to JUCE Demo (recording tab) and MidiTest example app, added matching permissions to manifest, removed ant exporter, and re-saved both projects. 10 years ago
  jules 79332132b5 Fixed a mistake in the demo plugin. 10 years ago
  hogliux 5a05478861 Fix typos in GenericEditor.h and check for nullptrs 10 years ago
  hogliux c64fcd72e9 Add automation support to the GenericEditor sample code 10 years ago
  jules 5835bbc363 Avoided a warning in the plugin host build 10 years ago
  jules 674c833c84 Added method MouseEvent::mouseWasDraggedSinceMouseDown() 10 years ago
  jules 6256a9163d Resaved some example projects 10 years ago
  jules 68fdb3b2f0 Introjucer: Avoided the win32 exporter adding the /FORCE:multiple flag except when building an RTAS plugin 10 years ago
  jules d788e10eb4 Resaved projects 10 years ago
  jules ddd1b8eb92 Deleted a couple of unused files from an example 10 years ago
  jules 60e072f3c4 Added a new class: StatisticsAccumulator 10 years ago
  jules e1ba584203 Whitespace 10 years ago
  jules 6957a9e3a4 Fix to video demo 10 years ago
  jules dc7853d342 Fixed a mistake in the SurroundProcessor demo 10 years ago
  hogliux a53eda27d4 Fix various multi-bus issues and add support for consistent surround channel ordering 10 years ago
  jules 82c4938ebe Deprecated theAudioProcessor::silenceInProducesSilenceOut method, which is no longer actually used by any of the plugin wrappers 10 years ago
  jules 08b853ee35 Removed some cross-module header inclusions, replacing them with macros to optionally make native helper classes public 10 years ago
  hogliux a4cbdc8fa3 Fix whitespace issue 10 years ago
  hogliux fa1ad90386 Fix black teapot issue 10 years ago