HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. pelle
    3. Best
    • Profile
    • Following 1
    • Followers 0
    • Topics 27
    • Posts 76
    • 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: 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