15 Commits (ba130cdd8c009503a30790a3d2a67775eff87604)

Author SHA1 Message Date
  Tom Poole 0ffe0fb61b Added value-string conversion lambdas to the constructors of AudioParameterBool Choice Float and Int 8 years ago
  Tom Poole d0c2c025ce Added the ability to mark an AudioProcessorParameter as boolean 8 years ago
  Tom Poole 0a3da44f07 AU: Fixed a bug setting default values for discrete parameters 8 years ago
  hogliux 544d3284e3 Added a callback to AudioParameterBool, Choice, Float and Int which is called when the parameter value changes 8 years ago
  tpoole b0866b6a5f Fixed a bug when selecting AudioParameterChoice values in native DAW parameter views 8 years ago
  tpoole 598b791964 Fixed a bug when selecting AudioParameterChoice values in native DAW parameter views 8 years ago
  jules eda613c6db Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 8 years ago
  tpoole 4dcce5083c Added an option to declare plug-in parameters as either continuous or discrete, irrespective of their number of steps 8 years ago
  hogliux b5afccc37c Updated file headers and the README with the JUCE 5 license 8 years ago
  hogliux 7897331403 Added support for level meter parameter categories 9 years ago
  hogliux f6727f204b Added label parameter to all AudioParameter constructors 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. 10 years ago
  jules 8622ec4004 Fixes for the operator= implementations of the AudioParameterXXX classes 10 years ago
  jules 3ac5ab0ce4 Made AudioParameterFloat::getText handle a length of zero 10 years ago
  jules 3cab305909 Improved rounding for values in AudioParameterChoice::convertTo0to1() 10 years ago
  jules b1a8470514 Added a collection of audio plugin parameter utility classes in juce_audio_processors/utilities 10 years ago