2 Commits (e6509fcb51eaa92b1c7a2c7918caced2eefd00b4)

Author SHA1 Message Date
  reuk 4494c96760
Build: Add GarageBand info to plugin templates 4 years ago
  reuk ece5644a20 CMake: Add support for building JUCE projects with CMake 5 years ago
  ed 2f52fa205a Projucer: Standardise replacement strings in file templates 7 years ago
  Noah Dayan bed0f02e54 Projucer: Cleaned up templates and added options for header and cpp file creation 7 years ago
  jules aecb819985 Replaced all our internal use of the old AudioSampleBuffer name with AudioBuffer<float> (for which AudioSampleBuffer is just a typedef) 7 years ago
  hogliux 54029e776d Projucer: Re-factored source code groups and general code clean-up 7 years ago
  hogliux e2c8e30d72 Added a ScopedNoDenormal class to temporarily disable denormals 7 years ago
  tpoole 87c22acd97 Projucer: Fixed a bug in the plug-in template code 7 years ago
  tpoole 75c299025a Projucer: Added code to handle JucePlugin_IsMidiEffect in the new audio plug-in template 7 years ago
  jules 8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 8 years ago
  hogliux 4fa0516f40 Revised multibus API and added support for multibus hosting 8 years ago
  hogliux 00dd576b21 Don't create an asserting VST2 plug-in when creating a new plug-in project via the Projucer's wizard 9 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. 9 years ago
  jules 82c4938ebe Deprecated theAudioProcessor::silenceInProducesSilenceOut method, which is no longer actually used by any of the plugin wrappers 9 years ago
  jules baab7546f4 Replaced some uses of the now-deprecated AudioProcessor::getTotalNumInputChannels() 9 years ago
  hogliux 4fef661ada Added multi-bus support for audio plug-in clients 9 years ago
  Timur Doumler 327d1ba187 Introjucer: disabled generation of deprecated Parameter getter/setter method overrides when creating a new Audio Plug-In. 9 years ago
  jules 85e7ccd8be Updated some dusty code in the introjucer templates for a new plugin project. 10 years ago
  jules 7671e6a350 Fix for the program count in the introjucer-generated template plugin. 10 years ago
  jules a323d4d797 Clarified the example code that's generated in the plugin template process method. 10 years ago
  jules fa21d2ac02 Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty. 11 years ago
  jules aff0d98e4b Removed JucePlugin_TailLengthSeconds and added a getTailLengthSeconds() method to AudioProcessor instead. 12 years ago
  jules 422b0df651 Updated some introjucer template files. Updated project files. 12 years ago
  jules d24ee139d3 Introjucer: wizards for auto-generating new Component classes 12 years ago
  jules 84d438aebc Revamped the introjucer's settings page, making it easier to navigate than the old tabbed layout. Also, tweaked Viewport to be more resilient to changes in its content's size. 13 years ago
  Julian Storer 82e8d68a5d Renamed the experimental jucer as the Introjucer. 14 years ago
  Julian Storer 12a6bdaa03 Couple of minor jucer tweaks. 14 years ago
  Julian Storer 91e2759000 Fix for some broken Apple AudioUnit editors. Fix for amalgamated mac builds. Changed some mac debugging settings which didn't work. Updated the Jucer-generated audio plugins to match the current codebase. 14 years ago
  Julian Storer ca5fbd17f0 More Jucer reorganisation 15 years ago
  Julian Storer 1458cd4eb3 Rebuilt the plugin demo as a Jucer-generated project, and beefed it up a bit to include a simple synthesiser and delay effect. 15 years ago
  Julian Storer 188299adb9 First check-in of the new Jucer codebase. 15 years ago