• Local variables for namespaces

    8
    1 Votes
    8 Posts
    379 Views
    Christoph HartC

    Could we get local variables for namespaces?

    I would say that if you exceed 32 variables in a single namespace it might be better to break down the code into multiple modules for clarity anyway. Also I'd like to keep local variables inside inline functions to not confuse people more.

  • Glowing Effect "Snippet" Enjoy

    17
    4 Votes
    17 Posts
    897 Views
    NatanN

    @LeeC Confirmed, Mac Has Nothing To Do With Blurring 😕

  • How to get number of RR groups

    5
    0 Votes
    5 Posts
    226 Views
    Christoph HartC

    Yes as long as you create the reference to the sampler before ;)

  • Check cyclic reference = HISE crash?

    13
    0 Votes
    13 Posts
    486 Views
    NatanN

    Works Here
    Windows 10 /Pro

    Hise Build :
    HISE-61257a81932a80064af8d2949e882f1a5ddb9138

    Edit: That Javascript Caused To Crash :) LOL

  • Need Help With A Button

    2
    0 Votes
    2 Posts
    125 Views
    NatanN

    Okey I Found A Way To Do This :)

    Content.makeFrontInterface(600, 100); const var SimpleGain = Synth.getEffect("Simple Gain"); const var Button1 = Content.getComponent("Button1"); const var Button2 = Content.getComponent("Button2"); const var Button3 = Content.getComponent("Button3"); reg BTNONE; inline function onButton1Control(component, value) { if (value) { BTNONE= -10; } else { BTNONE= 0; } Button2.changed(); Button3.changed(); }; Content.getComponent("Button1").setControlCallback(onButton1Control); inline function onButton2Control(component, value) { SimpleGain.setAttribute(0, BTNONE -5); }; Content.getComponent("Button2").setControlCallback(onButton2Control); inline function onButton3Control(component, value) { SimpleGain.setAttribute(0, BTNONE -10); }; Content.getComponent("Button3").setControlCallback(onButton3Control);
  • Update AudioWaveform after loading new sample map

    3
    0 Votes
    3 Posts
    275 Views
    Casey KolbC

    Christoph fixed the issue a few months back. I asked about it in another post here.

    It should be fixed in the newest commit of scriptnode.

  • Need Help With This SVG Idea

    6
    0 Votes
    6 Posts
    372 Views
    NatanN

    @ulrik Thank You Sir👏

  • Vector Circle Zoom In Out

    10
    0 Votes
    10 Posts
    664 Views
    NatanN

    @d-healey said in Vector Circle Zoom In Out:

    HiseSnippet 978.3ocsV0saaaCElxwpqVatnEnWzKI5UxCtNxoMsCnnntw+rYzkTi4trMLTTPKQaQDJRAI5FaTj2k8nrGo8Frcnnjk7lSZqAl7EFm++NGdNGxIIReZZpLAY03sqioHquwd5ZgJreHgIPiGfrti8ojTEMAaXcx5XRZJM.YYcv2qYX0nNJ66ud4IDNQ3SKYgPmKY9zejEwTkbmz60LNeDIf9VVTEseRuw9RQeIWtDvyA1dnXh+EjEzyHZ0pYirt0v.lRlLUQTzTPmSjAqmFJuTXz+bVJaFmpI5hlBNxvF0OjwClTjqoHjU8IkY9AlL+91mxBXa3WVAtal.boEUqAV01FR02BRcuNHMRxCzN3ZfmUE3U2.u6YO0OgEqJknw1WaOV.GNyIPYuJrL5hp8fCr6KAMDpNQjKniR.hMV39TOu13i87Z87lNMcN7vWKjy51zANERU3OPRvYLvu.W3iETUeYTrT.DtOLS5CMFyDblfhmuT3qXRAVJxjpMLQxc8KrpM3W9RZqlNeroSiIDAk2sSBMFJ1JWsqtJyc2X.6jp4l439DNeFzk3tc7JRHi+qlQFNWaJYDmmS4nCh1DM79I4REjitE4n6BSVfguEclC8zuhyc8Vc7wG8X8OsSzxJzHC05laPmmMvC9FMxDHsbM3V0FutM9x13vsL8R.tc87veq47PC4y0EQ2hHD9oTXEnfJjkpk7Kr.UnaK7g3ivOB7M7etVqqn0OPYKBUaTKrhZUy3gbNKNk596kP+cEA04pVOuR+vYRE8MB2VNezogyUN3+sn4y2or7STNMYmh0qPRtICcEKilQSJ56JTDlq1dv8VedCt9l1lJJJEiEL0aho4zki1c2wnMJuuSOjmiPPUU1H9cxGwmxYAzDDCbxWYmchhx.e0csned7.hhT3FviPThoIJlNYrFP+.r30r4ng8.Z5EJYLrCcSqNjvlf1rXuhtYOKl211z3iVsIf+wrdqKi9u06RcOzFF+YRuvr1kpbPUBU8OY9sp5kFqqRf9uqBgExxfkbhZ6sz5qixE.c.asNTuxSjxTqqVB+BVc6syU26778yDt2ydBS4Gta7VaG3ENo++Fu4WD1zd374TeUIXqaO5W22a89BfhYA6hSIpDFzPXe1xnov5ReJfDAzQBAx1pldFxP6oo0UloTQPFweCe4B6posxE1sPHJh3mHeuuYxSeU6sy3.XRj8JiFvyc.Z7lQNaauNdnH3E.u22WWJdDf8cayQ6gMOdOr4I6gMGuG17z8vlmsG17c2nM5Ge8pkJYjYLAXLYX1pOKqgBBzkk0Qh9GfK.5ct

    @d-healey Sir, Any Idea How To Invert The Movement?
    I Need This Circle To Get From It's 100% To 0%

  • Server Download File!

    5
    0 Votes
    5 Posts
    597 Views
    Casey KolbC

    @sakorada Experiencing a similar issue here.

    @Christoph-Hart It seems that the return type for the download callback is not working properly. I can download a file from my server, but the info parameters is always undefined, so you can't check the progress or completion.

  • 0 Votes
    4 Posts
    481 Views
    Casey KolbC

    @d-healey Beware, it's mad sketchy. I played around with showing the impulse response on my front end for months and got tons of crashes. Whenever you move a knob related to the convolution, the waveform will flicker in a really annoying way and often crash the plugin. I think I posted about this elsewhere with the crash report.

  • Change mono filter mode with button

    6
    0 Votes
    6 Posts
    351 Views
    J

    @Lindon @ustk Great, thanks ! I'll try this

  • HowTo Make The Delay Time Only 1/4 1/8 1/16 ?

    18
    0 Votes
    18 Posts
    649 Views
    NatanN

    @Lunacy-Audio said in HowTo Make The Delay Time Only 1/4 1/8 1/16 ?:

    HiseSnippet 1091.3ocuVEsaaaCEkxNbo1ctXEnOrGE7SNCoYxwoYEqnHpwNdyqIoF0YAcnnniVh1lKTjdRTIwqn.8w8Is+i9CrOg8GrconrkbrSVfAZcdPg268v6gj26granziFEICQVkNYxXJx5Kw8lHTiZNhvDnNsPV2A2MjFQUn8mLlDEQ8QVVE+AsWqRqgR98O6sOgSDdzLSHzoRlG8PV.SkYsq6yYbdahO8DVPtn2wsimTzTxkw.SJhcPiIdmQFROlnCq.FY8EG3yTxvdJhhFgrVaeo+jdijWHLweJKh0mS0Cpi5ASjwbaI2WyXsUTyQLte2oq3HDLKcyV+EMq+GfOh4ylYOae3qRbXmgH+9gUgahd0ySOmaO8rxQu0Lz693ddgrwpLOZtcWbGghFNf.GA4okIVTg+p.toDhPn1JfbFscHLXFhZ653ro8ibb13IUJWoLbPDorOmDZ6S4jI5CpH6mZ+5p0s6SBqtoc05e61lO6X97Xym56Z91H06t6T8MOI+78bgrOLSSYxPppoLXrT.CpUU6rd0MV.vgj9T90hxr.Sh4pfaoYO.LobVC6fACnd.lDGln0+wDblfZOHV3oXRgsTnSqNcgRdMuo4ZSXR4wzMpT9cUJaC+3ROB2l3+awQJpexjdpNBHkma99TaG68RG7810L+y2X2XC6GZWGxdoDPaA8VOSoBY8iUzZvIwhSogpklscngTqphdoB1oyNkdcRFdiN52mfPCPGa5hoIgy6C8U0laIpCO2h+Xoh9BQsMJ+txkJ+9x1W00fAK0W5jwogK0sleg2DvZh3f9zvo6xSCDp6muwBe8MV4668LUK4BTJ5HXpWLlJtt1MTZIltwKkUPnpj1t6k110iy7ogHFzcsNNojEkP3bBetnetSKhhLcZfYDxxXZnhoW.VsnmCBilt4R3VznyTxwfF2rpZv7+aRubVBc8cmjkchKT4LtG6On4UmCHYwi9Z2KX9pQyL7gNtinrgixjo+vO4FAabm.0W6KuTqifxQt0MjqBNWuWB2tWdKyQQRNJ9qCuZ9+kExeSWcsMbXiAMF3ViETAAsXoeLmnlWfVeqTpCn3ZNkPsZmHholjee4Shp8skt2G2ko7Fsb9VXI7EJn9Ty2z6.qfMZkYjcMb6W8Y9Bu6Z3x53DcvzmhXztmiIslp+cHcPtmZ7.2YNd4bUWnscaSo9ZgvbHbaz3i6M0dd.INNTdQWHgsCo+9r44O+n6OxVvJpk6Qrbca+8dmPgVG3RHu4p7JN+1Wwamr1RN8doLVwDCOh.2f.4EebbPO3UTdT3vSHnbsloUAs5lYridrlD8nB+jA+K7K0Yc8XqTm0m57yRNBHdgx25Yzc00B2IwBrtEIuArD9H8X6YBtXryVNn.3MYu0ySWg9PnjZ4X1dEvzXEvryJf4Qq.lcWALe2Jf4w2HF8ygeVrRFXTu.CcOH4hOKqCDDn5Mo8D8eHMFOUA

    Thank You Mate, Much Appreciated :) 👏

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Script FX Panning

    20
    0 Votes
    20 Posts
    713 Views
    d.healeyD

    @ustk Yeah, I'll go with your scriptFX version then, should be fine. Thanks again!

  • Set a combobox value from name?

    1
    0 Votes
    1 Posts
    119 Views
    No one has replied
  • Post increment vs pre-increment

    5
    0 Votes
    5 Posts
    277 Views
    ustkU

    @d-healey Also, since Hise script is much slower than C++, I think (and here is only my opinion) that the slight difference if there is, is drowned into the funnels of the interpreter…

  • Reset RR button

    3
    0 Votes
    3 Posts
    207 Views
    T

    Thanks! Best wishes for 2021!

  • What's the easiest way to do *simple* sample glide/legato?

    13
    1 Votes
    13 Posts
    3k Views
    DanHD

    @Christoph-Hart said in What's the easiest way to do *simple* sample glide/legato?:

    What would be a way to make this script work as is but with Legato + Retrigger? Kind of like merging this script with the hardcoded one in HISE. I've managed to dig out the Legato Hardcoded script from the HISE master files, but don't really know which bits I'd need to try and put together from each script!

  • Set attribute for sliderPacks

    14
    0 Votes
    14 Posts
    2k Views
    DanHD

    @ustk Will give this a shot, thank you :)

  • Setting exposed parameter values

    2
    0 Votes
    2 Posts
    375 Views
    amounraA

    I've been struggling with this problem since I wrote this post originally. I came up with a solution, basically to rearrange my scripts so that the CC reception was in its own script. It had been in the main interface script, since the CC's were controlling scriptSliders that were attached to module attributes. I moved the CC receive functions to their own script, and used setAttribute to target the sliders in the main interface script. Just chiming in here to let anyone that comes across this know how the problem was solved.

    Now I have some other problems. It seems impossible to set a AU/VST parameter directly from the script by this method. Sending a value to the linked scriptSlider causes a change to it, and it's linked attribute, but doesn't change the VST/AU parameter value in the host. I'll make a separate post for that problem, though.

31

Online

1.8k

Users

12.1k

Topics

105.9k

Posts