Forum
    • Categories
    • Register
    • Login
    1. Home
    2. pelle
    3. Best
    • Profile
    • Following 1
    • Followers 0
    • Topics 30
    • Posts 91
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: VST Graphics Design

      @Lindon MERCH.jpg

      posted in General Questions
      pelleP
      pelle
    • RE: VST Graphics Design

      @Christoph-Hart said in VST Graphics Design:

      Wait, I'm the bot now? Damn it!

      BOT.png

      posted in General Questions
      pelleP
      pelle
    • RE: Distortion

      @pelle Sorry wrong tag

      posted in General Questions
      pelleP
      pelle
    • RE: Happy Holidays

      Console.print("Merry Chrisitmas");

      posted in General Questions
      pelleP
      pelle
    • Loading Presets with a ComboBox

      Hello everyone,
      I have tried loading user presets via a combobox but every time HISE crashes... does anyone know why?

      This is my script

      // PRESETS ///////////////////////
      const var Presets = Content.getComponent("Presets");
      var menuItems = [];
      
      const var x = Engine.getUserPresetList(); 
      for (i in x)
      	menuItems.insert(-1, i);
      
      menuItems = menuItems.join("\n");
      Presets.set("items", menuItems);
      
      inline function onPresetsControl(component, value)
      {
      	Engine.loadUserPreset(Presets.getItemText() + ".preset");
      };
      
      Content.getComponent("Presets").setControlCallback(onPresetsControl);
      

      Thanks

      posted in General Questions
      pelleP
      pelle
    • RE: Custom Sample Import Window

      @DabDab Thanks!!! It works!

      Do you know how to move the buttons?

      posted in General Questions
      pelleP
      pelle
    • RE: MacOS Parallels WIN build fail

      @dannytaurus macOS Sonoma 14.4 (M3 pro), Parallels Version 26.2.2 (57373), Windows 11, Visual studio 2022. I've installed HISE 4.0.0 using the installer.I've tried with a simple knob but I have the same result

      posted in General Questions
      pelleP
      pelle
    • RE: Custom font in WIN vs macOS

      @David-Healey Solved! I've simply moved the font outside the font folder and removed the "Font/".

      posted in General Questions
      pelleP
      pelle
    • RE: RNBO

      @HISEnberg I'm using mac, I'll share my folder structure:
      Screenshot 2023-10-09 at 17.16.17.png

      note:

      • shimmer.h was generated by HISE
      posted in Presets / Scripts / Ideas
      pelleP
      pelle
    • RE: RNBO

      Hi, I've tested RNBO last week, is really easy to use, you can check this vidseo:
      https://www.youtube.com/watch?v=64dTcwnP40o

      Best,
      F.

      posted in Presets / Scripts / Ideas
      pelleP
      pelle