• Coming over from Kontakt? Read this!

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

  • 4 Votes
    14 Posts
    1k 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
    74 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
    283 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
    385 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
    47k 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
    888 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.

  • Why isn't my projucer showing up?

    18
    0 Votes
    18 Posts
    2k Views
    David HealeyD

    @duma Try a different xcode version

  • Hashtag # in a string causing EOF?

    Solved
    16
    0 Votes
    16 Posts
    2k 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
    608 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
    401 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
    397 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
    936 Views
    dannytaurusD

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

  • Channel Strip help

    5
    0 Votes
    5 Posts
    856 Views
    P

    @HISEnberg Alright man, Thanks!!

  • AAX Build on MacOS

    31
    0 Votes
    31 Posts
    5k Views
    Oli UllmannO

    @Lindon
    I second that! :-)

  • How To Fix this problem building HISE on MacOS

    8
    0 Votes
    8 Posts
    1k Views
    D

    @David-Healey Please check your dms for me

  • Confused about set.Bypassed() and ChildSynth vs Sampler

    3
    0 Votes
    3 Posts
    692 Views
    ustkU

    @observantsound You can use both references at the same time. Just use the one that works for the bypass, and the other for your sampler job

    What I said might work, but do as @David-Healey said it's better implementation even if the reference are the same behind the scene 👍

  • Disable frontend Macros on right click

    3
    0 Votes
    3 Posts
    700 Views
    David HealeyD

    I think you can probably do it using the MidiAutomationHandler: https://docs.hise.dev/scripting/scripting-api/midiautomationhandler/index.html

  • Apple team ID, code sign but ask for security to open the plugin

    36
    0 Votes
    36 Posts
    5k Views
    Y

    @David-Healey ok thank you

  • Thoughts on Moonbase?

    20
    0 Votes
    20 Posts
    3k Views
    J

    @JC Hey i actually got the moonbase module to work in juce 6..
    took David's advice and messed around with Claude and got it to work.

    little tricky for me but its working. I Havent shipped anything yet though--Hopefully soon.

12

Online

2.4k

Users

13.8k

Topics

120.5k

Posts