• getPopupMenuTarget

    3
    0 Votes
    3 Posts
    197 Views
    ulrikU

    @dannytaurus said in getPopupMenuTarget:

    Thank you!

  • Radio Button - wrong default value

    6
    0 Votes
    6 Posts
    252 Views
    B

    @ulrik

    SOLVED - my bad. I am a bit tired today. ;) Thank you so much ! Hope you have seen the comment in my code as well haha

  • LV2 and Headless Builds

    2
    0 Votes
    2 Posts
    174 Views
    David HealeyD

    @scottmire It's not possible with JUCE6 but should be with JUCE8, I don't know what would be required on the HISE side though.

  • iPlug3

    15
    3 Votes
    15 Posts
    844 Views
  • AVX WIN

    2
    0 Votes
    2 Posts
    199 Views
    Christoph HartC

    @Anhuarcin It could be possible that there are code paths generated for runtime dispatch, so that if the CPU detection shows AVX support, then it will branch to use that - I can imagine that IPP does stuff like that to squeeze out performance.

  • Plugin parameter values in Pro Tools doesn't load as saved

    9
    0 Votes
    9 Posts
    607 Views
    Dan KorneffD

    @JulesV My solution is to use a flag. If the plugin is being initialized, load a specific preset that has my settings. if the plugin isn't being initialized, it doesn't do anything special.

  • callWithPOST change content type

    29
    0 Votes
    29 Posts
    3k Views
    D

    @Daanyoo I just tried to reproduce it on a empty project on WIN, it worked there and all of the sudden it worked in the regular project as well... I am so confused haha

    But at least its fixed, thank you guys for your help!!

  • How to get numbers from strings

    7
    0 Votes
    7 Posts
    396 Views
    ulrikU

    @dannytaurus @Oli-Ullmann @ustk thank you all for the help, all your suggestions work great!

  • HISE’s CPU readout is at 0% in the compiled plugin in logic.

    3
    0 Votes
    3 Posts
    196 Views
    J

    @ustk yeah ill just hide it.

    I was gonna have it as part of the interface for the user to see cpu and ram usage, but its not really necessary.

  • UI feedback on tiny control

    16
    0 Votes
    16 Posts
    875 Views
    dannytaurusD

    @Bart Wow, that interface is wild! 😮 😂

    The synth I'm building is the start of a series, so I'm designing a layout that will work with all of them. Each one will have a couple of unique controls, so they all look slightly different but obviously from the same family.

  • *sigh* iLok ......

    8
    0 Votes
    8 Posts
    462 Views
    Dan KorneffD

    @Lindon I've used iLok on 4 of my plugins. Just wrapping, not fusion. Totally doable, but you'll be editing the HISE source to implant the code.

  • Third party HISE developers

    8
    5 Votes
    8 Posts
    670 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
    152 Views
    OrvillainO

    @David-Healey Thought so, cheers Dave!

  • Cubase Blocklists Plugin

    2
    0 Votes
    2 Posts
    157 Views
    A

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

  • Exporting problems

    20
    0 Votes
    20 Posts
    574 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
    154 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
    162 Views
    M

    Thank you guys!

  • Export Setup Wizard Problems

    51
    4 Votes
    51 Posts
    3k 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
    79 Views
    No one has replied

22

Online

2.3k

Users

13.7k

Topics

119.3k

Posts