Skip to content
  1. May 11, 2021
  2. May 10, 2021
  3. May 07, 2021
  4. May 06, 2021
    • reuk's avatar
      VST3 Host: Ensure AudioProcessor parameter indices are used when appropriate · f35c2d90
      reuk authored
      Previously, IEditController parameter indices were being used to index
      into the AudioProcessor parameter array, but these parameter indices are
      not guaranteed to point to the same parameter (parameter groups may
      cause reordering on JUCE's side). Now, we use the IEditController
      indices universally.
      f35c2d90
    • reuk's avatar
      AudioPlayHead: Tidy up implementation · 32f99d26
      reuk authored
      32f99d26
    • reuk's avatar
      AutoResizingNSViewComponent: Fix display issues for certain plugin views · 0f690662
      reuk authored
      Previously, the following plugins were causing issues when hosting their
      editors:
      
      - Softube plugins. I used Saturation Knob for testing, which crashed when
        deleting the temporary parent view.
      - KORG Gadget series, which displayed a black screen after the temporary parent
        view was deleted.
      - FabFilter Pro-C, which displayed at the wrong scale when opened on a
        retina display.
      0f690662
  5. May 05, 2021
  6. May 04, 2021
    • reuk's avatar
      HWNDComponentPeer: Dismiss modals when windows are moved · 19821db2
      reuk authored
      This change ensures that popup menus will be dismissed when hosted
      plugin windows are moved, even when these plugin views are themselves
      hosted inside JUCE views, like those used in the AudioPluginHost.
      19821db2
  7. May 02, 2021
  8. May 01, 2021
  9. Apr 30, 2021
  10. Apr 28, 2021
  11. Apr 27, 2021