• Coming over from Kontakt? Read this!

    Pinned
    8
    1 Votes
    8 Posts
    4k Views
    LindonL

    @d-healey said in Coming over from Kontakt? Read this!:

    @Lindon They live inside Kontakt's sample map too, it's just that with Kontakt there is only one sample map and it's part of the NKI.

    I think the main different between Kontakt's groups and HISE's is that with Kontakt you can route them individually and apply effects and other processing to them individually which you can't do in HISE (yet...?).

    In HISE the routing and modulation is at the sampler level rather than the group level.

    Absoloutely - valuable stuff to include - I guess I was thinking inside a group you see a mapping of sample audio files, inside a Sample Map you see....so (to start with) same same...as a starting point. But hey no problem.

  • Audiowaveform CSS for sampler crashing

    1
    0 Votes
    1 Posts
    9 Views
    No one has replied
  • AAX showing under audiosuite but not inserts

    21
    0 Votes
    21 Posts
    134 Views
    ustkU

    @d-healey Oh yeah sorry… but since it’s not that important for instruments anyway

  • Hise won't open on Windows 10

    24
    0 Votes
    24 Posts
    654 Views
    d.healeyD

    @bendurso said in Hise won't open on Windows 10:

    Intel Celeron N3350 1.1GHz.

    No AVX support for this one.

    @bendurso said in Hise won't open on Windows 10:

    I’m not sure if plugins exported with SDK 11 will work on a Windows 10 computer.

    Yes should work, probably all the way back to Windows 7.

  • peak meters not rendering in compiled plugin

    7
    0 Votes
    7 Posts
    190 Views
    d.healeyD

    @jeffd That looks correct. Make a minimal test project with a sinewave gen and see if it works.

  • Matrix Modulation Feedback

    90
    1 Votes
    90 Posts
    3k Views
    ustkU

    @Christoph-Hart Okay 👍 There's also the AUX modulation (which should achieve the same thing, right?) but I couldn't seem to make it work...

  • Woocommerce Demo version quesion

    18
    0 Votes
    18 Posts
    112 Views
    DanHD

    @ustk yep, it's a pain

  • Lottie animation controlling parameters?

    27
    0 Votes
    27 Posts
    2k Views
    S

    @Brian said in Lottie animation controlling parameters?:

    I am currently experimenting with controlling Lottie animations using sliders, but once I set up the knob to control a parameter I lose the connection with the Lottie animation. I am sure there is a way to have all three of these elements linked but it's beyond my current coding skills.

    Here is a test project ( latest Scriptnode build and rLottie DLL needed):
    Got it — thanks for explaining what’s happening. From what you describe, it sounds like you’ve successfully set up a slider/knob to control a parameter, but in the process the link to the Lottie animation playback got overridden (likely because only one connection is being made at a time instead of merging them).

    What you probably need is a single control signal that both the Lottie animation and your knob/slider can “see.” In Scriptnode (and similar node-based systems), this usually means:

    Don’t directly replace the Lottie’s input with the knob.

    Instead, use a merge/multiply/mix node (or equivalent) to combine the knob value with the animation’s internal time parameter.

    Feed that merged output into the Lottie node, so the animation continues to play but is also scaled/offset by your slider.

    Another approach:

    Use the knob to control animation progress directly (frame / totalFrames), bypassing “playback.” That way the knob defines where in the animation you are, and you don’t depend on Lottie’s internal clock.

    If you want both free playback and manual knob scrubbing, you’ll need logic that chooses between “auto-time” and “knob-time” (for example, a switch or crossfade).

    If you share your node setup (or a screenshot), I can suggest the exact node combination to keep all three elements linked.

  • Syncing Custom LFO to Plugin Attributes

    7
    0 Votes
    7 Posts
    141 Views
    X

    @DanH It's super secret🤫- It is similar to Serum's

  • Floating Tile Tooltip

    4
    0 Votes
    4 Posts
    170 Views
    Christoph HartC

    @DanH yes I might have to think about a solution how to address individual subcomponents - maybe I can use the CSS selectors as they are already assigned to most components regardless of whether CSS is used, eg:

    const var ft = Content.getComponent("Matrix"); ft.setChildTooltips({ ".search": "A search bar that can be used to filter modulation connections", "#intensity": "Changes the intensity of the modulation connection", ".plotter": "Displays a histogram of the modulation signal for this connection" });
  • OSC Filter caps at 1.9khz

    4
    0 Votes
    4 Posts
    82 Views
    Christoph HartC

    @elemen8t yup, crank the frequency parameter all the way up and then never touch it again - connect your UI to the Value parameter of this modulator instead.

  • Filter Display and Matrix Modulator - How does it work?

    Solved
    8
    0 Votes
    8 Posts
    144 Views
    Oli UllmannO

    @Christoph-Hart
    Great to hear that! 😊

  • HISE Meet Up

    196
    4 Votes
    196 Posts
    36k Views
    LindonL

    One of the things I would find interesting to discuss at one of these meet ups (probably not the next one as it seems to be rightfully aimed at the new modulation system) is how each of us is using AI in our development processes, and if and how we might improve the tool set for our specific use case...

  • SVG not converted correctly?

    4
    0 Votes
    4 Posts
    207 Views
    P

    Thanks guys, that's helped a lot!

  • is there a laf function for table value pop up?

    6
    0 Votes
    6 Posts
    401 Views
    ustkU

    @Chazrox I reckon nothing aside setvaluepopupdata.

  • Flex Envelope - No UI control for Hold

    26
    1 Votes
    26 Posts
    2k Views
    DanHD

    @DanH also the loop mode is really cool, but what is the use case for 'Trigger'?

    And what's a nice way to sync the envelope to bpm?

  • How to promote plugins?

    20
    0 Votes
    20 Posts
    3k Views
    L

    Facebook marketing, Tik/Tok / Reels (free), uploading plugins to partners that will promote for you (Splice, MuseHub) etc, forums, sharing with producers and YouTubers who make 'best of XYZ plugins' lists etc

  • Mono delay

    9
    0 Votes
    9 Posts
    154 Views
    ChazroxC

    @ustk The generosity of the man.

  • How to wrap text in a Label?

    3
    0 Votes
    3 Posts
    214 Views
    CatABCC

    @DanH Hahaha, it's so simple, thank you very much for your guidance😙

  • The delay module temposync slider popup

    36
    0 Votes
    36 Posts
    7k Views
    d.healeyD

    @pcs800 I'm not sure, effects are not my strong area

8

Online

1.9k

Users

12.5k

Topics

108.6k

Posts