HISE Logo Forum
    • Categories
    • Register
    • Login

    Table not assigned

    Scheduled Pinned Locked Moved Feature Requests
    18 Posts 4 Posters 705 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.
    • NatanN
      Natan
      last edited by

      Okey Found This, I Guess This Works Only On Develop Branch, Correct?

      @d-healey said in Feature request: Hide table not assigned:

      Turns out it gives two parameters, x and y. So you should be able to turn that into a percentage.

      const var Table1 = Content.getComponent("Table1");
      
      Table1.setTablePopupFunction(function(x, y){
          Console.print(x + ":" + y);
      });
      
      NatanN 1 Reply Last reply Reply Quote 0
      • NatanN
        Natan @Natan
        last edited by

        @Natan No You're Wrong, It Works On MAster Aswell :)
        BUt How To Give it Some Values?

        NatanN 1 Reply Last reply Reply Quote 0
        • NatanN
          Natan @Natan
          last edited by

          @Natan Found It Here
          https://forum.hise.audio/topic/2150/global-modulator-and-custom-table-label/4

          1 Reply Last reply Reply Quote 0
          • NatanN
            Natan
            last edited by

            All Good Here, Let's Go, The Bug Fixed, Just A Duplicated & Misspelling:)

            1 Reply Last reply Reply Quote 0
            • NatanN
              Natan
              last edited by

              @d-healey
              Sir, Do You Have An Advice For The Second Part?
              I Want it To Read The St

                   return Math.round(x*100) + "% | Change me!";
              
              d.healeyD 1 Reply Last reply Reply Quote 0
              • d.healeyD
                d.healey @Natan
                last edited by

                @Natan said in Table not assigned:

                I Want it To Read The St

                I don't understand what you want

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

                NatanN 1 Reply Last reply Reply Quote 0
                • NatanN
                  Natan @d.healey
                  last edited by Natan

                  @d-healey
                  I Made This:

                       return (Math.round(x*100) + "%" + " | " + y*12 + "st");
                  

                  I Need The Y*12 To Show The Value From -12 To +12
                  Other Parts Works Just Fine

                  1 Reply Last reply Reply Quote 0
                  • NatanN
                    Natan
                    last edited by

                    @d-healey This is What I Tring To Do

                    HiseSnippet 936.3ocsV0saaaCElzwbn1sdXEXO.BFn.NMotx4uthfg4Fm3Ai1jXTm1t6JXjniHhDofDUZb+AXWrWk9VzK5CTuXuAaGJJKI2n1kXfICXwyu76bzmNTiijNr3XYDB23jYgLD9NjIyDJuAdTt.MZeD9GIGRiUrHKip8lERiiYtHLdkeWq.2nNJ85u+s8n9TgCqPEB8RI2g8Ld.WUncb+mx88GRcYmvCJ48V8G4HECj9xD.OqPrQgTmyomwNhpcqFAg+gCb4JYzDEUwhAe1S5Nahm7MBi+ujGyO0moE5gl.IxnFMvi66NddsFiP35iKp7ULU9OSNj6xy0WzA9oTCVEQTtGfqsHjpu.j58sfzPouqNAeC3gKAu5F3cWxDmHdnpvhFa2lLR.OblRg1dYXY7EU6uvjARvCgpa.8b1vHPHOhN6Xaut0111qtaql5eP6OVYcAMx5DJ.5dV+p07nOioFHCBkBPnSai41l3LBciYpzUikgIgCSDNJtTzY57EWtt0rUa07csZZoud3CiXpjHgU616loJSQmCoJutQxDgamKueO.cVqY015dsSu8dK88Nyt+FaYzGqRgwGVc24akkTbjTwNVzY0luqYileno0WaZ5zJsoK1HouOKpRyZ5Zz2KvNhjfSYQqCsP+DVtivyvEII295QRbL89RNJEiDb0wgrL4BZj1lopma0FkWrkUUTik0lVZU3VgpqxRQYbCMeMycnRUor0VYr0TFAhCP7VDCOAk1aJOivkpnH71jM2o6hWWb7aou3UOVu7QCRkg+ltlV9wFYD5Ei1WGdFD.z.HLjEo359Lde1Ev7GyKPMH6yhOWICAPlSkgQJ+m.9xbv9Y29yxE5+p9ug6p7PXB9iXDxiwOySok9BJs4juEjE2hmQOk4msEoqKuEn9k1h+7j9J1k5LPVq2F2nbtwUxIA+IXoIelGnW+rsYEYaa77rQHOPitqNyBlbJcS7opEGmpO2Hy.75yByszylDwb0rxmqbClwZW4L1dUwdulv8tjwbkiW03sVE3E3h+ei2rSrZQNX5Tlip.r0IC+ik83oa.TdtLQwEmACpi3.wfbTRvD3PaGFfDgf4Gq4G0zuDXjs0x5NyDlvMU3efqLi8zx3Li8laDEPchju1wLWQel3sR0.XRj94.MfuKAjsxGnPH1csQAvQ0u1wQ2Jd.f8piYikHlMWhX1ZIhY6kHlcVhXdzRDyu7ciQ+UROIQICLul.JFeP5vYL9.gdTZJiD8uf9lgqS
                    
                    1 Reply Last reply Reply Quote 0
                    • d.healeyD
                      d.healey
                      last edited by

                      const var Table1 = Content.getComponent("Table1");
                      
                      Table1.setTablePopupFunction(function(x, y)
                      {    
                           var v = (y - 0) * (12 - -12) / (1 - 0) + -12;     
                           return Math.round(v) + " st";
                      });
                      

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

                      NatanN 1 Reply Last reply Reply Quote 1
                      • NatanN
                        Natan @d.healey
                        last edited by

                        @d-healey

                        Amazing :) Thanks A Ton :folded_hands: :folded_hands: :folded_hands: :folded_hands:

                        1 Reply Last reply Reply Quote 1
                        • NatanN
                          Natan
                          last edited by

                          @d-healey
                          Final Code:

                               var v = (y - 0) * (12 - -12) / (1 - 0) + -12;     
                               return (Math.round(x*100) + " %" + " | " + Math.round(v) + " st");
                          

                          Excellent, Thanks For Help Sir :)

                          MikeBM 1 Reply Last reply Reply Quote 1
                          • MikeBM
                            MikeB @Natan
                            last edited by

                            @Natan I am very curious about your plug-in. :-)

                            "One hour of trial and error can save 10 minutes of reading the manual."
                            "It's easier to hit the developer with feature requests than to spend 10 minutes reading the manual. :-)))"
                            HISE Develop - Mac Pro 5.1, OS X 10.14.6, Projucer 6.02, Xcode 10.3

                            Tania GhoshT 1 Reply Last reply Reply Quote 1
                            • Tania GhoshT
                              Tania Ghosh @MikeB
                              last edited by

                              @MikeB said in Table not assigned:

                              @Natan I am very curious about your plug-in. :-)

                              Me too @Natan :) (y)

                              Tania Ghosh

                              NatanN 1 Reply Last reply Reply Quote 2
                              • NatanN
                                Natan @Tania Ghosh
                                last edited by

                                @Tania-Ghosh said in Table not assigned:

                                @MikeB said in Table not assigned:

                                @Natan I am very curious about your plug-in. :-)

                                Me too @Natan :) (y)
                                Haha Thank You Guys, It's Not Finished Yet :)

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

                                29

                                Online

                                1.7k

                                Users

                                11.9k

                                Topics

                                103.6k

                                Posts