• How to add Portamento

    69
    0 Votes
    69 Posts
    14k Views
    David HealeyD

    @tsempire Try it, see if you can get the behaviour you want using just the pitch wheel

  • Expansions preset tagging

    8
    0 Votes
    8 Posts
    507 Views
    R

    @Lindon yes that what I have done. The panel is above the preset browser in my project.
    That panel is essentially a 2 x 4 grid of 'buttons' (one for each tag) inside that panel and when the 'buttons' are clicked currently it prints a list of all presets that have that tag to the console depending on which button was clicked. This is working correctly so the tags are being picked up and read correctly by hise which is good.

    What I'm looking to try and do ultimately is have the preset browser filter to show only the bass presets if I click the bass tags button, only the bells presets if I click the bells tag button and so on.

  • Preset Browser Tags....?

    Solved
    13
    0 Votes
    13 Posts
    2k Views
    R

    @Lindon How do you go about creating the buttons on the left for the tags? And if you click them do they filter the preset browser accordingly? ie clicking the Pad button will show you just the presets with a pad tag etc?

  • 2 LFOs 1 SliderPack? How?

    8
    0 Votes
    8 Posts
    478 Views
    ILIAMI

    @d-healey Thank you so much
    @ustk @Christoph-Hart 👍

  • Preset Next/Previous Buttons - How to navigate different categories?

    Solved
    8
    0 Votes
    8 Posts
    481 Views
    HISEnbergH

    @d-healey @Oli-Ullmann haha yes that's why I will leave it up. I think I learned about this before (watching David's video) and just sort of forgot about what the boolean was for. 😆

  • Colour Sample Map Keys by Sampler ID? // Help.

    Unsolved
    4
    0 Votes
    4 Posts
    200 Views
    ChazroxC

    @Christoph-Hart Screenshot 2025-10-01 at 5.14.38 AM.png

    sweeet! 🙏

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    7 Views
    No one has replied
  • ScriptNodeFX Splitting L/R signals help please?

    Unsolved
    8
    0 Votes
    8 Posts
    534 Views
    ChazroxC

    @ustk When I put turn the "Widen" knob up (mono/stereo) Im getting a bit-crushy sound in the stereo field. If I dial the "Widen" knob down to (mono) its fine and the signal is nice and mono. Any clue why im getting the weird noise on the outsides? I changed my delay setup to the way you have yours. I just need it to be within a Wet/Dry mix chain also.

    Screenshot 2025-09-28 at 1.04.14 PM.png

    I love how its actually going from mono to stereo now. I can use this in a lot of situations. I just cant find that noise. I was reading in docs how send and recieve nodes should be of the same sample rate but I also cant see where to check that. Its not in the parameters popup window.

    Docs on 'Send' and 'Recieve' nodes:

    Screenshot 2025-09-28 at 1.08.50 PM.png

    Screenshot 2025-09-28 at 4.19.04 PM.png

  • Convolution Reverb Sample start/end times?

    Unsolved
    3
  • Memory leak with Engine.loadAudioFilesIntoPool

    28
    0 Votes
    28 Posts
    4k Views
    Christoph HartC

    @tomekslesicki yup that is a known issue from one of my last commits. I fixed that now - can you check if the DLL compiles on macOS now?

  • 0 Votes
    5 Posts
    622 Views
    M

    @mjc123 Exactly what i'm after, thank you!

  • Waveform Playhead Unresponsive

    4
    0 Votes
    4 Posts
    609 Views
    LindonL

    @trillbilly perhaps try printing out obj.playbackPosition to see what its telling you....

  • Macro LFO Start Position

    5
    0 Votes
    5 Posts
    682 Views
    trillbillyT

    @Lindon So you're saying there's hope. Great.

  • render audio in background?

    11
    0 Votes
    11 Posts
    1k Views
    ulrikU

    @Christoph-Hart thanks a lot!

  • Migrate Samplemaps Between Projects?

    Unsolved
    3
    0 Votes
    3 Posts
    447 Views
    ChazroxC

    @Oli-Ullmann friggin yeeuh! 🙏 Thanks! Just wanted to check before I break something.

  • 0 Votes
    14 Posts
    2k Views
    StraticahS

    @d-healey What is the easiest way to do that with expansions? (WAV to HLAC)

    Edit: Okay worked i think: by moving everything to ProcectFolder - then moving monolith files and samplemaps back into expansion folder :)

  • Separating User MIDI Input and MIDI Player Events

    3
    0 Votes
    3 Posts
    377 Views
    LindonL

    isnt this what isArtificialEventActive() for?

    I assume (so watch out) that the MIDI player events are artificial and user input are not..

    https://docs.hise.dev/scripting/scripting-api/synth/index.html#isartificialeventactive

  • Help with Button to ramp a Knob value up and down 0.- 1. > 1. - 0.

    2
    0 Votes
    2 Posts
    406 Views
    B

    @Rognvald I found this as a starting point.. :)

    const var Knob = Content.getComponent("Knob"); const TH = Engine.createTransportHandler(); // 18 = tempo factor = 1/64T TH.setEnableGrid(true, 18); // Set sync mode Internal or External TH.setSyncMode(TH.PreferExternal); // ON GRID CHANGE FUNCTION // You start and stop this using "TH.startInternalClock" & TH.stopInternalClock inline function GridChange(clock, arg2, arg3) { local v = (clock % 200) / 100; local value = v < 1.0 ? v : 2 - v; // Trigger the knob Knob.setValue(value); Knob.changed(); }; TH.setOnGridChange(true, GridChange); inline function onKnobControl(component, value) { Console.print(value); }; Content.getComponent("Knob").setControlCallback(onKnobControl); // START STOP INTERNAL CLOCK inline function onStartInternalClockControl(component, value) { if (value) TH.startInternalClock(0); else TH.stopInternalClock(0); }; Content.getComponent("StartInternalClock").setControlCallback(onStartInternalClockControl);
  • Convolution Reverb || Reverbs dont in DAW...

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    C

    @Chazrox Yeah, my audio files are about 6mb and 25mb for images… So I’m not quite sure why they’re not embedding in the plug-in.

    Could be related

  • Dynamic Container - how to use?

    Unsolved
    5
    3 Votes
    5 Posts
    1k Views
    oskarshO

    @Christoph-Hart can u share the example here would love to explore as well!

25

Online

2.1k

Users

13.1k

Topics

113.5k

Posts