mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
allow users to opt for "select only the last drawn note" when drawing notes
This commit is contained in:
parent
6b9544cc39
commit
edc0e636e2
4 changed files with 15 additions and 1 deletions
|
|
@ -64,6 +64,7 @@ UI_CONFIG_VARIABLE (ARDOUR::WaveformShape, waveform_shape, "waveform-shape", Tra
|
|||
UI_CONFIG_VARIABLE (bool, update_editor_during_summary_drag, "update-editor-during-summary-drag", true)
|
||||
UI_CONFIG_VARIABLE (bool, never_display_periodic_midi, "never-display-periodic-midi", true)
|
||||
UI_CONFIG_VARIABLE (bool, sound_midi_notes, "sound-midi-notes", true)
|
||||
UI_CONFIG_VARIABLE (bool, select_last_drawn_note_only, "select-last-drawn-note-only", true)
|
||||
UI_CONFIG_VARIABLE (bool, show_plugin_scan_window, "show-plugin-scan-window", false)
|
||||
UI_CONFIG_VARIABLE (bool, show_manager_if_plugins_are_missing, "show-manager-if-plugins-are-missing", true)
|
||||
UI_CONFIG_VARIABLE (bool, show_zoom_tools, "show-zoom-tools", true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue