Forum
    • Categories
    • Register
    • Login
    1. Home
    2. duma
    3. Posts
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 23
    • Posts 297
    • Groups 0

    Posts

    Recent Best Controversial
    • When I try to compile on Xcode I Get these errors

      Hey Ive made my vst and tried to compile it on xcode but always end up getting these errows how di fix itIMG_2808.png IMG_2809.png IMG_2810.png

      posted in General Questions
      D
      duma
    • RE: Combobox not syncing Presets properly

      I don't want the user to see the combobox it's just to have presets stored correctly

      posted in Scripting
      D
      duma
    • RE: Combobox not syncing Presets properly

      @David-Healey If product update means adding new presets to the preset browser than yes, that's what I mean. The code doesn't workimage_2026-05-12_144710687.png

      posted in Scripting
      D
      duma
    • Combobox not syncing Presets properly

      Hey So I use a combobox to load all my samplemaps in my preset browser, but when I add more presets it desyncs the previous presets 2026-05-12 13-52-40.mkv

      posted in Scripting
      D
      duma
    • RE: How can I bring a 3rd party font into my HISE Project and apply it to the preset browser and labels and comboboxes?

      @David-Healey I've loaded it but It's not showing up in the font selector image_2026-05-11_211836102.png

      posted in Scripting
      D
      duma
    • RE: How can I bring a 3rd party font into my HISE Project and apply it to the preset browser and labels and comboboxes?

      @David-Healey Where because it isn't built into the HISE official standalone

      posted in Scripting
      D
      duma
    • RE: How can I bring a 3rd party font into my HISE Project and apply it to the preset browser and labels and comboboxes?

      @David-Healey It didn't do anything image_2026-05-10_203230115.png

      posted in Scripting
      D
      duma
    • RE: How can I bring a 3rd party font into my HISE Project and apply it to the preset browser and labels and comboboxes?

      @duma code editor**

      posted in Scripting
      D
      duma
    • RE: How can I bring a 3rd party font into my HISE Project and apply it to the preset browser and labels and comboboxes?

      @David-Healey where all the code goes*

      posted in Scripting
      D
      duma
    • RE: How can I bring a 3rd party font into my HISE Project and apply it to the preset browser and labels and comboboxes?

      @David-Healey So using Engine.loadFontAs() work if I put it in the script box on everything I set to the Default font name?

      posted in Scripting
      D
      duma
    • How can I bring a 3rd party font into my HISE Project and apply it to the preset browser and labels and comboboxes?

      I want to have a font that I had downloaded online and I want to put it in the preset browser, hise labels, and my combo boxes

      posted in Scripting
      D
      duma
    • RE: How to add Images to Preset Bank?

      @David-Healey Nope, didn't work I tried this as well and it didnt work

      const var laf = Engine.createGlobalScriptLookAndFeel();

      const var myImage = Image.load("{PROJECT_FOLDER}Images/BASSLBL.png");

      laf.registerFunction("drawPresetBrowserListItem", function(g, obj)
      {
      if (obj.text == "Bass")
      {
      g.drawImage("BASSLBL.png",
      [0, 0, 50, 50],
      0, 0);
      }
      });

      posted in General Questions
      D
      duma
    • RE: How to add Images to Preset Bank?

      @duma if (columnIndex == targetColumn
      && itemText == "MyPreset")
      {
      g.drawImage(myImage, ...);
      }

      posted in General Questions
      D
      duma
    • RE: How to add Images to Preset Bank?

      @David-Healey would this be correct? ```if (columnIndex == targetColumn
      && itemText == "MyPreset")
      {
      g.drawImage(myImage, ...);
      }

      posted in General Questions
      D
      duma
    • RE: How to add Images to Preset Bank?

      @David-Healey What command must I use??

      posted in General Questions
      D
      duma
    • RE: How to add Images to Preset Bank?

      @David-Healey I don't have the money for a patreon how else can I do it??

      posted in General Questions
      D
      duma
    • How to add Images to Preset Bank?

      Re: preset browser expansion column images

      So I watched Davids video on expansion column Images but I want to learn how I can add images to my Preset Browser where all the Categories. Would I need to do the same thing as David did for the expansion column images??

      posted in General Questions
      D
      duma
    • RE: I keep getting this error when I try to compile my plugin, how do I fix it?

      @David-Healey theres no build button 2026-04-16 18-20-13.mkv

      posted in General Questions
      D
      duma
    • RE: I keep getting this error when I try to compile my plugin, how do I fix it?

      @David-Healey no but what file am i supposed to open that is the file i can use to convert the vst in vs2026

      posted in General Questions
      D
      duma
    • RE: I keep getting this error when I try to compile my plugin, how do I fix it?

      @David-Healey Yes how do I compile the vst in visual studio

      posted in General Questions
      D
      duma