• Third party HISE developers

    8
    5 Votes
    8 Posts
    452 Views
    Oli UllmannO

    I would also like to throw my hat into the ring. :-)

    I have spent most of my professional life as a composer for film, TV, and advertising. My clients include German TV stations as well as Bugatti Automobiles, Porsche, Nivea, and many more. I have also been involved in several gold and platinum chart productions.

    Since 2022, I have released a few Kontakt libraries, and for the past 2.5 years, I have been working intensively with HISE. I am currently finishing my first plug-in. For this, I created all the graphics in HISE and also worked with Max and RNBO export and import in HISE. In addition, I have extensively studied the new HISE modulation system.

    There are certainly some more experienced programmers than me in this post, which is why my unique selling point is probably that I have many years of experience in professional music production and sound design.

    I look forward to working on projects together! :-)

    @David-Healey thanks for this post! :-)

  • Custom browser - custom preset file format???

    29
    0 Votes
    29 Posts
    2k Views
    OrvillainO

    @Christoph-Hart

    Can I sanity check this:

    namespace PluginUserPresetHandling { const UserPresetHandler = Engine.createUserPresetHandler(); inline function onPresetSave() { Console.print("onPresetSave triggered"); } inline function onPresetLoad(obj) { Console.print("onPresetLoad triggered"); } inline function preLoadCallback() { Console.print("preLoadCallback triggered"); } inline function postLoadCallback() { Console.print("postLoadCallback triggered"); } inline function postSaveCallback() { Console.print("postSaveCallback triggered"); } inline function init() { UserPresetHandler.setUseCustomUserPresetModel(onPresetLoad, onPresetSave, false); UserPresetHandler.setPreCallback(preLoadCallback); UserPresetHandler.setPostCallback(postLoadCallback); UserPresetHandler.setPostSaveCallback(postSaveCallback); } }

    In what order are these called, and which ones are synchronous versus asynchronous??

  • Hamburger menu - custom panel or combobox with custom LAF/paint routine?

    3
    0 Votes
    3 Posts
    103 Views
    OrvillainO

    @David-Healey Thought so, cheers Dave!

  • Cubase Blocklists Plugin

    2
    0 Votes
    2 Posts
    127 Views
    A

    @Oriah-Beats Does your client have an old CPU?

  • Exporting problems

    20
    0 Votes
    20 Posts
    293 Views
    David HealeyD

    @duma That's the Create a New Project Dialog

    2a25cb76-8c74-4b52-a277-286118da1974-image.png

    To open an existing project go to the File menu.

    @duma said in Exporting problems:

    how do i downgrade from visual studio 2026 to 2022

    Like I said above, uninstall VS26 and install VS22

  • 0 Votes
    2 Posts
    121 Views
    David HealeyD

    @lightningpig said in Missing Projucer in tools folder (and other issues I ran into that may or may not be caused by me using Projucer standalone separately):

    could we get David on this im kinda lost lol whats happening

    Go through my free HISE bootcamp course, it explains everything: https://audiodevschool.com/courses/hise-bootcamp/

  • Hise Crashes when adding waveform floating title

    6
    0 Votes
    6 Posts
    133 Views
    M

    Thank you guys!

  • Export Setup Wizard Problems

    51
    4 Votes
    51 Posts
    2k Views
    Christoph HartC

    @David-Healey yeah that would be a problem. But A hise project folder with hise in the name will not be deleted, that would be nuts. It looks for all HISE Standalone.jucer files and walks the folder hierarchy up to the HISE root.

  • applyMask is tiny but greedy as hell!

    1
    0 Votes
    1 Posts
    59 Views
    No one has replied
  • Changing Sample Start Mod

    11
    0 Votes
    11 Posts
    293 Views
    ulrikU

    @David-Healey said in Changing Sample Start Mod:

    @ulrik said in Changing Sample Start Mod:

    But the sample map xml files are also changed when saving the project, if I open the maps in a text editor I can see the changes are made

    Aha I misunderstood. So it's autosaving them, hmm that's unexpected.

    Yes indeed it is.

    @ulrik said in Changing Sample Start Mod:

    So if I understand right, it doesn't matter as long as it's referring to the right ch1

    Needs testing in a compiled plugin.

    Ok I have tested it in a stand alone, and that works fine

    @ulrik said in Changing Sample Start Mod:

    The user can change all samples in range between 0 - 5000 smpl, that is already fixed

    In that case I would just use sample start mod and a constant modulator or set the start offset in the note on callback, rather than changing the sample properties at run time.

    Yes I have been thinking in that direction as well, but I also have a script that already make use of the SampleStartMod, so that will add up to the Sample Start setting I guess.
    But I think it would be the best way to use Sample Start Mod for this purpose as well

    Thank you David for the feedback, it's much appreciated!

  • Shoutout: Azure Trusted Signing

    15
    5 Votes
    15 Posts
    2k Views
    David HealeyD

    @Christoph-Hart said in Shoutout: Azure Trusted Signing:

    I used a self-signed certificate to sign the AAX plugin

    I've just setup Azure signing for my upcoming packaging course and have been following various guides online - all of which seem to be slightly wrong or confusing.

    For AAX signing if you're following the Koala DSP guide it has a whole setup thing about using a python and batch script. Ignore that, go to the PACE documentation and look-up the --explicitsigningoptions flag, it includes an example. Just copy that and you're good to go.

    It's important to put quotes around all file paths and if you have nested file paths you'll need to escape the quotes on the inner paths (\"mypath\").

  • Latest version of HISE breaks existing presets....

    43
    0 Votes
    43 Posts
    3k Views
    LindonL

    @David-Healey bummer...

  • How do i load same Image thats in my preset browser on seperate panel

    1
    0 Votes
    1 Posts
    51 Views
    No one has replied
  • VS2026 Can export VST3

    1
    0 Votes
    1 Posts
    70 Views
    No one has replied
  • Cubase - Button Automation issue

    2
    0 Votes
    2 Posts
    86 Views
    LindonL

    @Ben-Catman more than one button with the same param name? Check using Export>validate plugin parameters

  • HISe/Plugins and OBS Studio

    13
    0 Votes
    13 Posts
    411 Views
    OrvillainO

    Yes, on Windows ASIO is not multiclient. On MacOS, CoreAudio is multiclient. Thought this was common knowledge??

    Again in reference to my earlier RME comment, what they do is handle everything in TotalMix for you. You just tell it which outputs you want to feed through to the WDM driver. I like this solution because it is a permanent wiring. Sorry, I know this doesn't help if you don't have an RME card!

  • 0 Votes
    5 Posts
    215 Views
    S

    Tried this — native HISE on Win ARM64 is a pain. VS ARM toolchain works if you patch JUCE and tweak CMake, but VST3s crash unless you strip x64-only intrinsics. x64 emulation on Win11 ARM is way more stable. Linux ARM / Pi is basically DIY hell for plugins, engine only.

  • Arpeggiator with longer note length (sustain)

    2
    0 Votes
    2 Posts
    94 Views
    D

    @DanSound Guess I need to create a sequencer instead of using arpeggiator 🤖

  • Max RNBO HISE Tutorial Vids available

    9
    13 Votes
    9 Posts
    2k Views
    V

    @Phelan-Kane Hi Meta Function,

    I’m encountering a compatibility issue between Max 9 / RNBO 1.4.2 and HISE 4.1 (Developer Branch).

    Current Status:

    RNBO 1.3.3 patches (Max 8) work and show up in the Scriptnode project list.

    RNBO 1.4.2 patches (Max 9) are created by the HISE wizard but stay invisible in the workspace.

    Individual compilation in Xcode fails with 23 errors.

    Errors indicate missing members in the C++ class: createParameters, prepare, process, and reset.

    It seems the HISE C++ wrapper doesn't recognize the new RNBO 1.4.2 class structure. Have you found a workaround for Max 9, or are you still using RNBO 1.3.3 for HISE integration?

  • Install Samples and .hr1

    20
    0 Votes
    20 Posts
    3k Views
    David HealeyD

    @Jaytove If it's an expansion you need to use ExpansionHandler.installExpansionFromPackage()

20

Online

2.2k

Users

13.6k

Topics

118.1k

Posts