HISE Logo Forum
    • Categories
    • Register
    • Login

    AU Write Automation Still Broken?

    Scheduled Pinned Locked Moved Bug Reports
    bug tracker
    15 Posts 7 Posters 1.2k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Casey KolbC
      Casey Kolb
      last edited by

      @Christoph-Hart Is this a hard fix?

      Casey Kolb
      Founder & CEO of Lunacy Audio
      Composer | Producer | Software Developer

      Casey KolbC 1 Reply Last reply Reply Quote 0
      • Casey KolbC
        Casey Kolb @Casey Kolb
        last edited by

        @casey-kolb Bumpin' this baby once more. Has there been a fix for this yet?

        Casey Kolb
        Founder & CEO of Lunacy Audio
        Composer | Producer | Software Developer

        orangeO 1 Reply Last reply Reply Quote 2
        • orangeO
          orange @Casey Kolb
          last edited by

          @casey-kolb It's been almost 3 years, needs to be fixed.

          develop Branch / XCode 13.1
          macOS Monterey / M1 Max

          Casey KolbC 1 Reply Last reply Reply Quote 5
          • Casey KolbC
            Casey Kolb @orange
            last edited by

            Throwing another friendly bump here @Christoph-Hart :beaming_face_with_smiling_eyes:

            Casey Kolb
            Founder & CEO of Lunacy Audio
            Composer | Producer | Software Developer

            1 Reply Last reply Reply Quote 1
            • Dan KorneffD
              Dan Korneff
              last edited by

              I believe I found the cause here:
              https://forum.hise.audio/topic/4786/chasing-logic-auval-validation/18

              Haven't had time to tinker with it, but was posted on the JUCE forum by an admin.

              Dan Korneff - Producer / Mixer / Audio Nerd

              LindonL 1 Reply Last reply Reply Quote 1
              • LindonL
                Lindon @Dan Korneff
                last edited by

                @dustbro said in AU Write Automation Still Broken?:

                I believe I found the cause here:
                https://forum.hise.audio/topic/4786/chasing-logic-auval-validation/18

                Haven't had time to tinker with it, but was posted on the JUCE forum by an admin.

                ..er the thing you are pointing at is the auval stuff - this is about getting AU automation to work... isnt it?

                HISE Development for hire.
                www.channelrobot.com

                Dan KorneffD 1 Reply Last reply Reply Quote 0
                • Dan KorneffD
                  Dan Korneff @Lindon
                  last edited by Dan Korneff

                  @lindon the last post in that thread was in response to my comment about finding out what's wrong with Latch automation in Logic. I'll post here to keep it in a relevant thread.

                  "Now on to why Latch automation doesn't work in Logic."

                  it appears that this no longer works:

                  param.beginChangeGesture();
                  param.setValueNotifyingHost (newValue);
                  param.endChangeGesture();
                  

                  We should use instead:

                  void mouseDown (const MouseEvent&) override
                  {
                      param.beginChangeGesture();
                  }
                  
                  void mouseUp (const MouseEvent&) override
                  {
                      param.setValueNotifyingHost (newValue);
                      param.endChangeGesture();
                  }
                  

                  Dan Korneff - Producer / Mixer / Audio Nerd

                  Casey KolbC 1 Reply Last reply Reply Quote 1
                  • Casey KolbC
                    Casey Kolb @Dan Korneff
                    last edited by

                    @dustbro Should we mark this as as Confirmed Bug for Christoph? Still figuring out this new bug reporting system.

                    Casey Kolb
                    Founder & CEO of Lunacy Audio
                    Composer | Producer | Software Developer

                    d.healeyD 1 Reply Last reply Reply Quote 0
                    • d.healeyD
                      d.healey @Casey Kolb
                      last edited by

                      @Casey-Kolb said in AU Write Automation Still Broken?:

                      @dustbro Should we mark this as as Confirmed Bug for Christoph? Still figuring out this new bug reporting system.

                      I think so. Open an github issue for it.

                      Libre Wave - Freedom respecting instruments and effects
                      My Patreon - HISE tutorials
                      YouTube Channel - Public HISE tutorials

                      Christoph HartC 1 Reply Last reply Reply Quote 0
                      • Christoph HartC
                        Christoph Hart @d.healey
                        last edited by

                        Yes please, along with an example snippet and the steps to reproduce, then I can pick up on it faster.

                        Dan KorneffD 1 Reply Last reply Reply Quote 0
                        • Dan KorneffD
                          Dan Korneff @Christoph Hart
                          last edited by Christoph Hart

                          That's the link:

                          Link Preview Image
                          AU Write Automation not working · Issue #254 · christophhart/HISE

                          Forum discussion https://forum.hise.audio/topic/5068/au-write-automation-still-broken Commit ecd5f15 Conditions to reproduce the bug OS: macOS HISE: N/A Compiled Project: yes Problem Description AU parameter Write Automation is not worki...

                          favicon

                          GitHub (github.com)

                          Dan Korneff - Producer / Mixer / Audio Nerd

                          1 Reply Last reply Reply Quote 4
                          • Christoph HartC Christoph Hart locked this topic on
                          • First post
                            Last post

                          30

                          Online

                          1.7k

                          Users

                          11.9k

                          Topics

                          103.7k

                          Posts