Table not assigned
-
If a table hasn't been linked to module's table via the interface designer then is shows up
Not assigned
when moving nodes around it. Could this be removed or changed to a default0-100%
value? -
@d-healey said in Table not assigned:
ed to a d
This Just Happen To Me, And The Problem Happens If I Set A LFO WIth Custom In Global Modulator, And Use It In Multiple Destination :/ Wierd
-
-
@d-healey Thank You, So How I Can Set It Up Correctly?
And Also I Found Another Bug,
If I Use Table LFO In Multiple Destination, All Expect First Global Modulator Destination Gets Removed, After I Reopen The Project ? -
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); });
-
@Natan No You're Wrong, It Works On MAster Aswell :)
BUt How To Give it Some Values? -
-
All Good Here, Let's Go, The Bug Fixed, Just A Duplicated & Misspelling:)
-
@d-healey
Sir, Do You Have An Advice For The Second Part?
I Want it To Read The Streturn Math.round(x*100) + "% | Change me!";
-
-
@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 -
@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
-
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"; });
-
Amazing :) Thanks A Ton
-
@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 :)
-
@Natan I am very curious about your plug-in. :-)
-
@MikeB said in Table not assigned:
@Natan I am very curious about your plug-in. :-)
Me too @Natan :) (y)
-
@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 :)