What is the "done" bar at the top?
-
It won't go away and is blocking other controls
-
It's the sample loading indicator. I had a problem where it wouldn't go away too. It's on one of my virtual machines so I didn't bother investigating. I'll see if the issue is still there and if I can solve it.
Which commit of HISE are you using?
-
@d-healey I'm using the standalone .exe version.
I haven't figured out how to build Hise from source code yet but I wanted to start learning and build some prototypes first -
@observantsound said in What is the "done" bar at the top?:
@d-healey I'm using the standalone .exe version.
I haven't figured out how to build Hise from source code yet but I wanted to start learning and build some prototypes firstThe very first thing you need to do in HISE is learn how to compile the latest build....start there.
-
@Lindon And why is that so important?
The only difference is that I can't export any of my projects right?
But if I'm just testing and learning it should be fine to use the standalone.
Unless I'm missing something?All my previous attempts to build Hise from code didn't work and it was frustrating.
I just wanted to dip my toes into Hise before trying again. -
@observantsound I think I might have been building the release version as well when I noticed this problem. I'll check when I'm back at my computer.
-
because of this; "the latest build".
The "stand alone" will be pretty old - and we wont be able to help you if you are not on a fairly recent build...
-
@Christoph-Hart Ok I can recreate this issue on MacOS (not on Windows though for some reason). Happens with the latest Release from November.
-
Ok followed Davids instructions and built Hise from source on Windows.
Was honestly much easier to do than on Mac even though David said otherwise in his video.Visual Studio seems clearer than Xcode, and the fact that both SDKs are already in the git folder makes it easier as well I think.