Installing Samples Dialog....
-
I cannot compile if a source code is in Download or trash folder. I guess it's a permission issue. But just a guess
That could be it. I remember I had a similar issue with trying to compile on my shared drive, I had to put it on the MacOS desktop.
So that screen shot is what should show with Christoph's original code. Can you try again with my code but move it to another location to try to avoid the issue you had before? You can do a debug build to make it faster.
-
@d-healey Figured it out. Permission denied on Projucer.app (the one in you source code). Will try to replace it
/HISE-develop-davo/tools/Projucer/Projucer.app/Contents/MacOS/Projucer: Permission denied
-
@hisefilo Compiling :) on MacOS, no app will be executed unless it's signed/notarised or compiled locally
That gives the permission rejection -
@hisefilo That makes sense, you can swap out the Projucer app for the one that works on your system then :)
-
@d-healey yes, already compiling that way.
-
@d-healey still asking for samples.
!
-
@hisefilo Yeah but did it ask you to locate or install?
-
-
@hisefilo Thanks, you get the same result as me.
Now we have to figure out why Lindon is getting a different result...
-
Not sure if it's related, but I had to disable both in the Projucer project.
Then on my instrument project I add extra definitions to hide the buttons.
entering this only shows the "locate" button:HISE_SAMPLE_DIALOG_SHOW_INSTALL_BUTTON=0
and entering this only shows the "install" button:
HISE_SAMPLE_DIALOG_SHOW_LOCATE_BUTTON=0
-
@dustbro Is this using my develop branch of HISE? I didn't have to touch those properties in hi_core when I exported, they were both set as default.
-
@d-healey said in Installing Samples Dialog....:
Is this using my develop branch of HISE?
no. this is the scriptnode branch
-
@dustbro That doesn't contain my fix so won't help Lindon here :p
-
@d-healey not sure if useful anymore but I use just the locate sample folder button with the preprocessor definitions above(=1, =0) activated and works fine for myself. In scriptnode branch. On windows.
-
@coreyu21 what about the other way around, to show just the install button?
-
@d-healey I get an error as it looks like it just shows both install buttons and the text says something like “You shouldn’t see this”. I’m not at cpu right now but if needed I can send a screenshot when I’m back.
-
@coreyu21 Yeah I think that's why I made a fix :p
-
@d-healey What does one have to do these days to omit the 'Choose Sample Folder' button?
-
@DanH Same as always, set the flag.
-
@d-healey both of them? Tried it and didn't work, been round the houses trying all the methods in this thread... will try again!