Creating a custom preset save button
-
@d-healey I’m still having the same issue on my Mac mini.
It’s not a huge issue. I can leave the button in my project and just not use it during development and testing. I can still save presets in the browser at least
-
@Tangerine_Sounds Can you make a video? I want to see it in action. @Chazrox Were you testing on Windows or Mac?
-
@d-healey Mac / Sequoia 15.2
git hash: 22fc80083350aa3daa41e39ef6fc5090db505056
-
-
@Chazrox I think that's left over from his main project - the reason it doesn't give an error is because there is no component called "btnPreset" in the snippet.
-
@d-healey said in Creating a custom preset save button:
Can you make a video? I want to see it in action.
-
@d-healey said in Creating a custom preset save button:
I think that's left over from his main project
Yes, that was copied over by mistake. My original project had the Next and Previous preset buttons
-
@Tangerine_Sounds Does it only happen with overwrite existing preset or with a new preset too? (I only tested with a new preset).
-
@d-healey I've tested both ways and it crashes just the same
-
@Tangerine_Sounds Do you always use a debug build running in xcode? That doesn't look like a crash, it's just hitting the assert but you should be able to continue.
-
@d-healey I didn't know there was another way. You're right, I am able to select Continue from the Xcode Debug menu. How can I build without the debug mode?
-
@Tangerine_Sounds Select build for profiling from the build menu, then you will find the executable in the HISE source code folder, somewhere in
projects/standalone/Builds/MacOSX
, I can't remember the full path. -
@d-healey ah, I thought you had to launch HISE from the Run command in Xcode! That's why it was running debug. I found the executable file in : projects/standalone/Builds/MacOSX/build/Release
This solves the problem with the Save button. Many Thanks