• Newbie Question - Send Containers

    Solved
    10
    0 Votes
    10 Posts
    469 Views
    WaterSpoonW

    Awesome Lindon!!! Yes, I am learning this now and was able to get the specific gain modulation through the script FX and add to the send container. I got stuck when exporting, but now learned how to compile the effects because I used a timer. I will be working on the pitch effect next. You rock, this was the correct way. My favorite word when things like this come up is "Yet" never says never, just not yet!!! There is a way somewhere, Never stop learning!!!

  • Apple developer notarising plugin

    8
    0 Votes
    8 Posts
    468 Views
  • Graphics.fillPath()

    10
    0 Votes
    10 Posts
    188 Views
    LindonL

    @Dan-Korneff said in Graphics.fillPath():

    @Lindon namespace issue?

    possibly - tho I checked the namespace stuff, but I recompiled everything and its working OK now... very likely user error.

  • Custom popup values help

    11
    0 Votes
    11 Posts
    481 Views
    R

    @ulrik said in Custom popup values help:

    @rzrsharpeprod the percentage knob spits out a value between 0-1, and using

    local gain2 = 50 * Math.log10(value);

    on that value will result in a value between -100 and -11, and the saturation need a value between 0-1 so you could have set the percentage knobs value directly to the saturator, but you wanted 100% (1.0) in the ui to set a value of 60% (0.6) in the saturator so...

    A good way to check that the value you're about to set to a module, other component etc.. will fit to that range. Use

    Console.print(value) in your callbacks

    Awesome, thankyou. I appreciate the assistance and the pointers :)

  • Package post-install script weirdness

    3
    0 Votes
    3 Posts
    217 Views
    M_HollowayM

    @d-healey It had done in the other script I had but not in this one... when I checked, the zip was only 4kB!

    Reworked the script and now it's all working; moves the sample zip, extracts it, deletes the zip and then deletes the temp folder that it installs to.

    Thanks for nudging me in the right direction 👍

  • Exporting FX Plugin Issues

    2
    0 Votes
    2 Posts
    245 Views
    LindonL

    @Mors said in Exporting FX Plugin Issues:

    When i click to export - AU - it does say 'Batch file already found, do you want to rewrite the batch file? no matter whether i click ok or no i still get this error, any ideas?

    I'm on Mac OS & HISE 3.6.2

    OK lets start wit this. When HISE compiles anything it writes a batch file to get the projucer working, so this message shows up every time you re-run a compile, unless you clean the Build folder first, as there will be a batch file already present from your last compile attempt - you can safely say "OK" to this

  • Portamento ?

    5
    0 Votes
    5 Posts
    355 Views
    DanHD

    @tsempire comme ça peut être

    Link Preview Image Synthetic Legato

    A synthetic legato script that includes automatic chord detection, has the ability to play formant correct glides, and includes an auto-trill feature. The co...

    favicon

    Forum (forum.hise.audio)

  • can't login to forum

    Solved
    4
    0 Votes
    4 Posts
    210 Views
    A

    @d-healey said in can't login to forum:

    you a robot

    Now we know how you can be answering questions here all the time, whether it's 4am or 4pm.

    The silly forum algorithm thinks it got you, but it's just shooting itself in the foot.

  • How to sync two LFOs?

    1
    0 Votes
    1 Posts
    85 Views
    No one has replied
  • Midi Files say "Temp" how to fix

    1
    0 Votes
    1 Posts
    150 Views
    No one has replied
  • drawing complex lfo

    2
    0 Votes
    2 Posts
    209 Views
    LindonL

    @Allen said in drawing complex lfo:

    Hi there! I decide to add a vector synthesis module to my project and I wonder how could draw lfo like this in Maxmsp?
    226.png
    I know I probably could do this with the Webview and Javascript but I wanna make sure if i missed something simple.

    look for the corresponding Lissajous algo.

    Link Preview Image Lissajous curve - Wikipedia

    favicon

    (en.wikipedia.org)

  • Sidechain Fx like Kickstart?

    9
    0 Votes
    9 Posts
    449 Views
    G

    @yall Okay great!

    One last thing, what's the lfo module name in the scriptnodes?

    Btw, thank you guys for your help! @DabDab @yall

  • Where has the Macro edit table gone?

    5
    0 Votes
    5 Posts
    157 Views
    d.healeyD

    @iamlamprey said in Where has the Macro edit table gone?:

    @d-healey i think you need

    Engine.setFrontendMacros(var nameList)

    and I think nameList is like ["Macro1", "Macro2", "Macro3"] etc

    Link Preview Image HISE | Docs

    favicon

    (docs.hise.audio)

    Thanks. That seems like the solution. The other docs need updating :)

  • custom user preset problem devlop branch

    4
    0 Votes
    4 Posts
    232 Views
    Y

    @d-healey said in custom user preset problem devlop branch:

    Engine.loadUserPreset(list[value] + ".preset");

    oh thank u ;)

  • Auto Gain?

    14
    0 Votes
    14 Posts
    765 Views
    HISEnbergH

    @Straticah I think you more or less have hit upon the best solution, and this sort of issue isn't at all unique to HISE. Understanding the gain added/reduced by any one particular effect, sampler, or synth in isolation and compensating it with a nonlinear gain node is probably the solution, outside of compression which as @ustk hinted at, can squash the sound or introduce unwanted artefacts.

    Personally when working on FX I'll introduce a gain node in my scriptFx chain which does precisely this. I do agree that it would be nice to have a meter node which could help us analyse the gain output at any point in the chain, but at the end of the day you have to trust your ears!

  • min max value next prev btn

    6
    0 Votes
    6 Posts
    275 Views
    Y

    @d-healey

    if (value) { viewport.setValue( viewport.getValue() == 0 ? list.length-1 : viewport.getValue() - 1); viewport.changed(); }

    it's ok ;) thank u

  • Unwanted crackle/noise when using lfo

    8
    0 Votes
    8 Posts
    372 Views
    R

    @d-healey
    Hi David,

    Sorry for the slow response on this, it's been quite the week.
    Here are 2 snippets, 1 without the midi controller and 1 using it. The one without doesn't sound too bad depending on what instrument you use it on. If you use a higher pitched synthy type one from Serum or something then it sounds worse than something like a piano.

    The MIDI controller one just crackles a lot more whatever instrument is used.
    I may have misunderstood your advice and implemented it wrong though.

    Without MIDI controller

    HiseSnippet 1293.3oc6X8zaaTDEe1Xuz5TZUJDg5IzdfCohRkcaH.hCdSbhiLMI1j0sEDH0NY2YsGxtyrL6ro3hPJG3KA23LG54dBwGgx2.3K.peAPva10d+SpShioMMEUeXkm2LuY98dyu2adyzQvsIggbARqR2AADj1apaMfI62nOlxPsVEocQ8OKJTZ7.9N63QPqLH.GFRbPZZkVWMDsJkQw+dZ8UvdXlMISDBcGN0lrA0mJyj1w7VTOulXGRWpetQunYKaNqA2iGAvojdUT.1dWbOxVX0vlQGo8Fq4PkbgkDKIgHsxqvcFX0m+.Vx3uCMjp.IznFxBlnDwM4dNJDqjhZzm54zYjYGhPZ5cxbBkRbByquI0glJOyYLWbGFYZj2enMSQ3Up.7pkGdUyAuw.IsbPpbBjtrtksfFHy5QgmKn2hIIBWrcwsljwhz9M8FbX.L408w6RZJfFoJrvRUqdMC3yU+T2HlsjxYFb1VbIoMagqN62OakY+gYMNXWttisO0xH3ddDwX6VsSKNJEWfE4uCQbMi8vdQjzABleQep9g6SyukamX04FHm0hQksCHrCiHfF5pT9+gnBFpL16eogdeKOpCQfnfS9b52hw2oFJFv447na2ZUrDOZZfYDVk.hPRUFf1pj8fXhjM0J5qRB2UxChGqe.moVesJG6h9coK39DyAYMbM8oNNdjN7PpxAmgqmTOTRBrnObDVM+yG9i08wYyDxvLXj6nkS7xS8C7HFp37ZPvn.hCAtSqXbrJwCO.BleFhJDhvch7vxhwMpIYXGJbkmrpXjL.uCxmL44VvzjBwKq2gJs6OdLNyXvHrA+h.iCSAcQ80bcI1xL.VVu4WbJju47omCDu6u9nk+.zgC+f.DJgajSvcoNx9YB9RywbTQK1dPLRGtGVbP2boI1Nqcz1Y4IlKnLIiyz702JID7kCHKvXlKAk55azr8vnc3eFoXt1QBr6659W0aJHeaDgYOR39y+nyYpJQnUFw5J6adW7dDWtveX1yT6ZCROXgxKoKAxlBUxXmmHY4y4x9TVubEd7y+Tsdlav4Aqwvfo6jeR5zGGpNwKjLp7EiGs9uWWMsc4ahgDphFdb6cKPi6w3BRxon4k2.Jhh6Ox.hKmwBRHGeRg1WouzhWG9499pueRC3yMa+7o8III0wD8LyDxLe63s+z8YEQ3rJ07Fmbp48e76920KPMM951eyKBp49y+KQSN07O97G+qulZdllZhNQnLk38ZT9e5Xx3hONaeV9b5cvurJ2XadjDx6rIVJnvkAz2Jx2BtAtMAfGiQ7TW5RaFUZhj1UUsiSYQXNwM9G32vNqoZqMryZi5Lua3RItgK.USxHwO0PrG3chaanRBYrNgQDOagCEqx7IS5yMDLwO2PaaIr7cEXVX.OrvDaQ7ocgamElW3sCIJ1+1psrB4S4XwX65o0aBF4X0wBKiDw68K6yiXxip92xSVZxi4YOJel6YOdE3xjEJtnxHLlbwn0fKv3AWzOs5bWbjmbjzhUZrImwC5yYzBEArMAhA60iHxi8wZPKKk37GtOu41DOBNOo88L2.HaXA3mHSoun1I9UpF690UzSfqgJ.z3U2GAnz+qeDfSkCBNMVCersfeO6jWvSwSOerDvtYwOjbE8MUsMRe5Nc8pWuJxGxvcOaakK9CfDliWmaLE5byoPmEmBc9voPmklBc9noPmO9H0Qc3xxQvcPRB4.AcVK41GZoW8QqD5eAMrnm7

    Using MIDI controller

    HiseSnippet 1328.3oc0X0saaTDEd13LPcJDkzFg3FP6EbQpnDY2FBf3hrINwQlFmXk0MEDBUlr6r1ixtyrr6ro0EgnWx6A2yyPeDf2.tGITeCfyr658mDiiwwspwWX44myLemy467y3NABKZXnH.oUs6.eJR6cvlC3x9M5SXbTqcPZe.9qhBk5OQbxItT81s1oktkfKCDttz.z1C7IggTajlVk8ThnUcdT7mWt41DWB2hlOEBcrfYQ2m4wj4y1w3ALW2lDaZWlWgcutQK3hZHbEQ.7pfqg7IVmR5QOfn11bXj1asqMSJBLkDIMDoM+1B6Al8EOgmr+iYgL.zpA0QlvAkLcSgqsBwpYQM5ybs6LzLDhPZ3N4FkJIFkUvsY1rr4yMNKEufdtDEsGZyMN3U+xgWsQAOsBva9D3sL1zJf4KyWQgsahawkz.GB3BJBqj8hzdAtA3Gob4ZdjSoMCfAYBr5F0pcWc3q67kNQbKISv0E7CDR5g7UuyB+3BUW3mVP+7K43Lx0ZjQWF4xJudv3DbUdj2Izf6peFwMhlsQP8KaewSl80JQqKrQAuEmIOzmx+uHEnTSkx9mhJXqxXq+hoVeSWlMDQv.i7aie.WbRcTLfyYzeiA5gs1gHICOF3DgawmFHYJEPaG5YP7QhSsJdGZ3oRge7d87Eb08qU8RuzmlcgOmZLHefigGy11k1QDxTF3bb0xHTR8MYOCNXLt1Z0QdjmVD19CMEsf64VIb9bu58f.y.HlD3Np0WD.tCIxUdbr1itHeEhZD1QtDY4PIU9izETvqHmUQL4.rGTL+xUN9Zjd5IDtKi6vjV8GMdmaD3E74SNdqMU3MMa06h20wgZIyA673le8XSMUYxfxkjN5FYkPXd9tz8Fd8KlNgtZl5iolABsC0kLzn8m+p+sMdDyV1uHWbDUUZwOCBg5HbIAm2jWYh0y5iWOmeh4EJUR+UDOt1LmGeKbrI+JA3YC6YoDThw627vzLBvuzyvb8wBru2w4u2rY.8GhnbqLFzyVYYCUmEsFRxdwG9c+hwiHmQcDAdoIZyzq8o8fKp3LcoPhWngHqhjJSOgP1mw6Unekm+WK+yF6KD96xIfpaW7P5zmDpJNFRG10i9us2ero5X6JZSfbuAMbEVmVhR2iKBnIEbKNeCnWLg2PEHtKHSH2cbQEsuEuw5qAeb9X02eQC3q6e3rYL5+gO+RhjlaBYl2N18m4mUDg2vikRPbFIbli3orKwpYPFpamW1NM7+BEyuTD+vPZWRLjNeJ3h79jdlRNzChafq3YjDCUtgelQoFGJjyelQ9l7rhw0ct9jFeIbGxaBUcNRDIgLisIx.FzBIF77lv62rn.T4bpqpMcs4Tjijw0TiiSpR41wC9G3S5h0Ui0RWr9vEKZRVLwjbSnACNM9gqwVi2KdrtJMo9dTNM3h0OJ23wuOoOV0eher5gVR356FP3g9hvRGrI0i0E5mOr3jPTkJywQJ2W4nHRvHW5ka1DTxQJiIQFEDyC1xSDwkiqknYRWykZO500ileUDEcUeCxroUnrL1I8MuKjb0EdlXVCawYIGNa4L1sEbgeeAmUpkkinP7XudkyAOREZKojTrUjULNh5RIEIvejw9.wiD.1I5TZKpO41hw4udebBb0UAiWeRVO12NV451aGu9T330wc3QrBDON8eHUwkuQ7Lfdyi+aKqhaqFqm8mCo9CWpg7fLhO1xRYt+Dv9LZYt2THy8mBYVeJj4SmBY1XJj4ylBY97wJipXzVQvqpRBEgI5rax6ozxdLmVEz+dCuTTN

    And here's me thinking that adding a 'simple' flutter effect would be straightforward haha

  • Distribute the library

    10
    0 Votes
    10 Posts
    434 Views
    d.healeyD

    @pelle said in Distribute the library:

    should I put the GPLv3 license inside the product?

    Yes, you should include a license header in your scripts and a license file in your repo/project folder. Here's an example - https://codeberg.org/LibreWave/TheShepherdsFlute

    @pelle said in Distribute the library:

    Can I sell it?

    Yes absolutely!

  • Failing to build HISE for the first time - Mac OS Sonoma

    36
    0 Votes
    36 Posts
    1k Views
    MorsM

    @ustk can you link me to the version you used to compile? I'll give it a shot

  • Issue with VSTi Export

    Solved
    7
    0 Votes
    7 Posts
    311 Views
    WaterSpoonW

    I continue to mess with this. I went back and compiled the Master version can export using the HISE Master. thank you for looking at this and I will try the new develop version on a different PC.

45

Online

1.6k

Users

11.2k

Topics

97.5k

Posts