@d-healey Perfect, thank you very much!
Posts
-
RE: Mac requirements for HISE
@d-healey Yes, I’ve been considering the option of using a virtual machine, but it’s hard for me to find the macOS .iso files. I’m also not sure which version of macOS I actually need.
-
Mac requirements for HISE
Hi, I'm thinking about buying a second-hand Mac mini (Mac mini (October 2014) Core i5 2.6 GHz - 1TB HDD - 8GB RAM) to compile my HISE projects from Windows on a Mac.
Could anyone tell me what the minimum requirements are to work properly with HISE on macOS?
Besides HISE, I assume I’ll need to install Visual Studio—anything else I should consider?
Thanks a lot! -
activate MidiOverlayPanel from code
Hi. Does anyone know which function I can use to activate a MidiOverlayPanel from code? I want the animation of the MidiOverlayPanel to play when a series of buttons (inside an array) are pressed. I tried using setValue, but it doesn't work. Thanks.
-
RE: Enable Parametriq Eq
Line 916, column 32: Unknown function 'setBypassed'
const var btnOnEq = Content.getComponent("btnOnEq"); const var PanelParametricEq("PanelParametricEq"); const var PanelTapaEq = Content.getComponent("PanelTapaEq"); inline function onBtnOnEq (component,value){ if(btnOnEq.getValue() == 1){ PanelParametricEq.setBypassed(1); PanelTapaEq.showControl(true); }else{ PanelParamerticEq.setBypassed(0); PanelTapaEq.showControl(false); } } btnOnEq.setControlCallback(onBtnOnEq);
Thanks!
-
RE: Enable Parametriq Eq
@d-healey
I already know that, but I need to do it with code because I want the Parametric EQ to activate while simultaneously making a panel that I've placed on top disappear.Thanks -
Enable Parametriq Eq
Hi, does anyone know how I can activate/deactivate a ParametriqEQ with code? I want to assign it to a button, but I can't figure it out. I've tried using the properties setValue, showControl, and setBypassed. Thanks!
-
MIDI Players don't load
Hi, for a while now, when I compile a series of MIDI Players, some of them don't load automatically — I have to load them manually into the Current Sequence. I mean that once it's compiled, I have to manually select Sequence 1 to play it. This only happens with some of the MIDI Players. Does anyone know why this might be? Thanks!
-
RE: Image directory not found…
@Meucci Delete everything in the Binaries folder and compile again. That’s how I fixed it.
-
RE: Image directory not found
@d-healey SOLVED! I just deleted the RSA files I had created. What I don’t understand is the 'Image directory not found' message, but now it compiles fine. Thanks a lot, d.healy!
-
RE: Image directory not found
@d-healey I don’t know, I’m using the latest version of HISE. But I think I already know what the problem is — right before trying to compile, I was trying to create an RSA key pair and a dummy license pair, and now that’s causing issues. I think I created them, but I don’t know how to delete them.
-
RE: Image directory not found
@d-healey Do you mean this folder Binaries\Source\Images? I also suspect the issue comes from there, because if I delete the Source folder, HISE compiles, but I get an error
-
RE: Image directory not found
@d-healey This is what shows up when I try to compile. I’ve deleted the Visual Studio 2022 folder in Builds and the contents of Shared Code and VST. What else should I delete?
-
RE: Image directory not found
@d-healey It doesn’t work, I hope I haven’t lost weeks of work...
-
RE: Image directory not found
@d-healey I add the images through the properties editor. I’ve tried deleting them, but the same error keeps appearing. If I create a project completely from scratch, it lets me compile, but older projects don’t.
-
Image directory not found
From one day to the next, I started getting the "image directory not found" error when trying to compile. I don't know what to do—the Image folder is where it's supposed to be. I've seen that other people have had the same issue. Does anyone know how to fix it? Thanks.
-
RE: Need help creating a scroll panel with buttons – beginner using viewport and panel
@d-healey Thank you so much! I finally got it to work, I’d been trying for quite a while
-
RE: Need help creating a scroll panel with buttons – beginner using viewport and panel
@d-healey Thanks for replying! I’ve focused on the component list, trying to arrange the elements to see if I can get it to work, but I still can’t figure it out. I don’t know where the buttons are supposed to go. Thanks a lot!