Does anyone offer compilation service for plugins on PC/MAC
-
@Christoph-Hart oh and yes sure i'd be happy to give your new setup app a try. that would be a dream come true
-
@Morphoice alright, if you're brave here we go:
https://github.com/christophhart/hise-cli/releases/tag/v0.6.4
- install that,
- open a terminal with admin privileges (required to install the MS build Tools & Faust)
- type in
hise-cli- should launch a funky TUI app. If you dislike TUIs, type inhise-cli --weband it will spawn a browser with a web UI - same backend. - type in
/setupin the input box - Wizard appears, select Faust, IPP, press submit
- sit back in awe, it installs everything, clones HISE, compiles it & a test plugin.
If the installation procedure is finished you can use the hise-cli tool for different things -
/updatewill fetch the latest CI-passing development commit and recompile HISE,/builderlet's you or an LLM remotely build up a module tree (same with /ui for UI components,/dspfor scriptnode).Note that this will not install the full VisualStudio, but a subset containing only the MS compiler - this makes it fully automatable and you don't have to pick the correct installation payload in the VS installer anymore. If you've already installed VS, then this step is skipped.
on a fresh VM it ran through (last week, hope there's no regression...).
-
@Christoph-Hart I'll give this a go tomorrow, I had to give up as my eyes are so weak it is physically impossible for me to see or identify any font at the small laptop screen anymore today. i have severe macula degeneration
I had hise compile, the plugin did load, however all the hardcoded synthesizer nodes were messed up, i had the dlls still compiled from previous versions somewhere but they wouldnt connect to the gui, and recompiling fails due to some paths not being set correctly
fingers crossed for tomorrow, hopefully i will be able to see better. there are better and worse days, today was one of the worst
-
i had the dlls still compiled from previous versions somewhere but they wouldnt connect to the gui
Yes that will definitely not work - consider the dlls a pure throwaway temporary artifact - as soon as you update HISE you need to export the DLL again.
Sorry to hear about the macula degeneration, I also had an accident last year that left me with a black spot on the left eye for two weeks, was super scary...
-
@Christoph-Hart Just tried
hise-clion Win 11 in Parallels on an M4 Mac and it crashes. I take it there's no ARM support?PS C:\Users\dan> hise-cli
(hangs for about 30 seconds then..)
PS C:\Users\dan> echo $LASTEXITCODE
-1073741819 -
@dannytaurus ah, no, but I'll check whether I can cross-compile arm binaries in the CI pipeline.
-
@Christoph-Hart i can't seem to get anything to run as windows defender blocks about everything im trying to do and I cant figure out how to turn it off. whatever claude suggests doesnt work LOL
-
@Morphoice GPT's answer: "the ultimate weapon against Defender is compliance. Not very rebellious, but highly compatible."
Arfff... those robots will never have the balls...
-
@ustk I had claude code me a script to turn it off, it still needed to be executed with admin rights but now I'm getting somewhere. hise compiled fine with faust, however doesnt compile plugins as still visual studio 2022 shit is set... but i think i can fix that by switching it in settings and work my way through
-