Hi! It seems that the docs for c++ implementation is missing. Could this be fixed?
Best posts made by IsoWalle
-
C++ docs missing
Latest posts made by IsoWalle
-
RE: Code Signing error
@Dan-Korneff Still not working.
I forgot the "" but it's still the same issue.
Someone said on another forum that it might have something to do with the resources folder and that it should not be created manually. -
RE: Code Signing error
@Dan-Korneff Yep!
I realized i can't just use the dev-id code anymore, must use the whole name since i have a installer dev-id also with the same code...although now I'm getting "unknown file attribute: 5"
-
RE: Code Signing error
@Dan-Korneff Just using codesign -s <dev-id> <path> in terminal
also tried --force and it did nothing
-
Code Signing error
HI!
Tried to sign a component file manually, though I get the error "bundle format unrecognized invalid or unsuitable"
Tried to find a search around for a solution though I can't seem to get any wiser.
Does anyone have any idea?ps. it has worked with other plugins though haven't tried since October 2022 ish.
(Mac Monterey 12.2 Xcode 13.2.1 Hise 2.1.0?)
-
RE: Display preset name and folder in label
@ulrik But is it impossible then?
Since I can't get the (complete)path using the getCurrentUserPresetName, and I cant know which preset is active with using getUserPresetList. -
RE: Display preset name and folder in label
@ulrik Thank you!
Though would this work if I had multiple presets with the same name in different folders?
Then I wouldn't be able to search for the correct one using getCurrentPresetName? -
RE: Display preset name and folder in label
@Lindon Using Engine.getCurrentUserPreset only gives me the name. I've tried to go through the File API and FileSystem, though these are really not my friend. My approach was to find the file with the current presets name and then get the directory, but i can't seem to figure it out.
-
Display preset name and folder in label
Hi!
Just sat tinkering and was trying to have the preset name show in the preset browser together with the folder the preset is in. I already got the preset name, now I just need the folder.Was thinking like "ROCK - MALE 1", where "rock" is the folder and "male 1" is the preset.
Any clues to how this can be achieved?
-
RE: Funny slider?
@civet I tried messing around a little with your code and I noticed that it takes the value from where the mouse is and not from where the "dragger" is. So if you click and drag and continue outside the "triangle" the value keeps changing.
Any way to make it stop?