Missing stuff in Hise
-
Hi guys, since I'm new to Hise and scripting, I think I've skipped the process of knowing some basics of Hise , Git, and Github.
I've just discovered that I do not have the Dsp Console and other things that you guys have (rlottie etc..) and scripting upgrades in the Api.
I tried to download Git but my current Xcode is depreciated, and High Sierra Cant handle Xcode 10.Thinking to upgrade to mojave and restarting everything again.
What's the correct/full procedure to make everything work correctly?
Please can someone advice me how to make everything work correctly? -
@nesta99 I'm on High Sierra with XCode 8.3.3
rlottie is here for a while, and what do you call DSP console?
Don't you download the scriptnode branch directly from GitHub? (until you use git to sync) -
@ustk Thanks man. just found it. Anyway want to be able to learn git.
-
@nesta99 I strongly advise you to use GitHub Desktop, it is much more convenient to use compared to the console... You can do everything you want, except some advanced stuff but honestly, you'll never need more.
-
@ustk Ok, i understand.
So some days ago i was working on some stuff in the set.PaintRoutine, and I discovered that I wasnt able to to get a Graphics effects ( like boxblur, gaussianblur, drawdropshadow and many many more), then again two days ago I was not able to have some of the code that are in the tutorial (like "Engine.createGlobalScriptLookAndFeel();" and many other scripts), so I wrote this to here in the Forum and @d-healey told me to use Git it to be able to have all the scriptnodes and Hise updated to Date like all of you.
So if you're telling me that i can have that I can have all of this thru Github then it's great.
-
@nesta99 said in Missing stuff in Hise:
@d-healey told me to use Git it to be able to have all the scriptnodes and Hise updated to Date like all of you.You should use git to manage multiple versions of HISE and your own projects. You can get the latest version of HISE by direct download as a zip file from github (I sent you the link for that). But you'll need to do that every time there is a small change and it won't be easy to change between different versions, which is why I recommended git.
-
@d-healey Ok, that's also a good point..
-
@d-healey Thanks David.
-
-
@nesta99 Everything is in the HISE source folder, you don't need to download things separately.
- Remove every copy of the HISE source code that you have.
- Go here - https://github.com/christophhart/HISE/tree/scriptnode
- Click the button labelled "Code"
- Click "Download as Zip"
- Unzip the folder.
- Build HISE.
-
-
-
@nesta99 You just need to download the scriptnode branch, not the master branch (it's almost 2 years old), and that's it, you don't need anything else to make Hise compiling. (After that you can integrate the IPP and the VST3/ASIO/AAX SDKs if you need them, but let's be sure you can compile a simple and up to date version first)
-
@nesta99 I told you what do do and gave you the exact link to click to download (same as @ustk shows). You can't take the master branch and add bits and pieces to it, that won't work.
-