Categories

  • General questions and announcements about HISE

    8k Topics
    69k Posts
    K

    @trillbilly Thanks its working nicely.

  • Scripting related questions and answers

    2k Topics
    15k Posts
    F

    @d-healey Fixed, thanks!

    I'm new to HISE so I'm bound to do beginner mistakes lol

  • To share HiseSnippets, Interface Elements, GUI, UI/UX, Panel LAF etc..

    188 Topics
    2k Posts
  • All about ScriptNode DSP nodes, patches, SNEX and recipes.

    337 Topics
    2k Posts
    ulrikU

    If I have some values in 2 arrays like this

    tbl1 = [23, 300, 420, 570, 700]; tbl2 = [60, 200, 620, 880, 1200];

    I also have a knob that has the range 0 -1.

    If I would like to send the values between tbl1[0] and tbl2[0] (23 -> 60) in the knobs callback, I would write:

    sendValue = tbl1[0] + (tbl2[0] - tbl1[0]) * knob.getValue();

    I will always go from tbl1 to tbl2, or vice versa, using the same index
    How can I achieve this inside script node?
    Where do I store the arrays, etc....

  • A subforum for discussing Faust development within HISE

  • If you need a certain feature, post it here.
    616 Topics
    5k Posts
    HISEnbergH

    @ulrik said in scroll event for script panel mouse callback:

    Would it be possible to add

    event.scroll and event.scrollValue

    to the Script Panels MouseCallback?

    @Christoph-Hart apologies since it looks like it's T-Shirt season for me--do you think this is a feature you can look at integrating? I am trying to add a Zoom/Scrolling feature to my panels and this is just what I need...

  • Develop better software through collaboration and shared knowledge. Not just about coding —> covering the entire journey, from development to launching and promoting plugins or software.

    113 Topics
    925 Posts
    d.healeyD

    @Yannrog Have you enabled the setting to embed audio files in the plugin?

  • If you encounter any bug, post it here.
    2k Topics
    12k Posts
    whereami518W

    hey did you ever figure out why this is happening i have ran into this issue too

  • Post your example snippets that you want to add to the official HISE snippet database here. We'll revise it, upload it to the repo and delete the post when finished.

    17 Topics
    112 Posts
    ustkU

    @Chazrox You might not have the good snippet, the sliders are in dB in the one I've provided

  • Everything related to the documentation (corrections, additions etc.) can be posted here
    70 Topics
    475 Posts
    d.healeyD

    @weezycarter make a minimal test plugin with 4 channels. Then we'll have a baseline.

  • Collection of Blog Entries

    80 Topics
    751 Posts
    JulesVJ

    @Mighty23 It seems 1000 ms is very short for low bpm and 1 bar.

    Is it possible to increase the max delay time to 5000 ms?

  • The nerdy place for discussing the C++ framework
    172 Topics
    1k Posts
    B

    @HISEnberg i tried. Still no sound - in my c++ node, do i have to define the midi input as well ?

22

Online

2.0k

Users

12.8k

Topics

111.2k

Posts