Sticky knobs
-
@pcs800 The download page on the website says v4.1.0, but the about section in Hise on my pc, says 4.0.0
-
@pcs800 said in Sticky knobs:
@d-healey IDK what commit, and trying to use git to retrieve it isn't working for me.
I downloaded the Hise installer and installed it, a couple months ago.
The issue is in Hise and the compiles plugins. Multithread makes no difference.
It doesn't happen for you?You will need a fairly recent commit from GitHub, worst case go to a recent commit on GitHub and download the files as a zip - unzip it and install that (having removed your previous version).
-
@pcs800 said in Sticky knobs:
IDK what commit,
Help >> about HISE
But it sounds like you're on the prebuilt version which is quite old now. Try the latest develop branch and see if the issue persists.
-
@d-healey Why would Christoph not have the latest build on the website for download?
I do not know how to install from github, but apparently i have to go figure it out. -
@Lindon Ok, I went to github and clicked the code button at the top, and downloaded the zip. Unzipped it, and don't know how to "install" it.
Do i just replace everything in Documents\Hise Source Code? -
@pcs800 said in Sticky knobs:
Why would Christoph not have the latest build on the website for download?
He puts the latest "stable" build up. But stable doesn't really mean much here, the develop branch is just as stable. It really just means he's made x number of changes and decided to release a new version.
But even if he put up a nightly build you would still need to learn to build it from the source code yourself so that a) you can help debug issues like this, and b) be able to compile your HISE projects to plugins.
This video will get you up and running. Before following it though I recommend you remove all copies of HISE and the HISE source code from your system.
-
@d-healey Ok, I got it built and it runs fine. The sticky knob problem is gone.
However, when i go to export as fx plugin, I get a window which says "hise path not set". What does that mean? -
@pcs800 said in Sticky knobs:
I get a window which says "hise path not set". What does that mean?
In project preferences you need to set the path to the HISE source code.
-
@d-healey I found it, sorry I should have checked into it before posting
-
@pcs800 No worries, it will help the next person who gets here :)