Hi! It seems that the docs for c++ implementation is missing. Could this be fixed?
Best posts made by IsoWalle
- 
C++ docs missingposted in Documentation
Latest posts made by IsoWalle
- 
RE: Code Signing errorposted in General Questions@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 errorposted in General Questions@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 errorposted in General Questions@Dan-Korneff Just using codesign -s in terminal also tried --force and it did nothing 
- 
Code Signing errorposted in General QuestionsHI! 
 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 labelposted in Scripting@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 labelposted in Scripting@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 labelposted in Scripting@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 labelposted in ScriptingHi! 
 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?posted in General Questions@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?