Best posts made by pelle
-
Loading Presets with a ComboBoxposted in General Questions
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
-
RE: Custom Sample Import Windowposted in General Questions
@DabDab Thanks!!! It works!
Do you know how to move the buttons?
-
RE: MacOS Parallels WIN build failposted in General Questions
@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
-
RE: Custom font in WIN vs macOSposted in General Questions
@David-Healey Solved! I've simply moved the font outside the font folder and removed the "Font/".
-
RE: RNBOposted in Presets / Scripts / Ideas
Hi, I've tested RNBO last week, is really easy to use, you can check this vidseo:
https://www.youtube.com/watch?v=64dTcwnP40oBest,
F.
Latest posts made by pelle
-
RE: MacOS Parallels WIN build failposted in General Questions
@David-Healey Thanks, that was exactly the problem. How do I install the images separately? I just can't figure it out.
-
RE: MacOS Parallels WIN build failposted in General Questions
@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. -
RE: MacOS Parallels WIN build failposted in General Questions
@David-Healey when I try to open a project form HISE generates 40 pop up windows to select the project folder and then crashes
-
RE: MacOS Parallels WIN build failposted in General Questions
@pelle I've built it with the submodules but crashes
-
RE: MacOS Parallels WIN build failposted in General Questions
@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
-
RE: MacOS Parallels WIN build failposted in General Questions
@dannytaurus When I press any key, the terminal window closes immediately



