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

    pelle

    @pelle

    11
    Reputation
    32
    Profile views
    91
    Posts
    0
    Followers
    1
    Following
    Joined
    Last Online

    pelle Unfollow Follow

    Best posts made by pelle

    • 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

    Latest posts made by pelle

    • RE: MacOS Parallels WIN build fail

      @David-Healey Thanks, that was exactly the problem. How do I install the images separately? I just can't figure it out.

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

      @David-Healey 60MB (audio + png)

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

      @David-Healey yes

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

      @David-Healey I managed to build HISE successfully, but now when I compile my project I get the following error. On macOS everything compiles fine.

      Finished saving: Visual Studio 2022
      Finished saving: Xcode (macOS)
      Finished saving: Xcode (iOS)
      Finished saving: Linux Makefile
      Compiling 64bit Instrument plugin STEPS ...
      MSBuild version 17.14.40+3e7442088 for .NET Framework
      win\Binaries\Source\PresetData.cpp(857098,75): error C1060: compiler is out of heap space [C:\Users\name\Desktop\HISE DEV WIN\Steps 0.1 win\Binaries\Builds\VisualStudio2022\STEPS_SharedCode.vcxproj]
        STEPS_VST3ManifestHelper.vcxproj -> C:\Users\name\Desktop\HISE DEV WIN\Steps 0.1 win\Binaries\Compiled\VST3 Manifest Helper\juce_vst3_helper.exe
      !Compilation error. Check the compiler output.
      
      posted in General Questions
      pelleP
      pelle
    • RE: MacOS Parallels WIN build fail

      @David-Healey CleanShot 2026-02-20 at 18.17.02@2x.png

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

      @David-Healey when I try to open a project form HISE generates 40 pop up windows to select the project folder and then crashes

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

      @pelle I've built it with the submodules but crashes

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

      @David-Healey develop branch ?

      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: MacOS Parallels WIN build fail

      @dannytaurus When I press any key, the terminal window closes immediately

      posted in General Questions
      pelleP
      pelle