-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: add "Load Default for ..." and "Save Default for ..." to right-click menu for all CheckBox and ChoiceBox and SliderBar #29
Comments
I suppose for simplicity of code and generality I will make this apply for all controls made with class CheckBox and ChoiceBox and SliderBar, so would apply for both per-loop controls as well as global top-panel controls. |
This sounds like a reasonable design |
I notice the current preferences files in I'm thinking for my feature request I would want any new default settings to work in headless mode as well as GUI mode, so I won't put them in gui_config.xml and rather I will instead create a new preferences file (default_values?) for them, and I would probably start by copying I think I would use the strings used for the add_input_control calls in command_map.cpp which map to the Event::control_t enum so every row of that file is a string of any new defaults that get assigned and their new value. And I guess new looper would get their values set in And then I think on gui code mianly just need to have CheckBox and ChoiceBox and SliderBar class get an additional event enums ID_LoadDefaultMenuOp and ID_SaveDefaultMenuOp which get set just like ID_BindMenuOp does with bind_request signal. |
I propose to add "Load Default for ..." and "Save Default for ..." to right-click menu for all loop controls so looks like:
The text was updated successfully, but these errors were encountered: