• Most up-to date build instructions for HISE? (July 2026)

    Solved
    10
    0 Votes
    10 Posts
    382 Views
    GUJIANG

    @Christoph-Hart

    The newly built HISE version creates a new RHAPSODY template

    0.png

    1.png

    2.png

    3.png

  • This topic is deleted!

    5
    0 Votes
    5 Posts
    69 Views
  • Get The Preset Browser To Select SampleMaps

    2
    0 Votes
    2 Posts
    148 Views
    David HealeyD

    @justinfitzmusic

    All a user preset does is store/restore the state of controls on the UI. So to get a sample map to change when a preset changes you need to script one of your UI controls to change the sample map when its value changes.

    I have a video here that shows how to do it using a combo box - but you can use any control.

    https://youtu.be/eQ7YvIeS5lY

  • Moonbase integration to Hise

    7
    0 Votes
    7 Posts
    475 Views
    SifresS

    I did it with Claude in two days. Most of the time was actuallly spend on a bug in the Juce module though, that david helped to fix. In the end I have 3 files in the Hise Source that needed changing.

    Its not a gracious proces though.

    I need to export first so it creates the batch file and set all files up from hise but it will choke on the Juce module missing. Then switch to Juce 8 (trivial, I have a script to switch easily), add the module / flag in Juce and start the batch file again.

    There is some other stuff to set up like an encoded file so the connection can be set up secure and some settings on the Hise side need to be hooked up if you want the screen to dim and audio to block, but you do this once per product in Moonbase.

    Honestly it works for me, but looking forward to supported integration. Moonbase is a great platform.

  • Expression Node with 2 values

    1
    0 Votes
    1 Posts
    201 Views
    No one has replied
  • Retrigger LFO with transport

    4
    0 Votes
    4 Posts
    448 Views
    Oli UllmannO

    @ustk
    Ha ha :-D
    I feel exactly the same way!

  • Why isn't my projucer showing up?

    25
    0 Votes
    25 Posts
    6k Views
    D

    @David-Healey I ended up with this problem after following the video so I'll give the appstore method a try

  • New Release - RustEQ le bleu

    7
    9 Votes
    7 Posts
    2k Views
    dannytaurusD

    @ustk Hmm.. I think I'll keep away from it for now. Don't need it for a while yet, thankfully.

  • Hise Activate help.

    1
    0 Votes
    1 Posts
    242 Views
    No one has replied
  • 0 Votes
    2 Posts
    348 Views
    David HealeyD

    @Yannrog Yes, loop over your list of sample maps and use if statements to place the sample map names into two new arrays.

    Then use those arrays to populate your comboboxes.

  • Smooth transition trough preset changing. (No sound cut)

    8
    0 Votes
    8 Posts
    2k Views
    Christoph HartC

    Each heavyweight function (loading presets, samples, etc) gracefully fades out the audio, suspends the processing and then resumes audio processing. This is a core engine behaviour and you can't do anything about it. Changing this will create audio glitches, incontinuities and crashes.

  • How can I improve my reaction time?

    4
    -2 Votes
    4 Posts
    3k Views
    ChazroxC

    @ustk take my money! 😆

  • Drum pad assign to keys

    3
    0 Votes
    3 Posts
    711 Views
    Y

    @ustk Thank you so much,

    This it it.

  • Looking for HISE help – Simple Sample Mapping + Looping

    2
    1 Votes
    2 Posts
    933 Views
    David HealeyD

    @manued12 said in Looking for HISE help – Simple Sample Mapping + Looping:

    Files are already correctly named and prepared

    If they are named well all of the steps except the looping can be done in about 30 seconds using the token parser.

    So you're basically paying someone to loop your samples - I would suggest looking into auto loopers like LoopAuditioneer first - because anyone taking the gig is going to be doing that ;)

  • help with build.. I been MIA

    6
    0 Votes
    6 Posts
    2k Views
    David HealeyD

    @BWSounds In that case try a different xcode version, one up or down from your current one - not sure which I'm using, it's been a while.

    Also only use the JUCE6 branch, JUCE8 is currently broken.

  • This topic is deleted!

    7
    0 Votes
    7 Posts
    2k Views
  • Roadmap to HISE 5

    143
    27 Votes
    143 Posts
    58k Views
    observantsoundO

    @ustk I'm indeed still on the latest stable release...
    I read it as 4.10 instead of 4.1 so I was convinced I was on the latest version.
    I'll compile from the latest develop branch instead and try again.

    So what state is the mod matrix actually in?
    Do some things work but others don't?
    I'd just like to know what to look out for, if the documentation isn't super up to date.

    What are PRs?

  • Hashtag # in a string causing EOF?

    Solved
    16
    0 Votes
    16 Posts
    4k Views
    dannytaurusD

    @ustk Until July 7th anyway. Then I'll probably only use it for big tasks! 💰

  • Exposing preset lists to DAWs

    4
    0 Votes
    4 Posts
    2k Views
    dannytaurusD

    @Christoph-Hart Looks like you deliberately chose to not expose the preset list to host. Can you remember why?

    "Here be dragons" maybe? 😂

    # hi_frontend/frontend/FrontEndProcessor.h int getNumPrograms() override { return 1;// presets.getNumChildren() + 1; } const String getProgramName(int /*index*/) override { return "Default"; } int getCurrentProgram() override { return 0; //return currentlyLoadedProgram; }
  • One shot drag drop

    2
    0 Votes
    2 Posts
    1k Views
    David HealeyD

    @Oriah-Beats Enable one shot mode in the sampler's playback settings.

    e0578f4f-f5c5-4dc6-ac61-199b6e8e48b8-image.png

9

Online

2.5k

Users

13.9k

Topics

121.4k

Posts