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

    18
    0 Votes
    18 Posts
    889 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
    1k 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
    139 Views
    No one has replied
  • Post increment vs pre-increment

    5
    0 Votes
    5 Posts
    325 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
    255 Views
    T

    Thanks! Best wishes for 2021!

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

    13
    1 Votes
    13 Posts
    4k 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
    3k Views
    DanHD

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

  • Setting exposed parameter values

    2
    0 Votes
    2 Posts
    464 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.

  • Convolution Volume Bump :/

    6
    0 Votes
    6 Posts
    472 Views
    DimitrisSPD

    @Natan I wish you success bro...i am almost sure that you will have it!!

  • Slider Text Popup

    3
    0 Votes
    3 Posts
    272 Views
    ?

    @ustk I'll take a squiz at the documentation, thanks! :)

  • De-esser Script

    11
    0 Votes
    11 Posts
    709 Views
    NatanN

    I Think This Needs Be More Smarter Than Just Pulling Down The Gain Knob!
    It's Like We Did This In World V1.0.0B :) 😂 LOL

  • Custom Mini Preset Browser Example using FileSystem API

    17
    13 Votes
    17 Posts
    3k Views
    DanHD

    @Lunacy-Audio Brilliant thank you!

  • KillFadeTime doesn't seem to work on samplers

    3
    0 Votes
    3 Posts
    230 Views
    Casey KolbC

    Oh I actually don't mean via scripting, I just mean if you literally click on the FadeTime box in the sampler settings and change the value directly. It doesn't seem to change anything about the behavior.

  • Machine ID

    8
    0 Votes
    8 Posts
    457 Views
    d.healeyD

    you could also just take a hash of all MAC addresses.

    Wouldn't that change if someone replaced their network card/dongle or added an extra one?

  • Performance overhead of Global variables vs. Const Var

    7
    0 Votes
    7 Posts
    455 Views
    Casey KolbC

    @Christoph-Hart I was originally approaching the Globals container like a React state. This was way back when I started this project and I just continued with that paradigm without realizing how HISE restores its state. However, I totally see the danger here. I'll need to refactor it all.

    On another note, I'm trying to understand the optimization of the const var. If I store a bunch of UI elements in one const var thisNamespaceUI = {} for clarity, do I get the same compile optimizations as if I were just storing them in individual constant variables? For example, you'd have thisNamespaceUI.panelOne.buttonOne thisNamespaceUI.panelOne.buttonTwo etc.

  • Pausing/Resuming downloads

    3
    0 Votes
    3 Posts
    461 Views
    d.healeyD

    @Christoph-Hart Thanks I'll check it out!

  • I Need A Little Help With This Vector Knob

    3
    0 Votes
    3 Posts
    249 Views
    NatanN

    Oh My God!!!!
    @ustk Thank You Sir <3

    You're A Life Saver
    Much Appreciate It 👏

  • FileSystem API - Possible to save a file to a child directory?

    4
    0 Votes
    4 Posts
    515 Views
    DalartD

    @Lunacy-Audio said in FileSystem API - Possible to save a file to a child directory?:

    Ignore me...I obviously only figure things out immediately after I post them 😂

    Haha I think most of us have done that before :)

  • Convolution Reverb "getCurrentLevel" on Wet or Dry Level

    7
    -1 Votes
    7 Posts
    633 Views
    DimitrisSPD

    With some modification i came exactly to the right values...the only thing i changed is that i added to knbWetL and knbWetR the value of the "WetGain" instead of "Drygain"

    HiseSnippet 1909.3oc4X80aaajDmz1LMR8b5+Ob2aDFGJjQSUkbSiSthCQ15OwtQNVPR0osOzzUjqj1lkb4sbocTKBfOf6g9UnuceMt2762KGP+hzuAtytKkHkMksrLZPapBRP1Yle6Lb1Y1YlsEm4fCCYbCybcGEfML+SVcF4KFVcHh3araMCyaYsGJTf41ZRaOJ.EFhcMLMW9gRBl4VwP86mev1HJx2AmPxv3.FwA2j3QDITaU4QDJsAxE2k3kR56TYWGleUFkEA1yxVkLBPNOCM.+XjTrkrLLuQcWhfw6HPBbng4JaybG0YH6Hes7GPBI8nX4hxFcfMRStAi5JsXIUipCIT2Vi+tCMLLsZk3EVV6EdWq8HtjIzS7FuohgcBhz9CyktHyqbZyqz7adloLuUzl2aY0wgSBDIbj11qasqObP0GAGAoMKsrFKEYYUkAR3KJ5gdFtAGVLAQg6Vpzss+jRkV+SWM+p4gChPg8gH3Xm4eHiFIHL+13Cw7dks+G1pXjhCvh586icDEVKkT1whslbmR1m5dAhQYhUyYsyp3m426IXQS.wXqFvTk4Ev7gEEVKl+YTilZ6KAU6yipFezEpKI+LQ09RP0N9KS+mDzB.Wc+ADebQGNFhXjYC7868sRmhDRdQwPrPQsJhR6AICE5G46HcxEVO+2uZda32G8QfxCYTbw.NAz54OuTVUDmC1TSfBsP40kauDr9e43A1GMwUe4n+zof0d9fUZLr74j.c0ta8YeV5XhXsmsXp8LW9bwgBR20AHZDtPreEjuF1gzCSCav3xqqZfbfDzBxu10s+fYX2aIDbRuHANKmInH4FstzBiCltR5s80Vui+jkQjyupkN7ET0fhR+IKiouR5s80Wuu.9KjNHPbcBQgxxapxmjWMNwvl4+Xl.uuJCAbTuHu8YY0uel7j4vbFkBadVr0p8B.VvOxqGleaH4F7KSDDtzd5pBVytpP5hVN5qTRIHyeWehX+.r+rpUXDeODT03FwVEHpPUyX03ZFMQvYjAApLbSK0+urgxfUEXMlaTabQntULpNThKlqfkyJNIcLtwU8+xStJvaeMfKyWtdvyR6e9t0PBjrNcryGNPBvbAQdVaVCeHz.jtpcNqZ3vmIXAFlu1jpDPGWh3VNzpsAkgDD+AcIPLgT4ugUZRkMddh5+3Jilr33usxQDWwvIDZ8upLDSFLLoyqi+5Jw1n1fxa8H7ndLD20n2fw8ck6FtttmJEmHvdITO8zS+qSSciXxJgE3mKRD9+chlpx0rD0zRUrZMPcOQZiq82sKemhktshXMRX.EMZeGA5P7iU4P.+9HZHVKPS1Q.Pf180q2gnWVdiM0DpFEJXdOjiBFRbBmFbMbeTDUrUP.FwkcmBrE7nXtaSghpvt0F7uLfSoh289pe26dk179k1rrVrtrACn38Xt3o2bYufPug99XpzdzD+7P7AX4UeoLnDMBbaPQhNhQzytYspO933bL5Hu3KQSaLgQce2TFvcWM+KjYiShsrtzb+jnoiqlJZxndE4I53z64dC2XVa3IGj8F9FywMFIa42fRai0pDJcixgV1gwIeGDainFSmEDvOaVfQwJdvIoNeTUwxvK8bLe4IdnmmdFFX5mfNjuabZ++4G+w+6CBi52m.RYYY6tMf20khawBIxRBIX24joygVYkS6Koi8QvM9plyuZ9h1yxWb7i9ikuPcW9r7EG76Mew+9TiqmuXlwEU9pWE7EmeBXXNblaDbQ5zCmKaWLlgTIomBVNoqOn7QoewheUlXedM22xpEQ3LLa6coLrWnIiess232+XUK8v4IF6JVM9hE8wNx9sXJk0icrz4skbVpo+.0KsiapWUdZaY4oskkmOaICWQaVjrSq8PvXIxPWnejNPfoCNtJqr+cykjcZqWWRtVdxzA66pVHaHJlYY4ZyXlkGyLs69sG6tSM8i5y78rx3EUl5aNd3nzQGwiHllTSvg36LULztdAQPuEMw9CRcG.jLDaW65GDIRSGZYYanMoAbVjua2gbLxcZXXWLz.WZcrCoZp83G9oJ0PdAfeMsLMZzM9.NgDzfq9w9dequuU68+r5U69zF62rV81unzl16gcsqgwA16fnzhGgNTeoj9.Pcgjk4O7ElFTFKP0wzXdRBPmRiW961vkaocXutUGXja06noBV9yp01OA5e19gXeLWdOS4Y8TsGO5c9+y6S0FL2OUqt88tPK1gArvo13NXORWnTVXZhx9f43+opw6zzqB8+lIqe9AMfOxLwzAIh3paP2xChQESci4xWyqox7MYW42zOY7Ku5kKOel6k7p14FaicHdATbc+CwTXFZkM91VwSvMl5zw06w7YACY9DmzG5swP93fAXdZaOyOnsDB3psDJuak1XJFkN.9uUoID3g36oaHZQ7EkmeewEcd8WrzlqsLYz9Ui9bV9Un9btBlxKiBGuLzgGxgydpi9Izjwx2TQA9t8U0wyYsmbs8jGYzxpTwRxgAHO0wQ5t+vxFFYiYiE.yGu.XtyBf4SV.L2cAvr4Bf4dWHFYwnshDLOcpHPnUc0yzYZVO0HW+BLi+IBC

14

Online

2.0k

Users

12.8k

Topics

111.0k

Posts