Régis Ramillien
Régis Ramillien
PS. I just discovered elements, but I really like what you've done :)
Ok, thank you. I was afraid of that. But designing the UI without code is mandatory for me. So, I will try the "hard work". Best regards,
Hello Joel, Thanks a lot. I accept your proposal ;) I don't really know elements right now. Just copied the "basic sliders and knobs" example to play a bit with...
mmh, yes, effectively... you're right about type erasure. There is many years I had not really coded in C++ and I didn't think of this.... But I will make some...
Mmmmh. Perhaps a good solution could be to create my own "standard" high level widgets based on your elements ? JSON will then be based on these widgets ? As...
That could lead to someting like this: ``` #pragma once #include #include "UiConstants.h" #include "BasicTrack.hpp" using namespace cycfi::elements; #define SLIDER_MARKS(className, track, size) namespace live::tritone::vie::ui::model { \ struct className { \...
Thanks Joel, Ok, I will try your solutions this week. I will tell you if I need help. Best regards,