mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
add ability to change stop-on-grid from Preferences
This commit is contained in:
parent
364598e94f
commit
0631f99f15
1 changed files with 8 additions and 0 deletions
|
|
@ -3753,6 +3753,14 @@ These settings will only take effect after %1 is restarted.\n\
|
||||||
);
|
);
|
||||||
add_option (_("Transport"), bo);
|
add_option (_("Transport"), bo);
|
||||||
|
|
||||||
|
|
||||||
|
bo = new BoolOption ("stop-on-grid",
|
||||||
|
_("Stop transport using the current grid (if any)"),
|
||||||
|
sigc::mem_fun (*_rc_config, &RCConfiguration::get_stop_on_grid),
|
||||||
|
sigc::mem_fun (*_rc_config, &RCConfiguration::set_stop_on_grid)
|
||||||
|
);
|
||||||
|
add_option (_("Transport"), bo);
|
||||||
|
|
||||||
add_option (_("Transport"), new OptionEditorHeading (_("Looping")));
|
add_option (_("Transport"), new OptionEditorHeading (_("Looping")));
|
||||||
|
|
||||||
bo = new BoolOption (
|
bo = new BoolOption (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue