HISE Logo Forum
    • Categories
    • Register
    • Login

    isPluginParameter and Midi CC (not working in HISE 4.0.0 and 3.x.x)

    Scheduled Pinned Locked Moved General Questions
    43 Posts 5 Posters 1.5k 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.
    • hisefiloH
      hisefilo
      last edited by hisefilo

      Hi friends! This is driving me crazy! Maybe is just me doing something stupid!

      In any DAW, when I want to record an automation for a slider assigned to a midi CC, it does not sends the data to the daw (when operated via CC) but works when operated on the UI with the mouse.

      Tried everything: isMetaparameter, hardcoding automationID, VST, AU, HISE 4.x 3.x
      Thanks in advance!!

      Screen Recording 2024-07-19 at 12.35.41-3.gif

      hisefiloH 1 Reply Last reply Reply Quote 0
      • hisefiloH
        hisefilo @hisefilo
        last edited by

        @Christoph-Hart any clue? or workaround?? :folded_hands:

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

          @hisefilo https://docs.hise.dev/scripting/scripting-api/midiautomationhandler/index.html#setconsumeautomatedcontrollers

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

          hisefiloH 1 Reply Last reply Reply Quote 0
          • hisefiloH
            hisefilo @d.healey
            last edited by

            @d-healey thanks mate! I did this:

            const var midiAutom = Engine.createMidiAutomationHandler();
            midiAutom.setConsumeAutomatedControllers(true);
            

            but still the same results.

            HiseSnippet 1083.3oc2W0saaTDEd1XOPrCTnnHDWtWvEoRUQwPosRHTb9wNX05DS1zB2EMY2isGkYmYY1YSqoh634fGAtlGCdDf2f9F.mYWauyl3zFrnHJ6EVZN+LmuyYN+4AZUHjlpzDuFmLIAHduGMXhzLduwLtjzaeh2pzH3rrQsH6NIgklBQDOuZGX450nNI+6kauKSvjgPIIB4oJdH7XdL2TRcP6GwEhtrH3Ddriz2qcuPkbOkPkgHoFcKRBK7b1H3PlUrUnDu2oSD2nzAFlARId02UEMIXr5YxB4eJOkel.rGZQBvKpfbWkHxhXKUxdi4hnAy73TBwiNnz+qU3+qS6yi3yoWFG9vbF9kZ3FO7VoJ7pUAdsbg2VNvaAPxyAR0KfzsoAgZdhojiEOqQ6IMfdHCC6tPoPVxJs7n6oPIjlMiYmCc03g4Zrw82Zq65i+bmurYSLzmZ7ufo8iQObmLiJ1+q76HGwkvlgZ.co9yXvLbk7qYxHAn2vp7bU1LELnASyhgoRBQV.nUBT1zML5LvpPygYxP6s3qjGpLvQxMtSyWzrQyero+kYMb3B4UdsKjsM2R+pTbCYV7Yf9tnOKPPMSPLfW8Ujd8uhtIYgEgYGAUxdRt4nDPdcodjouM1W7onBE0j+deqou2ABdDnIb7Y8coORpNqEIGvSqa98u4W+4sIOo29LCa10f2HZkDPa3VGvae3BrJrHMpAceH8biJIW13DkzZeuUesF84yKT8G0dx7CsOscxLOpGJ9GSCvDF+ukcA3e.HAMCCksvJYMVDi4cVY9.ZWTltZ36O1lIQ3oCDYXd1fYBUDuRpRrnKvpTlMuBilWsDAKNUQYBqEcqXssolx.S.pTlXKEjobyD21X+iUFeSg3soC3lvwKFiqr.LhOzuIv3zleuOsyvgPnoDf0oc+t2Lc5bM+sJL+Z4YP4yexM90jQc8Ch9sa5fnja7fniBMn4OQyjoIpzJWb.DyOAqhRcI9jTmzaG56oX5Ex5kaWsjvo3NfYxz4oE6DqxjlJoA0dUCDasjCDq+etAhuETrWYlciYXLfGmHfNxK.A1PNGieD1AdHKSXlQsZtbekTkLVI4gtOzGCFMezHaqwRruPGZGiA2Zpjx5sOFD.yMo8Sa+XLYiow3DrjwhV+s2eYguWeBs.t91BP+2daRW6+2MoOVkY3xQ8YXRHtG.8vr3.r2XHfVWJAgcKIuUr82JNuk8bQyQYT9g+D+lxrk8r2Tlslw7eEaDyB0pSCK1zxlmtZNEzuk4KWzf12d1u5JV4e1MbOMLr5UcEE+rkUwOeYU7dKqhewxp38WVEevxp3Ce8JV8ul3rOsv1xbM2CEIFNUTt+GpbC1SFAOe1UiUO5Jyb6HipL2NSHthLVhWRtfygmc4l2Zzurzdw5+xA+wO7S1d2Z9YYFnbs6d3PBsonflzePm787875HYXoaA0+BPXEmzc
            

            what am I missing??

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

              @hisefilo 60fe185f-0339-4c51-8042-6a2d0fe6138a-image.png

              Try setting it to false.

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

              hisefiloH 1 Reply Last reply Reply Quote 0
              • hisefiloH
                hisefilo @d.healey
                last edited by

                @d-healey same results :( what is wrong?

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

                  @hisefilo Think you'll need Christoph's input here.

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

                  hisefiloH 1 Reply Last reply Reply Quote 0
                  • hisefiloH
                    hisefilo @d.healey
                    last edited by

                    @d-healey thanks mate!! I think is a super basic feature that any plugin has built-in but maybe I'm wrong.
                    Invoking @Christoph-Hart superpowers!!

                    thor-love-and-thunder-marvel-studios.gif

                    hisefiloH 1 Reply Last reply Reply Quote 0
                    • hisefiloH
                      hisefilo @hisefilo
                      last edited by

                      Thor are you there? @Christoph-Hart

                      Christoph HartC 1 Reply Last reply Reply Quote 0
                      • Christoph HartC
                        Christoph Hart @hisefilo
                        last edited by

                        In any DAW, when I want to record an automation for a slider assigned to a midi CC, it does not sends the data to the daw (when operated via CC) but works when operated on the UI with the mouse.

                        Well in that case you're supposed to record the MIDI CC data, no?

                        hisefiloH 1 Reply Last reply Reply Quote 0
                        • hisefiloH
                          hisefilo @Christoph Hart
                          last edited by

                          @Christoph-Hart Yes, The goal is to allow user to record automations using CC sliders on any midi controler, not moving sliders on the UI with the mouse.

                          Christoph HartC 1 Reply Last reply Reply Quote 0
                          • Christoph HartC
                            Christoph Hart @hisefilo
                            last edited by

                            @hisefilo but why don‘t you just record the midi data instead of trying to automate through midi?

                            hisefiloH 1 Reply Last reply Reply Quote 0
                            • hisefiloH
                              hisefilo @Christoph Hart
                              last edited by

                              @Christoph-Hart because I want to allow user to live-record midi automation, then have the chance to edit it as an automated parameter. (Is this not a common practice? maybe is just me using it that way)

                              Screen Recording 2024-07-22 at 13.01.21.gif

                              d.healeyD 2 Replies Last reply Reply Quote 0
                              • d.healeyD
                                d.healey @hisefilo
                                last edited by

                                @hisefilo In your original gif I don't see you enabling record?

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

                                hisefiloH 1 Reply Last reply Reply Quote 0
                                • hisefiloH
                                  hisefilo @d.healey
                                  last edited by hisefilo

                                  @d-healey This gif is a working example for other plugin, not my debug plugin.

                                  yes, did't record but parameter was moving up and down. This gif is the same but record enabled

                                  d.healeyD ustkU 2 Replies Last reply Reply Quote 0
                                  • d.healeyD
                                    d.healey @hisefilo
                                    last edited by

                                    @hisefilo So what happens if you enable record in the original example?

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

                                    hisefiloH 2 Replies Last reply Reply Quote 0
                                    • hisefiloH
                                      hisefilo @d.healey
                                      last edited by

                                      @d-healey nothing, does not record. give me 2 minutes

                                      1 Reply Last reply Reply Quote 0
                                      • hisefiloH
                                        hisefilo @d.healey
                                        last edited by

                                        @d-healey
                                        Screen Recording 2024-07-22 at 13.17.57.gif

                                        d.healeyD 1 Reply Last reply Reply Quote 0
                                        • ustkU
                                          ustk @hisefilo
                                          last edited by

                                          Just my 2cent, tried a brainworx synth in PT, it both works with mouse and CC on the same automation track

                                          Can't help pressing F5 in the forum...

                                          1 Reply Last reply Reply Quote 1
                                          • d.healeyD
                                            d.healey @hisefilo
                                            last edited by d.healey

                                            @hisefilo What is midiAutom.setConsumeAutomatedControllers(); set to?

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

                                            hisefiloH 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            16

                                            Online

                                            1.7k

                                            Users

                                            11.8k

                                            Topics

                                            102.5k

                                            Posts