• LFO event tracking

    8
    0 Votes
    8 Posts
    709 Views
    ChazroxC

    @Lindon welp.

  • Expansions & Favourites

    24
    0 Votes
    24 Posts
    3k Views
    DanHD

    @Christoph-Hart any chance of an option for this?

  • ScriptNode Band Splitters - Control Frequencies?

    15
    0 Votes
    15 Posts
    1k Views
    griffinboyG

    @resonant

    I'll have time to look at it tomorrow

  • Envelope follower

    1
    0 Votes
    1 Posts
    130 Views
    No one has replied
  • AudioWaveform visuals

    14
    0 Votes
    14 Posts
    1k Views
    rglidesR

    @DanH ah yeah, but pushing data when changing the range via an audioWaveform would be nice, if that could be done

  • Webview | Is it possible to call setIndexFile after initialization?

    Solved
    2
    0 Votes
    2 Posts
    174 Views
    bendursoB

    @bendurso I came up with another solution that worked. First, I load an HTML page with a spinner, and then I use WebView.callFunction from the button to run a script that loads the actual page.

  • Preset Browser Tags - Proper Customisation

    2
    0 Votes
    2 Posts
    183 Views
    HISEnbergH

    @DanH Looks like you can apply some CSS styling to them but that is about the extent, I think the location and function will remain the same.

    https://docs.hise.dev/ui-components/floating-tiles/plugin/presetbrowser.html

  • Release time for release samples

    3
    0 Votes
    3 Posts
    293 Views
    S

    @Christoph-Hart said in Release time for release samples:

    @Sampletekk that's becase release samples don't get a note off message that could trigger the release phase. Use a AHDSR with a decay curve instead.

    That makes sense! Thanks!

  • How can I link a pitch parameter to a knob?

    7
    0 Votes
    7 Posts
    636 Views
    lijas90L

    @Ulrik It works! Thanks a lot! Problem solved

  • Delay time oddness...

    1
    0 Votes
    1 Posts
    122 Views
    No one has replied
  • DIY Wavetable Phase Rotation

    1
    0 Votes
    1 Posts
    150 Views
    No one has replied
  • UseCustomImage for aboutpage

    2
    0 Votes
    2 Posts
    171 Views
    David HealeyD

    @pcs800 The documentation isn't clear so I had a look in the source code. What you need to do is add the background image you want to your project's Images folder and make sure the image name is "about.png".

    For the floating tile set UseCustomImage to true and it will automatically use the image.

    36d3607d-0a5d-4dca-842e-34db772fc9bb-image.png

    I've updated the docs in this PR

  • Documentation update

    7
    0 Votes
    7 Posts
    542 Views
    ChazroxC

    @pcs800
    Here...
    Screenshot 2025-07-27 at 3.30.17 PM.png

    then add paramaters here...
    Screenshot 2025-07-27 at 3.30.11 PM.png

    if you want to be able to map GUI controls, make sure you're adding your paramters to the outer most level of your node chain.

    Whatever you add here for parameters, will be visible in your scriptFX property editor like any other module on your interface designer.

  • Tempo Sync not syncing with my Delay Time

    2
    0 Votes
    2 Posts
    249 Views
    ChazroxC

    @Oriah-Beats search the forum for "extended tempo values" or "extended tempo sync values" theres a few threads on what you need.

  • Continuously playing looped sample in an FX plugin

    9
    0 Votes
    9 Posts
    1k Views
    JulesVJ

    @Matt_SF Great example, thanks!

    I thought about Algo reverb and hoped that maybe the Hold in Ahdsr envelope node would do the same thing as the Gated reverb, but I couldn't get it to work properly.

  • Undefined parameter 0 ( Panel )

    7
    0 Votes
    7 Posts
    573 Views
    tsempireT

    @Chazrox It's good, I did it. Thank you.

  • Can't Center Knob

    3
    0 Votes
    3 Posts
    289 Views
    xxxX

    @ustk yess thanks! ♥

  • Webview! || Whats going on here??

    19
    0 Votes
    19 Posts
    2k Views
    A

    @d-healey it gets destroyed completely, so even the memory gets cleared

  • Make the Gain knob smooth the gain?

    79
    0 Votes
    79 Posts
    12k Views
    Felix WF

    @d-healey @Chazrox
    I'm back. After many days, I reviewed the code again today and finally succeeded!
    We need a loop!
    I would also like to thank all my friends who provided me with help and various solutions! I love you all😘

    function onNoteOn() { local n = Message.getNoteNumber(); local v = Message.getVelocity(); if (n >= knbLoKey.getValue() && n <= knbHiKey.getValue()) lastKs = n; if (Synth.isArtificialEventActive(eventIds.getValue(lastNote))) Synth.addVolumeFade(eventIds.getValue(lastNote), knbFadeTime.getValue(), -100); for (i = 48; i < 127; i++) { local e = eventIds.getValue(i); if (e != -1) Synth.noteOffByEventId(e); if (n == knbKs.getValue() && Synth.isKeyDown(i)) { ADSR.setAttribute(ADSR.Attack, fadeIn.getValue()); lastKs = n; eventIds.setValue(i, Synth.playNote(i, v)); return Message.ignoreEvent(true); }else{ ADSR.setAttribute(ADSR.Attack, knbResetAt.getValue()); } } lastNote = n; if (lastKs != knbKs.getValue()) return Message.ignoreEvent(true); eventIds.setValue(n, Message.makeArtificial()); }
  • How to set default (double click) value for a slider?

    3
    0 Votes
    3 Posts
    321 Views
    B

    @d-healey I was searching Component Specific Properties, no on Parameter Properties...
    So i ended up asking Gemini to tell me if it said defaultValue on there. Holy shit how couldn't I see that.

    Thank you so much Dave!

20

Online

2.2k

Users

13.5k

Topics

117.3k

Posts