782 Commits (a88fb32b59ccbb22a48f6cc96196c73e732c411d)

Author SHA1 Message Date
  Tom Poole 8ac0622391 AU: Fixed a bug with JUCE_FORCE_LEGACY_PARAM_IDS enabled 6 years ago
  Tom Poole 97aa77961e AUv3: Fixed a bug setting discrete parameters from the GUI 6 years ago
  Tom Poole fe6fa12f55 AUv3: Fixed a bug enforcing legacy parameter IDs 6 years ago
  ed 2d79cc78c0 Bump version number to 5.3.2 7 years ago
  hogliux c65725af51 Some cleanup in a recent commit to FakeMouseMoveGenerator 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
  hogliux d90add3307 PopupMenu: Fixed a bug causing an unintentional menu item highlight disco party when using a popup menu in a plug-in's UI 7 years ago
  Tom Poole 955f6fbc2b Fixed a unique_ptr compiler error 7 years ago
  Tom Poole 895c822775 Fixed a unique_ptr compiler error 7 years ago
  jules 38295f332b Converted some old typedefs to using declarations 7 years ago
  Tom Poole ac5d2e22f4 Added a "plug-in can do" callback to the VSTCallbackHandler interface 7 years ago
  Tom Poole ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
  Tom Poole 20ced1662e Fixed some issues with plug-in parameter IDs 7 years ago
  hogliux 3af838b377 AAX: Fixed some warnings when building an AAX plug-in with JucePlugin_IsMidiEffect=1 7 years ago
  ed ee087748de Corrected the JUCE version number in the comment above JUCE_FORCE_LEGACY_PARAMETER_AUTOMATION_TYPE in juce_audio_plugin_client.h 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
  hogliux da0792c784 AAX: Fixed an ambiguous member declaration 7 years ago
  hogliux 3e4a4c0ea2 AAX: Added extra AAX header includes as needed for newest AAX SDK version 7 years ago
  hogliux b4da4539f1 AAX: Fixed an issue when ProTools refuses to accept the size requested by the plug-in 7 years ago
  hogliux 71f281257b AAX: Fixed a use-after-free crash in the handling of parameter IDs in the AAX wrapper 7 years ago
  Noah Dayan a4e6755a2b Add GarageBand and MainStage to PluginHostType 7 years ago
  ed 11c4e91fa5 VST: Fixed an unused variable warning on Linux 7 years ago
  ed 5c8084c3e6 VST: Workaround for a potential infinite resizing loop due to coordinate rounding when updating the host window size 7 years ago
  Tom Poole 98483e826a Fixed a compiler warning 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
  Dimitri Sudell 2ff4d858c6 AUv3: use 'UIViewContentMode' for nicer resizing 7 years ago
  Tom Poole 456c161343 Fixed a parameter change recursion issue in the VST and AU wrappers 7 years ago
  reuk e98c73bc6d AU: Pragma ignore warnings which are triggered by Apple code 7 years ago
  Tom Poole dd684b1a5d Fixed a parameter change recursion issue in the VST and AU wrappers 7 years ago
  Tom Poole 87dcb5e02b Fixed an issue with recursive VST3 parameter changed callbacks 7 years ago
  ed 262dff8854 Bump version number to 5.3.0 7 years ago
  ed cdbc28c18b Add documentation tags 7 years ago
  hogliux 039a65913c macOS AUv3: Fixed a warning in previous commit when building AUv3 on macOS 7 years ago
  Dimitri Sudell a15209b45f AUv3 Wrapper: use view callbacks to show and hide editor 7 years ago
  hogliux 66443a57e9 Fixed a warning in the AUv3 wrapper 7 years ago
  Tom Poole 88e76ff712 Fixed a parameter change recursion bug in the AUv3 Wrapper 7 years ago
  Tom Poole 5011c47447 VST3: Fixed a resizing bug when a plug-in has a fixed aspect ratio 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 581fa8c5a0 AAX: Fixed an issue where you could get stuck in audioParameterChanged recursion 7 years ago
  hogliux 03195b094e AAX: Fixed a bug when changing the sidechain source could take a full buffer until reflected in the audio processing 7 years ago
  Tom Poole 107ba1fd69 Added parameter listener callbacks when a plug-in host changes a parameter 7 years ago
  Tom Poole ad73ea8e3f VST3: Added a call to setNonRealtime before prepareToPlay 7 years ago
  Tom Poole d0c2c025ce Added the ability to mark an AudioProcessorParameter as boolean 7 years ago
  Tom Poole f654d453ba Fixed a compiler warning 7 years ago
  Tom Poole 187d88e75a VST: Added a Cockos extension to the VST interface to display parameter labels 7 years ago
  ed fa0f7a4281 Bump version number to 5.2.1 7 years ago
  Tom Poole 59d260c809 AUv3: Fixed an issue when destructing an AUv3 on a non-message thread 7 years ago
  Tom Poole 0a3da44f07 AU: Fixed a bug setting default values for discrete parameters 7 years ago