BasicSynth project blank GUI
-
I've succesfully exported the BasicSynth Project as a VST on Windows. I have my BasicSynth.dll loaded in Reaper but only a placemarker (cross) is visible
I'm using HISE master branch self-compiled Release standalone with VS 2022 (and IPP)
-
The same happens with the Standalone version of BasicSynth
-
It looks like the ValueTree is not instantiated correcly.
-
@giohappy first use the develop branch, not master
second - not sure these demos even work anymore.. -
@Lindon thanks, I will test with the develop branch. By the way the BasicSynth since to have received updates recently.
PS: I'm using my own build because I want to configure my local IPP to make the export of VST work. I guess there's a better way to configure IPP inside the buil.bat for the project...
EDIT: @Lindon anyway the master branch looks updated to the latest release
-
Actually the problem was that the sample project didn't have any interface :)
After adding some knobs it shows the GUI as expexted. Sorry for the noise.By the way, the interface editor seems a bit bugged. Sometime I cannot move or delete a widget. I have to close and reopen the project, create again the widget and then I can edit it....
-
@giohappy said in BasicSynth project blank GUI:
By the way, the interface editor seems a bit bugged. Sometime I cannot move or delete a widget. I have to close and reopen the project, create again the widget and then I can edit it....
Show us a video
-
@d-healey I cannot reprocue this anymore. It happens a whole day, and now that I was going to make a video I cannot reproduce the issue.
As soon as it happens again I will do it.
-
@giohappy said in BasicSynth project blank GUI:
Actually the problem was that the sample project didn't have any interface :)
After adding some knobs it shows the GUI as expexted. Sorry for the noise.By the way, the interface editor seems a bit bugged. Sometime I cannot move or delete a widget. I have to close and reopen the project, create again the widget and then I can edit it....
I'm unable to load the BasicSynth project in Hise Standalone too, compiling repeats:
"! Component with name wasn't found."
Any ideas how I can get the UI working?
Many thanks!
-
Confirmed. I'm guessing it's something to do with this project lacking a UI data folder. I'll see I can figure it out.
-
Fixed - https://github.com/christophhart/hise_tutorial/pull/3
Just need to wait for Christoph to merge it (or pull it from my fork)
-
@d-healey said in BasicSynth project blank GUI:
Fixed - https://github.com/christophhart/hise_tutorial/pull/3
Just need to wait for Christoph to merge it (or pull it from my fork)
Wow that was quick David, Many thanks
-
@k-complex Here's the project so you don't need to wait.
-
@d-healey said in BasicSynth project blank GUI:
@k-complex Here's the project so you don't need to wait.
David, you are very kind!
Thanks again, I'm really enjoying your Music Hackspace tutorial - I'm learning so much more rather than simply parroting code snippets in to my test instruments.
-
Unfortunately the new xml still presents the same error... it really seems to upset the console print out!
-
@k-complex Christoph pull the changes so just grab the latest hise_tutorials folder and you should be set.
-
Thanks David, works perfectly now. Much appreciated!