• Coming over from Kontakt? Read this!

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

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

    6
    3 Votes
    6 Posts
    16 Views
    lalalandsynthL

    @dannytaurus I can do that if requested. Yes, I use Blender :)

  • Roadmap to HISE 5

    139
    27 Votes
    139 Posts
    41k Views
    observantsoundO

    I'm a bit confused. Was this a beta branch at some point?
    There's documentation about the modulation matrix on the website and a tutorial snippet, but it doesn't work, and I don't see matrixTargetId in my properties editor.

    I'm using 4.10 built from source.

  • Why isn't my projucer showing up?

    18
    0 Votes
    18 Posts
    437 Views
    David HealeyD

    @duma Try a different xcode version

  • Hashtag # in a string causing EOF?

    Solved
    16
    0 Votes
    16 Posts
    79 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
    54 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
    34 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
    45 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
    305 Views
    dannytaurusD

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

  • Channel Strip help

    5
    0 Votes
    5 Posts
    239 Views
    P

    @HISEnberg Alright man, Thanks!!

  • 4 Votes
    3 Posts
    423 Views
    soundsyncS

    UPDATE: Plugin Storefronts now use Webview for smoother experience

    Plugin Storefonts have been updated to use the same Webview model as the validation system. Now you can display your products directly in your plugin.

    To implement is easy:

    Firstly, you will need to make sure you have atleast 1 product created and live in your account.

    Secondly, you will need to setup your Website/Storefront Credentials & Support Credentials.

    Once that is complete, find the Plugin Storefront Package is in the TOOLS section of your Developer Account and open.
    9a4ebe69-d9d3-4eec-9b32-ed1bab9c89ae-{C5EAF645-10E0-487B-8597-3318AED9F1DE}.png

    Scroll Down and you will see the HISE Storefront Package Generator. Enter your GUI Height & Width and download the package. Unzip and place the SoundSyncStorfront folder in your HISE projects "Scripts" folder.
    06a1c51d-4eb8-4738-93d3-b76533983580-{1C4EBE5B-FC47-4C2C-956E-D406727522D7}.png

    Open your project and use 1 simple include line to generate the entire package in your project.

    include("SoundSyncStorefront/Runtime/SoundSyncStorefrontRuntime.js");

    Then your branded Plugin Storefront window will be present. It will pull your logo, brand colors, store name, products, support etc all from your Website/Storefront/Support pages in the developer account.

    Public Catalog View:
    3b917721-ae7a-4462-a2c6-d256e4f52aea-{40435235-D433-4C58-9122-03D3C9C356ED}.png

    Customer Product View:
    62118a87-c730-47c1-9ddc-7359f4dd31f3-{34AA5E77-0C2D-4A85-A12D-4575F4167AF5}.png

    It makes for a pretty dope Storefront inside your plugin!

    All the best,

    Aaron

  • AAX Build on MacOS

    31
    0 Votes
    31 Posts
    2k Views
    Oli UllmannO

    @Lindon
    I second that! :-)

  • How To Fix this problem building HISE on MacOS

    8
    0 Votes
    8 Posts
    438 Views
    D

    @David-Healey Please check your dms for me

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

    3
    0 Votes
    3 Posts
    287 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
    295 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
    2k Views
    Y

    @David-Healey ok thank you

  • Thoughts on Moonbase?

    20
    0 Votes
    20 Posts
    2k 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.

  • Sample installer only extracts the first part on Intel Macs

    11
    0 Votes
    11 Posts
    770 Views
    J

    @jeffd

    So i got a notarized .pkg working of the .hr files. still need to test more but i got them into the plugin's own per-user app-data folder. Then when the plug-in opens and installs the samples it can also auto-delete the .hr files right after extracting. And no gatekeeper quarantine from macos. Ill have to do the same on pc and create .exe for the .hr files to match. but perhaps this will be best. less confusing for people i imagine?

  • Compiling VST files on Windows for macOS!!

    3
    0 Votes
    3 Posts
    303 Views
    David HealeyD

    @Oli-Ullmann Yes a vm is the way to go if you don't have a mac

  • Whitebox packages wont install multiple files (AU,vst,vst3).

    3
    0 Votes
    3 Posts
    275 Views
    Y

    @David-Healey payload is good.

    Oh ok, I didn't know. I do it right now.

17

Online

2.4k

Users

13.8k

Topics

120.4k

Posts