@Matt_SF Noice, yeah good idea to check it doesn't break anything

Posts
-
RE: Midi Overlay Panels in Compiled Plugin Crashing DAWS?
-
RE: Midi Overlay Panels in Compiled Plugin Crashing DAWS?
@ILIAM Is there a PR for this on github?
-
RE: Problem launching HISE build on Windows (Parallels Desktop)
@lloyduss Yeah I think you need to be on an x86 CPU, unless Parallels can fake it.
-
RE: Image library
@Sampletekk Are you using the latest develop branch? Is the HISE path set correctly in project preferences?
-
RE: Image library
@Sampletekk I just took a look at the error in the source code. It's HISE's image directory that it can't find, not your project's.
How many copies of the HISE source code do you have? Does the
hi_core/hi_images
folder exist? -
RE: Image library
@Sampletekk Try adding that line, see if it makes a difference
-
RE: Image library
@Sampletekk Are you using
Engine.loadImageIntoPool("*");
inonInit
? -
RE: Image library
@Sampletekk Have you checked the Embed Images option in project preferences?
-
RE: Image library
@Sampletekk Can you test with a new project, just with a single image and see if you get the same issue?
-
RE: Where is the "EDIT TAGS" Button?
@Chazrox But the process for the user for adding tags is weird, I don't like it anyway :p
-
RE: Image library
@Sampletekk Can you give me more information about how you're using images and the folder structure?
-
RE: Image library
@Sampletekk If you're referencing an image for look and feel or a paint routine, you can use the
{PROJECT_FOLDER}
wildcard and it will automatically resolve the path to the images folder.https://docs.hise.dev/working-with-hise/project-management/index.html#project-folder-wildcard
-
RE: Where is the "EDIT TAGS" Button?
@Chazrox said in Where is the "EDIT TAGS" Button?:
They seem to just run off the right side of the panel if you have too many. Is there any way to expand the area that these are bound to vertically?
As I say, the UI/UX is not very good - I think it's unusable in a real project, unless there's something I don't know about.
-
RE: Where is the "EDIT TAGS" Button?
@Chazrox I think it only appears once you have setup some tags -
Engine.setUserPresetTagList()
- the tag UI/UX is not very good, it needs improving. -
RE: Font size mismatch
@Yinxi they'll probably also look different on Windows vs Mac
-
RE: From HISE to Cabbage Audio (CSound) to VCV Rack
@ClawFORGE-Studio said in From HISE to Cabbage Audio (CSound) to VCV Rack:
how do you export a Hise project into csound ?
It's not possible as far as I know