• Remove Sample Install Dialog

    9
    0 Votes
    9 Posts
    245 Views
    David HealeyD

    @Daanyoo build a standalone version to take the DAW out of the equation

  • Prevent automatic code signing

    Solved
    5
    0 Votes
    5 Posts
    216 Views
    Oli UllmannO

    @David-Healey
    Great, thank you very much! I'll give that a try.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    28 Views
    No one has replied
  • Custom Settings Global BPM

    Unsolved
    5
    0 Votes
    5 Posts
    206 Views
    Oli UllmannO

    @David-Healey
    I tested it in Logic and it doesn't work there either. I will now implement it manually. However, it would of course be nice if it also worked via the custom settings.

  • getPopupMenuTarget

    3
    0 Votes
    3 Posts
    194 Views
    ulrikU

    @dannytaurus said in getPopupMenuTarget:

    Thank you!

  • Radio Button - wrong default value

    6
    0 Votes
    6 Posts
    202 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
    154 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
    693 Views
  • AVX WIN

    2
    0 Votes
    2 Posts
    171 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
    501 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
    2k 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
    324 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
    173 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
    748 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
    399 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
    563 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
    120 Views
    OrvillainO

    @David-Healey Thought so, cheers Dave!

  • Cubase Blocklists Plugin

    2
    0 Votes
    2 Posts
    140 Views
    A

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

  • Exporting problems

    20
    0 Votes
    20 Posts
    396 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

37

Online

2.3k

Users

13.6k

Topics

118.6k

Posts