831 Commits (03a118d380a357390d901b604d5285e711d1d7e9)

Author SHA1 Message Date
  Tom Poole af1a57bfe5 Fixed a compiler warning 7 years ago
  Tom Poole 072ff1ec02 Changed a variable name to more clearly denote a normalised parameter value 7 years ago
  jules e5b09292bc Whitespace 7 years ago
  hogliux d2bcc74f46 Fixed a compiler warning on Android 7 years ago
  hogliux cf4f12a452 Replaced our VST2 interface headers with official VST3 SDK 7 years ago
  Tom Poole d3cada1bc5 APVTS: Improved the default string displayed for parameter values 7 years ago
  hogliux 9b81643aa9 Plug-In wrappers and hosting code now support infinite tail times 7 years ago
  hogliux d37187c959 Re-named AudioProcessor in previous commit to not be plug-in format specific 7 years ago
  hogliux 4d0b1167f0 AAX: Added support for EQ curve graphs via a new AudioProcessor callback AudioProcessor::getAAXCurve 7 years ago
  Tom Poole 009eb887ef APVTS: Fixed an inconsistency between ComboBoxAttachment IDs and parameter values 7 years ago
  jules 87042769b6 Tidied up some more old typedefs 7 years ago
  jules f3e1e52c88 Cleaned up some audio plugin creation function prototypes 7 years ago
  ed 527625b699 Added support for building Unity native audio plugins on desktop platforms 7 years ago
  ed 2d79cc78c0 Bump version number to 5.3.2 7 years ago
  Tom Poole 3a0ab9f42a Added a comment to clarify the behaviour of hosted parameter IDs 7 years ago
  ed 481221a256 Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers() 7 years ago
  Tom Poole 2e51654958 APVTS: Fixed some issues using an UndoManager with an AudioProcessorValueTreeState 7 years ago
  Tom Poole 5a701fc385 VST and VST3: Removed the caching of hosted parameter information 7 years ago
  jules 38295f332b Converted some old typedefs to using declarations 7 years ago
  ed f69b9eb884 Add a config flag to juce_audio_processors for enabling LADSPA plugin hosting and enable it in AudioPluginHost 7 years ago
  ed 940a68f7fe Removed some debug statements 7 years ago
  Tom Poole cbfcb53274 Tweaked the layout of MidiInputSelectorComponentListBox 7 years ago
  Tom Poole 6f7f264d04 Fixed a layout bug in MidiInputSelectorComponentListBox 7 years ago
  ed be8395478f Fixed a couple of warnings in juce_VSTPluginFormat.cpp 7 years ago
  Tom Poole 036458ed0a Fixed a bug migrating ScopedPointer to std::unique_ptr for Carbon based AUs 7 years ago
  Tom Poole ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
  Tom Poole 8ec069cabe Fixed a race condition in AudioProcessorGraph 7 years ago
  Tom Poole c7c26fa9f0 Removed the OS X 10.5 and 10.6 deployment target options from the Projucer and enabled more C++11 features across all platforms 7 years ago
  Tom Poole fd73d77484 Added some checks on index values in AudioProcessor 7 years ago
  Tom Poole 208c7923dc Fixed some bugs in GenericAudioProcessorEditor 7 years ago
  hogliux 125c56293f Removed a return statement in a function returning void 7 years ago
  Tom Poole 4229dc0a4f Made a lot of ScopedPointer usage conform to the std::unique_ptr interface 7 years ago
  Noah Dayan 1a31c86f39 Bump version number to 5.3.1 7 years ago
  ed 5385102d45 AU: Modified AudioUnitPluginInstance::hasEditor() to check if iOS AUs have an editor instead of always returning true 7 years ago
  Tom Poole 76ed748c79 Added an isBoolean flag to APVTS parameters 7 years ago
  hogliux 0db9415de6 Add bypass support to both hosting and plug-in client code 7 years ago
  hogliux e05a1549f2 Re-worked plug-in wrappers to all use new parameter system via LegacyAudioParameter wrapper class 7 years ago
  ed 262dff8854 Bump version number to 5.3.0 7 years ago
  ed cdbc28c18b Add documentation tags 7 years ago
  Tom Poole 1e9a5a18ec Fixed an issue forwarding valueToText functions in the SliderAttachment 7 years ago
  Tom Poole c2a877cac8 Passed the valueToTextFunction and textToValueFunction lambdas from an AudioProcessorValueTreeState parameter to an attached slider 7 years ago
  Tom Poole f1af3908d5 Documentation fixes 7 years ago
  Lukasz Kozakiewicz b5e1c3d4c4 AudioProcessorGraph: start outputting audio only after the graph is prepared. 7 years ago
  Lukasz Kozakiewicz 3fcbead84c AudioProcessor: update obsolete comments (remove reference to non-existent AudiobusLayout). 7 years ago
  Tom Poole 0ffe0fb61b Added value-string conversion lambdas to the constructors of AudioParameterBool Choice Float and Int 7 years ago
  Tom Poole 284fdc51df Added a setNormalisableRange method to Slider 7 years ago
  Tom Poole 524ff595d9 Added a missing function deprecation 7 years ago
  Tom Poole 611971181f Added host-side AudioProcessorParameter implementations, deprecated the old methods for managing parameters, and updated the GenericAudioProcessorEditor 7 years ago
  Tom Poole 40d0d74ce4 Fixed a typo in a comment 7 years ago
  Tom Poole d3d1eeb770 Added an AudioProcessorParameter listener class 7 years ago