16 Commits (c55e73a50ea9667b9c064665e3d360903f2d42f8)

Author SHA1 Message Date
  tpoole 432ad80b60 Fixed a bug in the JUCE demo plug-in time display 7 years ago
  hogliux b5afccc37c Updated file headers and the README with the JUCE 5 license 8 years ago
  hogliux ef2c63e4e3 Added a new LookAndFeel (V4) and re-skinned the JUCE Demo and examples. Improved the JUCE Demo on mobile devices. 8 years ago
  jules 9fa0d49be7 Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 8 years ago
  luigisambuy 1e9af22f96 modified valueChanged() to notify host only on mouse clicks. 8 years ago
  hogliux ebb0a156a4 Add options to make AuidoProcessorEditors resizable with constraints 9 years ago
  jules 2c3a2eae63 Simplified some demo plugin code to avoid a display update problem 9 years ago
  jules 09d6409644 Refactored some demo code to avoid a problem when using String::formatted when Strings are UTF-32 9 years ago
  jules 79332132b5 Fixed a mistake in the demo plugin. 9 years ago
  jules 7988190e73 Plugin demo: avoided the slider jumping when being dragged and automated at the same time 9 years ago
  jules 02041328dc Misc minor fix-ups 9 years ago
  jules b1a8470514 Added a collection of audio plugin parameter utility classes in juce_audio_processors/utilities 9 years ago
  hogliux d8e5add7ba Minor clean-up in audio demo plugin code 10 years ago
  hogliux b7a85c767a Add beginChangeGesture/endChangeGesture support to audio demo plug-in 10 years ago
  jules 6225b5de49 Added support for parameter value<->text conversion in VST and VST3 plugin formats. Also updated the JUCE demo audio plugin code to use the new AudioProcessorParameter class for its params. 10 years ago
  Felix Faire b01383e8d0 Restructured folder and Updated Readme 10 years ago
  jules abe43b27d3 minor clean-ups. 10 years ago
  jules aba0ff9240 Added method AudioProcessorEditor::setControlHighlight() for support of this AAX functionality. 10 years ago
  jules 7ae92cf1ba Added juce version display to plugin demo. 11 years ago
  jules 4d79bed3d1 Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 11 years ago
  jules d8dd77da62 Implemented AudioProcessor::getParameterDefaultValue() in the plugin demo. 11 years ago
  jules af18430f08 Changed Label::setText to use a NotificationType parameter rather than a bool. 12 years ago
  jules 5ed768e953 New enum: NotificationType, to indicate whether to send a change message or not (and whether it should be async). Updates to ListBox, TreeView and Slider methods to use this type instead of bools. 12 years ago
  jules 2918e8d886 Minor fixes for compiler warnings. 12 years ago
  Julian Storer b70e0a28d2 First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 13 years ago
  Julian Storer 533e7ba795 Many more String changes, so that finally the String class can store its internal data as either utf8, 16 or 32 - this is controlled by a flag JUCE_STRING_UTF_TYPE. It's currently set to utf-8 by default. 14 years ago
  Julian Storer 098abe4a2f Fixed a very very subtle component bug. Added peak level detection to AudioThumbnail. Tidied up some old demo plugin UI code. 14 years ago
  Julian Storer 5a89fc6ad8 Cleaned up a few compiler warnings. 14 years ago
  Julian Storer 907a9aaffe Tidied up a bunch of listener classes, making them child classes - e.g. ButtonListener becomes Button::Listener. Did this for ComboBox, Button, CameraDevice, Label, ScrollBar, Slider, TextEditor, TableHeaderComponent. (There are typedefs to make sure old code still works, though I might remove those in the future). 15 years ago
  Julian Storer 636ed22863 Minor fixes to LassoComponent, ReferenceCountedArray, Plugin demo resizing. Added deselect method to FileBrowserComponent, made TreeViews update widths when scrolling sideways. Jucer development. 15 years ago
  Julian Storer a728139698 Small fix for demo plugin code. Minor code clean-ups. 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