Best posts made by Gudru
-
Learn how ScriptNode works
Hello!
I’m trying to create my own flanger effect now using scriptnode. However, this would be the first time I’d be touching on scriptnode and I don’t know how to use it. Are there videos that you watched to learn scriptnode and how it works? I can’t seem to find a good starting point to learning scriptnode. I’ve taken a look at the docs, but I am still pretty confused.
Thanks!
Latest posts made by Gudru
-
Quick Question: Best practice for sizing UI elements
Hello,
I would like to know what your best practice is for sizing elements in hise. When i size my elements in interface designer using decimals, sometimes hise doesnt render that properly and rounds down sometimes. Like if i put height in for panel as 10.50 it appears as 10 on screen. Is this carry to production or is it just interface designer thing. Is best practice just to use set whole numbers instead of pixels. If my ui was designed in retina, the elements designed are double the actual implementation for sizing purposes and some numbers can turn out to be decimals when dividing retina value by 2.
Thank you
-
use dll on Mac?
Hello, is it possible to share my compiled dll of scriptnode dll on windows to another user on Mac so they can use it, how would I do it if I can?
Thank you -
How to sort through multiple array?
Hello,
I have a situation where I have two arrays that are associated together
reg array1 = ["apples", "oranges", "bananas"]; reg array2 = ["red", "orange", "yellow"];
if I sort one:
array1.sortNatural(); //apples, bananas, oranges
then I cannot use index to associate array 2 with array1, since array1 has been sorted, whereas array2 has not been sorted. How do I make it so that when array1 is sorted, array2 gets sorted into the same places as array1 is so the data stay together?
Thank you!
-
update hise
hello!
what are the ways we can update hise? i heard that @d-healey has a update script? or do we need to recompile from scratch? thank you!
-
RE: change slope of filter fx
@ustk thank you! if i had ahdsr on one filter, would i need to duplicate everything on the other? would controlling one attack knob on the ui control all attacks on all filters, to get slope?
-
change slope of filter fx
hello,
I was using the filter fx in hise and was wondering how to change slope of filter like in other software. thank you!
-
RE: Help with scripting
HiseSnippet 832.3ocsUslaSDCD1NIKpY4gnHN.q5uRkBUIPoTIDhPyCTDz1HRoBIDpxcWmDqrq8JausDg5cgKD2.NDbCfwd2jrglVphn9eyiuY973YF2SJ7oJkPhvkOZRLEgumS+Ib8nliHLNpaKD9AN6STZpzKU0dShIJEM.gwEeqQAtbIj87qWuGIjv8oyUgPGKX9z2yhX54Z603crvvNj.5Qrnbducit9BdSQnHA3SQmZnXh+XxP5ADiaEbP36zNfoEx9ZhlpP3R6IBlzej3bdp+GyTrSCoFg5n9PfRU2QDFXXrQKp4HVXPuo2aEBhRu4UghoUgG6rOKfMS+7pwCsF7liHe8.WXQ5UbA5UOO8pkidKgR3bTpTJkV2ouujEqmawvm65zkCONCHPYOOUR8EU3GXmlBvCtdqHxXZGIHLCQkcedspd6Tq1luz0EJ8Js2YDo2wL54wBott2q7lBdHU2TDEK3fPkMl4wFFjt4ASjRxD.3LWLPqrASSiTVuY7PFm5MHg6qYBtmfOyUSxjhvJ9SyTUHjgIzMc+laYvnRDR2JVx.JXSymsV+BD0Kf.+Oo5VJiEaJZRBCOEZtpb4rCQKG2NPnoGxqXYf6Etd+soACVpsrXERkK0rouWdc.qvShNkJye+MNBMCK1g4b0cX4G.7SKM4bTv6xY5Cio7qZr.kUOMciYrBbUa6EeTVuHMXZ0CwBLMiyJlHKwysInA5icaQzjogChLjsXpTyLWDbK5YvlhzV8xNsnpwZQr02rmRDdsabx+5rD2f1XxbVDzHQAaiTPvvErsjlvAURcUWgrp6D1XppJ5bVfdDTbweGvLhxFNRaj9oc40kFLgUBhfjPhdw8DlkiYFfm1EFNMCfbESOI+xy+aKOtoTbcmdLs+nkywBKgivS2sAGyV4dem1CFP80yIXImNe51Y+J5ChDMiObehVxflEmCRh5C+53Sgry4zPynEtfYHHUtlQ1TA5S4AVgeCmLi0Mx3Li0mZDEQ7khS7SGcLK0WypA3D29eVY3iUP1a1rhiSsspghf+WNw22b8eBLWtbLOcEv7rU.y1q.lmuBX1YEv7hU.ytWKFyW6uIQKhRGG.E8Za2Ygws4Dnyx1Eh9CFSihRC
-
RE: Help with scripting
@d-healey it does not work, I get api call with undefined parameter 0