• Coming over from Kontakt? Read this!

    Pinned
    8
    1 Votes
    8 Posts
    9k 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.

  • Why isn't my projucer showing up?

    24
    0 Votes
    24 Posts
    4k Views
    David HealeyD

    @duma said in Why isn't my projucer showing up?:

    chats not helping much, cant i delete it frm my pc and redownload it using the appsore?

    Yeah give it a try.

    @duma said in Why isn't my projucer showing up?:

    @David-Healey do you have discord or another platform where, if youre free this week we can call and sort it out

    I don't have time at the moment for one to one for this.

    Have you tried following the videos in the Bootcamp? https://audiodevschool.com/courses/hise-bootcamp/

  • New Release - RustEQ le bleu

    5
    9 Votes
    5 Posts
    1k Views
    dannytaurusD

    @ustk So the Modulation Matrix is working properly in HISE now?

    Last I read, there were some issues with it, still being ironed out.

    Was it something to do with macros? Trying to find the post...

  • Hise Activate help.

    1
    0 Votes
    1 Posts
    25 Views
    No one has replied
  • 0 Votes
    2 Posts
    39 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
    995 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?

    5
    -2 Votes
    5 Posts
    1k Views
    ChazroxC

    @ustk take my money! 😆

  • Drum pad assign to keys

    3
    0 Votes
    3 Posts
    363 Views
    Y

    @ustk Thank you so much,

    This it it.

  • 4 Votes
    14 Posts
    3k Views
    soundsyncS

    UPDATE: Auto-Detect + Dynamic GUI Sizing

    When you download the HISE package, you will not be required to enter the GUI size anymore as it is auto-detected directly in your project. Thanks @David-Healey

    Also, the complete HISE package is dynamic and will change dimension based on changing GUI elements (like an expandable keyboard or effect section). Thanks @dannytaurus

    For example: Customer didn't pay for their subscription, grace period ends, they are using plugin now with the keyboard extended. The plugin will pause, popup the activation webview, and the webview overlay will still block the entire plugin, not just the original size.

  • Looking for HISE help – Simple Sample Mapping + Looping

    2
    1 Votes
    2 Posts
    608 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
    1k 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.

  • / RhapsodyExpansionTemplate

    7
    0 Votes
    7 Posts
    1k Views
    David HealeyD

    @GUJIAN No, but you seems to be trying to use Rhapsodist in the second image and the template in the first image.

  • Roadmap to HISE 5

    143
    27 Votes
    143 Posts
    52k 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?

  • VST/plugin GUI design + launch graphics — ads, motion, web

    7
    5 Votes
    7 Posts
    2k Views
    griffinboyG

    @lalalandsynth

    Ah that makes sense,
    yes indeed that was the only thing.

    In that case, great work all round.
    I'll keep you in mind for some upcoming projects.

  • 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
    1k 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
    848 Views
    David HealeyD

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

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

  • Latency issues..

    2
    0 Votes
    2 Posts
    821 Views
    dannytaurusD

    @Jeetender You can use setLatencySamples() to report the latency amount to the host, so it can compensate.

    https://docs.hise.dev/scripting/scripting-api/engine/index.html#setlatencysamples

    However, I think the tool to measure the latency of your plugin is currently broken.

    Tools > Check latency of signal chain

    https://forum.hise.audio/topic/14245/check-latency-broken-on-latest-develop-build?_=1783032811243

  • Oriental Drummer

    5
    4 Votes
    5 Posts
    2k Views
    dannytaurusD

    @David-Healey Dang. Shame they don't have a time-limited demo or something.

  • Channel Strip help

    5
    0 Votes
    5 Posts
    2k Views
    P

    @HISEnberg Alright man, Thanks!!

22

Online

2.4k

Users

13.8k

Topics

120.6k

Posts