13
0
livetrax/gtk2_ardour
Paul Davis 1f13b311fd midi display: ensure that lollipops are visible right after import
VelocityGhostRegion used the visibility of the "parent" note canvas item of a
lollipop canvas item to determine the lolli's visibility. But during the
construction of the MidiRegionView, the note's container is not yet visible, so
this fails.

In addition this logic would hide lollis for notes that are outside the current
visible note range of the track (because the parent note item was not visible).

This change adds a method to MidiRegionView to decide if a note is within the
region's time range, and if so, we show the lollipop item. This means that
lollis for notes outside the note-range will still be visible, which seems more
correct. In addition, the nascent condition of the parent note's container no
longer affects lolli visibility.
2023-09-24 18:38:20 -06:00
..
appdata/po Czech translation updated for the 8.0 release. 2023-09-24 19:57:25 +02:00
icons image for launchpad pro "gui" 2023-08-30 16:06:13 -06:00
msvc
po Czech translation updated for the 8.0 release. 2023-09-24 19:57:25 +02:00
resources
themes more thematically correct scroomer color. TODO: prelight it 2023-09-15 19:13:54 -05:00
win32
about.cc Credit where credit is due 2023-09-24 19:58:59 +02:00
about.h
actions.cc
actions.h
add_route_dialog.cc
add_route_dialog.h
add_video_dialog.cc
add_video_dialog.h
ambiguous_file_dialog.cc
ambiguous_file_dialog.h
analysis_window.cc
analysis_window.h
arauv2
arcall
arcanvas
ardbg
ardbg-core
ardev
ardev_common.sh.in provide an easy way to get core dumps with address sanitizer 2023-09-18 16:27:11 -06:00
ardev-win
ardour2_ui_dark_sae.rc.in
ardour2_ui_light_sae.rc.in
ardour2_ui_sae.conf
ardour_dialog.cc
ardour_dialog.h
ardour_http.cc
ardour_http.h
ardour_message.cc
ardour_message.h
ardour_ui2.cc
ardour_ui3.cc use identical logic for gain/trim controls as others when it comes to group/select stuff 2023-07-31 18:31:03 -06:00
ardour_ui_access_web.cc
ardour_ui_dependents.cc
ardour_ui_dialogs.cc
ardour_ui_ed.cc
ardour_ui_engine.cc
ardour_ui_keys.cc
ardour_ui_mixer.cc
ardour_ui_options.cc
ardour_ui_session.cc Allow user to choose the session time-domain 2023-09-14 23:13:05 +02:00
ardour_ui_startup.cc startup: fix use-after free of startup FSM object 2023-09-18 16:27:11 -06:00
ardour_ui_video.cc
ardour_ui.cc
ardour_ui.h Allow user to choose the session time-domain 2023-09-14 23:13:05 +02:00
ardour_window.cc
ardour_window.h
ardour-mime-info.xml
ardour.appdata.xml.in.in
ardour.desktop.in
ardour.keys.in Y is the shortcut key for MouseGrid 2023-09-11 13:22:37 -05:00
ardour.menus.in Add menu items to set/cycle marker click behavior 2023-09-13 20:44:07 +02:00
ardour.sh.in
ArdourMono.ttf
ArdourSans.ttf
arhell
arldd
arlua
arluadoc
armass
arprof
arrr
arrr-replay
arscan
artest
arval
arvst2
arvst3
au_pluginui.h
au_pluginui.mm
audio_clip_editor.cc
audio_clip_editor.h
audio_clock.cc
audio_clock.h
audio_region_editor.cc
audio_region_editor.h
audio_region_operations_box.cc
audio_region_operations_box.h
audio_region_properties_box.cc
audio_region_properties_box.h
audio_region_view.cc
audio_region_view.h
audio_streamview.cc
audio_streamview.h
audio_time_axis.cc
audio_time_axis.h
audio_trigger_properties_box.cc
audio_trigger_properties_box.h
automation_controller.cc widgets & GUI: Start/StopGesture signals should pass on GDK event state 2023-07-26 13:11:52 -06:00
automation_controller.h widgets & GUI: Start/StopGesture signals should pass on GDK event state 2023-07-26 13:11:52 -06:00
automation_line.cc in draw mode, mouse drags in automation tracks are always freehand drawing 2023-08-18 17:42:51 -06:00
automation_line.h
automation_region_view.cc
automation_region_view.h
automation_selection.h
automation_streamview.cc
automation_streamview.h
automation_time_axis.cc
automation_time_axis.h
axis_provider.h
axis_view.cc
axis_view.h
bbt_marker_dialog.cc
bbt_marker_dialog.h
beatbox_gui.cc
beatbox_gui.h
big_clock_window.cc
big_clock_window.h
big_transport_window.cc
big_transport_window.h
bundle_env_cocoa.cc
bundle_env_linux.cc
bundle_env_mingw.cc
bundle_env_msvc.cc
bundle_env.h
bundle_manager.cc
bundle_manager.h
canvas_test.cc
canvas_vars.h
clearlooks.rc.in
clip_editor.bindings
clock_group.cc
clock_group.h
cocoacarbon.mm
color_aliases.h
color_theme_manager.cc
color_theme_manager.h
configinfo.cc
configinfo.h
configuration_metadata.h add a few new configuration params/preferences to the metadata list 2023-09-24 07:52:18 -06:00
context_menu_helper.h
control_point_dialog.cc
control_point_dialog.h
control_point.cc
control_point.h
control_slave_ui.cc
control_slave_ui.h
crossfade_edit.h
crossfade_view.h
cuebox_ui.cc
cuebox_ui.h
cursor_context.cc
cursor_context.h
curvetest.cc objects don't have a time domain, they have a time domain provider (GUI) 2023-08-02 15:22:52 -06:00
debug.cc
debug.h
default_ui_config.in
dsp_stats_ui.cc
dsp_stats_ui.h
dsp_stats_window.cc
dsp_stats_window.h
duplicate_routes_dialog.cc
duplicate_routes_dialog.h
edit_note_dialog.cc
edit_note_dialog.h
editing_convert.h Add editing mode to select marker click behavior 2023-09-13 03:16:24 +02:00
editing_syms.h Add editing mode to select marker click behavior 2023-09-13 03:16:24 +02:00
editing.cc Add editing mode to select marker click behavior 2023-09-13 03:16:24 +02:00
editing.h Add editing mode to select marker click behavior 2023-09-13 03:16:24 +02:00
editor_actions.cc move MIDI note draw actions from Editor tab to MIDI tab, and rename 2023-09-22 22:45:28 -06:00
editor_audio_import.cc region groups: some actions must retain a group-id for the life of the op 2023-08-10 16:55:25 +02:00
editor_audiotrack.cc
editor_canvas_events.cc Snap cursor for section_rect ctx menu, just like popup_ruler_menu 2023-09-15 14:49:33 +02:00
editor_canvas.cc fix redisplay of track headers after UI scale change 2023-09-10 18:20:35 -06:00
editor_component.cc
editor_component.h
editor_cursors.cc editor cursors: fix position computation 2023-09-15 17:34:30 -06:00
editor_cursors.h
editor_drag.cc Add editing mode to select marker click behavior 2023-09-13 03:16:24 +02:00
editor_drag.h
editor_export_audio.cc
editor_group_tabs.cc
editor_group_tabs.h
editor_items.h remove tempo-mapping bar, tempo_meta group. this reverts 8fbf2c and related 2023-09-06 19:31:00 +02:00
editor_keys.cc
editor_locations.cc
editor_locations.h
editor_markers.cc Remove marker 'Hide' item from context menu. 2023-09-14 23:12:50 +02:00
editor_mixer.cc
editor_mouse.cc do not grab magic widget focus for MIDI editing purposes 2023-09-24 15:01:04 -06:00
editor_ops.cc change API of Editor::get_quantize_op() and fix flaky UX when using quantize-notes 2023-09-24 15:01:04 -06:00
editor_pt_import.cc
editor_regions.cc
editor_regions.h
editor_route_groups.cc
editor_route_groups.h
editor_routes.cc
editor_routes.h
editor_rulers.cc Set the default ruler visibility based on the new session's time domain 2023-09-14 23:13:08 +02:00
editor_section_box.cc Indicate arrangement section selection on canvas 2023-09-08 03:26:00 +02:00
editor_section_box.h Indicate arrangement section selection on canvas 2023-09-08 03:26:00 +02:00
editor_sections.cc Arrangement Ruler: overhaul context menu, do not select on RMB 2023-09-12 05:39:02 +02:00
editor_sections.h Arrangement Ruler: overhaul context menu, do not select on RMB 2023-09-12 05:39:02 +02:00
editor_selection.cc Indicate arrangement section selection on canvas 2023-09-08 03:26:00 +02:00
editor_snapshots.cc
editor_snapshots.h
editor_sources.cc
editor_sources.h
editor_summary.cc
editor_summary.h
editor_tempodisplay.cc fix incorrect design of abort-tempo-map-edit operation 2023-09-11 10:26:54 -06:00
editor_timefx.cc
editor_videotimeline.cc
editor_xpms
editor.cc Stretch Markers -> Adjust Markers 2023-09-15 18:05:14 -05:00
editor.h change API of Editor::get_quantize_op() and fix flaky UX when using quantize-notes 2023-09-24 15:01:04 -06:00
engine_dialog.cc Add workaround for blank engine-dialog with some XWayland installs 2023-08-22 20:57:43 +02:00
engine_dialog.h
enums_convert.h
enums.cc Add editing mode to select marker click behavior 2023-09-13 03:16:24 +02:00
enums.h
evtest.cc
export_analysis_graphs.cc
export_analysis_graphs.h
export_channel_selector.cc
export_channel_selector.h
export_dialog.cc
export_dialog.h
export_file_notebook.cc
export_file_notebook.h
export_filename_selector.cc
export_filename_selector.h
export_format_dialog.cc
export_format_dialog.h
export_format_selector.cc
export_format_selector.h
export_preset_selector.cc
export_preset_selector.h
export_report.cc
export_report.h
export_timespan_selector.cc
export_timespan_selector.h
export_video_dialog.cc
export_video_dialog.h
fft_graph.cc
fft_graph.h
fft_result.cc
fft_result.h
fft.cc
fft.h
fitted_canvas_widget.cc
fitted_canvas_widget.h
fix_carbon.h
floating_text_entry.cc
floating_text_entry.h
foldback_strip.cc
foldback_strip.h
gain_meter.cc adjust GainMeter* API and design to handle stripables, not just routes for selection/group behavior 2023-07-31 21:12:00 -06:00
gain_meter.h adjust GainMeter* API and design to handle stripables, not just routes for selection/group behavior 2023-07-31 21:12:00 -06:00
generic_pluginui.cc use new user-immediate API in GUI 2023-09-13 23:58:31 -06:00
ghostregion.cc fix crash in ghostregions after adding notes but not invalidating optimization iter (#9452) 2023-09-21 16:26:59 -06:00
ghostregion.h
global_port_matrix.cc
global_port_matrix.h
gprofhelper.c
grid_lines.cc
grid_lines.h
group_tabs.cc
group_tabs.h
gui_object.cc
gui_object.h
gui_thread.h
hit.cc
hit.h
idleometer.cc
idleometer.h
input_port_monitor.cc
input_port_monitor.h
insert_remove_time_dialog.cc
insert_remove_time_dialog.h
instrument_selector.cc
instrument_selector.h
interthread_progress_window.cc
interthread_progress_window.h
io_button.cc
io_button.h
io_plugin_window.cc
io_plugin_window.h
io_selector.cc
io_selector.h
item_counts.h
keyboard.cc
keyboard.h
keyeditor.cc
keyeditor.h
latency_gui.cc
latency_gui.h
led.cc
led.h
level_meter.cc
level_meter.h
library_download_dialog.cc
library_download_dialog.h
linux_vst_gui_support.cc
location_ui.cc Use "Arrangement" in GUI instead of Section (amend 2f6a0abf) 2023-08-31 05:29:29 +02:00
location_ui.h Update Location UI to include section marker flags 2023-08-26 15:10:40 +02:00
loudness_dialog.cc
loudness_dialog.h
loudness_settings.cc
loudness_settings.h
lua_script_manager.cc
lua_script_manager.h
luadialog.cc
luadialog.h
luadoc.cc
luainstance.cc Add missing Lua bindings (UIConfig get/set) 2023-09-22 17:40:42 +02:00
luainstance.h
luasignal_syms.h
luasignal.h
luawindow.cc
luawindow.h
lv2_external_ui.h
lv2_plugin_ui.cc
lv2_plugin_ui.h
lxvst_plugin_ui.cc
lxvst_plugin_ui.h
mac_vst_plugin_ui.h
mac_vst_plugin_ui.mm
main_clock.cc
main_clock.h
main.cc
marker_selection.h
marker.cc temporal: avoid using superclock in Editor::initialize_canvas before creating the session 2023-09-20 12:30:53 -06:00
marker.h remove tempo-mapping bar, tempo_meta group. this reverts 8fbf2c and related 2023-09-06 19:31:00 +02:00
meter_patterns.cc
meter_patterns.h
meter_strip.cc widgets & GUI: Start/StopGesture signals should pass on GDK event state 2023-07-26 13:11:52 -06:00
meter_strip.h widgets & GUI: Start/StopGesture signals should pass on GDK event state 2023-07-26 13:11:52 -06:00
meterbridge.cc
meterbridge.h
midi_automation_line.cc
midi_automation_line.h
midi_channel_dialog.cc
midi_channel_dialog.h
midi_channel_selector.cc
midi_channel_selector.h
midi_clip_editor.cc
midi_clip_editor.h
midi_cut_buffer.cc objects don't have a time domain, they have a time domain provider (GUI) 2023-08-02 15:22:52 -06:00
midi_cut_buffer.h
midi_export_dialog.cc
midi_export_dialog.h
midi_list_editor.cc NO-OP: clang-format 2023-09-24 14:25:14 +02:00
midi_list_editor.h Add missing #include for NoteType 2023-09-24 14:27:29 +02:00
midi_region_operations_box.cc
midi_region_operations_box.h
midi_region_properties_box.cc
midi_region_properties_box.h
midi_region_view.cc midi display: ensure that lollipops are visible right after import 2023-09-24 18:38:20 -06:00
midi_region_view.h midi display: ensure that lollipops are visible right after import 2023-09-24 18:38:20 -06:00
midi_selection.cc
midi_selection.h
midi_streamview.cc fix semi-random MIDI note separator line vanishing 2023-09-11 14:04:59 -06:00
midi_streamview.h
midi_time_axis.cc when the "draw channel" is set to auto, consider the midnam display channel 2023-09-13 23:58:31 -06:00
midi_time_axis.h only show scroomer note names in draw/internal edit modes (if at all) 2023-09-13 11:53:18 -06:00
midi_tracer.cc
midi_tracer.h
midi_trigger_properties_box.cc
midi_trigger_properties_box.h
midi_util.h
midi_velocity_dialog.cc
midi_velocity_dialog.h
mini_timeline.cc
mini_timeline.h
missing_file_dialog.cc
missing_file_dialog.h
missing_filesource_dialog.cc
missing_filesource_dialog.h
missing_plugin_dialog.cc
missing_plugin_dialog.h
mixer_group_tabs.cc
mixer_group_tabs.h
mixer_strip.cc use identical logic for gain/trim controls as others when it comes to group/select stuff 2023-07-31 18:31:03 -06:00
mixer_strip.h allow selection-as-group control of trim controls 2023-07-27 13:30:50 -06:00
mixer_ui.cc objects don't have a time domain, they have a time domain provider (GUI) 2023-08-02 15:22:52 -06:00
mixer_ui.h
mixer.bindings
monitor_section.cc
monitor_section.h
monitor.bindings
mono_panner_editor.cc
mono_panner_editor.h
mono_panner.cc
mono_panner.h
mouse_cursors.cc
mouse_cursors.h
multi_region_properties_box.cc
multi_region_properties_box.h
nag.cc
nag.h
new_plugin_preset_dialog.cc
new_plugin_preset_dialog.h
new_user_wizard.cc
new_user_wizard.h
normalize_dialog.cc
normalize_dialog.h
note_base.cc
note_base.h
note_player.cc
note_player.h
note_select_dialog.cc
note_select_dialog.h
note.cc
note.h
nsm.cc
nsm.h
nsmclient.cc
nsmclient.h
option_editor.cc
option_editor.h
opts.cc
opts.h
panner2d.cc
panner2d.h
panner_editor.cc
panner_editor.h
panner_interface.cc
panner_interface.h
panner_ui.cc
panner_ui.h
paste_context.h
patch_change_dialog.cc
patch_change_dialog.h
patch_change_widget.cc
patch_change_widget.h
patch_change.cc
patch_change.h
piano_key_bindings.cc
piano_key_bindings.h
piano_roll_header.cc make piano-keyboard colors theme-able 2023-09-15 17:40:56 -05:00
piano_roll_header.h make piano-keyboard colors theme-able 2023-09-15 17:40:56 -05:00
pianokeyboard.cc
pianokeyboard.h
pingback.cc
pingback.h
playlist_selection.h
playlist_selector.cc
playlist_selector.h
plugin_display.cc
plugin_display.h
plugin_dspload_ui.cc
plugin_dspload_ui.h
plugin_dspload_window.cc
plugin_dspload_window.h
plugin_eq_gui.cc
plugin_eq_gui.h
plugin_interest.h
plugin_manager_ui.cc
plugin_manager_ui.h
plugin_pin_dialog.cc
plugin_pin_dialog.h
plugin_presets_ui.cc
plugin_presets_ui.h
plugin_scan_dialog.cc
plugin_scan_dialog.h
plugin_selector.cc
plugin_selector.h
plugin_setup_dialog.cc
plugin_setup_dialog.h
plugin_ui.cc
plugin_ui.h
plugin_utils.h
point_selection.h
port_group.cc PortGroup: fix missing "_" in "Tracks" 2023-09-23 14:10:54 +02:00
port_group.h
port_insert_ui.cc
port_insert_ui.h
port_matrix_body.cc
port_matrix_body.h
port_matrix_column_labels.cc
port_matrix_column_labels.h
port_matrix_component.cc
port_matrix_component.h
port_matrix_grid.cc
port_matrix_grid.h
port_matrix_labels.cc
port_matrix_labels.h
port_matrix_row_labels.cc
port_matrix_row_labels.h
port_matrix_types.h
port_matrix.cc
port_matrix.h
preference-metadata add a few new configuration params/preferences to the metadata list 2023-09-24 07:52:18 -06:00
processor_box.bindings
processor_box.cc objects don't have a time domain, they have a time domain provider (GUI) 2023-08-02 15:22:52 -06:00
processor_box.h widgets & GUI: Start/StopGesture signals should pass on GDK event state 2023-07-26 13:11:52 -06:00
processor_selection.cc
processor_selection.h
progress_reporter.cc
progress_reporter.h
pt_import_selector.cc
pt_import_selector.h
public_editor.cc
public_editor.h change API of Editor::get_quantize_op() and fix flaky UX when using quantize-notes 2023-09-24 15:01:04 -06:00
quantize_dialog.cc Adjust interpretation of swing amount 2023-09-09 20:06:37 +09:00
quantize_dialog.h
rc_option_editor.cc remove snap-to-grid option (subsumed by SnapTarget preference) 2023-09-11 12:18:16 -05:00
rc_option_editor.h
rec_info_box.cc
rec_info_box.h
recorder_group_tabs.cc
recorder_group_tabs.h
recorder_ui.cc
recorder_ui.h
region_editor.cc region property editor uses clock mode based on region time domain 2023-08-02 15:23:42 -06:00
region_editor.h
region_gain_line.cc
region_gain_line.h
region_layering_order_editor.cc
region_layering_order_editor.h
region_list_base.cc Move format_position to utils 2023-08-26 14:06:33 +02:00
region_list_base.h Move format_position to utils 2023-08-26 14:06:33 +02:00
region_peak_cursor.cc
region_peak_cursor.h
region_properties_box.cc
region_properties_box.h
region_selection.cc Emit selection RegionsChanged when region is removed 2023-09-10 15:25:12 +02:00
region_selection.h Emit selection RegionsChanged when region is removed 2023-09-10 15:25:12 +02:00
region_view.cc
region_view.h
return_ui.cc adjust GainMeter* API and design to handle stripables, not just routes for selection/group behavior 2023-07-31 21:12:00 -06:00
return_ui.h
rgb_macros.h
rhythm_ferret.cc
rhythm_ferret.h
route_dialogs.h
route_group_dialog.cc
route_group_dialog.h
route_group_menu.cc
route_group_menu.h
route_list_base.cc
route_list_base.h
route_params_ui.cc
route_params_ui.h
route_processor_selection.cc
route_processor_selection.h
route_sorter.h
route_time_axis.cc remove time domain items from track header menu (reason in comment) 2023-08-02 15:23:43 -06:00
route_time_axis.h
route_ui_selection.h
route_ui.cc gui support for changing tracks' time domain 2023-08-02 15:23:42 -06:00
route_ui.h gui support for changing tracks' time domain 2023-08-02 15:23:42 -06:00
ruler_dialog.cc arrangement ruler: move arrangement ruler to the bottom 2023-08-29 23:02:05 -05:00
ruler_dialog.h Add dedicated Section Ruler and UI for section boundary markers 2023-08-26 14:09:53 +02:00
save_as_dialog.cc
save_as_dialog.h
save_template_dialog.cc
save_template_dialog.h
screensaver.cc
script_selector.cc
script_selector.h
search_path_option.cc
search_path_option.h
selectable.h
selection_memento.cc
selection_memento.h
selection_properties_box.cc
selection_properties_box.h
selection_templates.h
selection.cc Emit selection RegionsChanged when region is removed 2023-09-10 15:25:12 +02:00
selection.h
send_ui.cc
send_ui.h
session_archive_dialog.cc
session_archive_dialog.h
session_dialog.cc New Session dialog, reorder folder/timebase options 2023-09-20 00:31:33 +02:00
session_dialog.h Allow user to choose the session time-domain 2023-09-14 23:13:05 +02:00
session_import_dialog.cc
session_import_dialog.h
session_metadata_dialog.cc
session_metadata_dialog.h
session_option_editor.cc hide tracks-follow-session option 2023-08-02 15:23:43 -06:00
session_option_editor.h
sfdb_freesound_mootcher.cc
sfdb_freesound_mootcher.h
sfdb_ui.cc
sfdb_ui.h
shuttle_control.cc
shuttle_control.h
simple_export_dialog.cc
simple_export_dialog.h
simple_progress_dialog.h
slot_properties_box.cc
slot_properties_box.h
soundcloud_export_selector.cc
soundcloud_export_selector.h
source_list_base.cc
source_list_base.h
speaker_dialog.cc
speaker_dialog.h
splash.cc
splash.h
startup_fsm.cc startup: fix use-after free of startup FSM object 2023-09-18 16:27:11 -06:00
startup_fsm.h startup: fix use-after free of startup FSM object 2023-09-18 16:27:11 -06:00
step_editing.bindings
step_editor.cc
step_editor.h
step_entry.cc
step_entry.h
stereo_panner_editor.cc
stereo_panner_editor.h
stereo_panner.cc
stereo_panner.h
streamview.cc
streamview.h
strip_selection.h
strip_silence_dialog.cc
strip_silence_dialog.h
stripable_colorpicker.cc
stripable_colorpicker.h
stripable_time_axis.cc
stripable_time_axis.h
stripable_treemodel.cc
stripable_treemodel.h
sys_ex.cc
sys_ex.h
template_dialog.cc
template_dialog.h
tempo_curve.cc fix height of tempo ruler curve elements 2023-08-31 18:25:18 -06:00
tempo_curve.h fix height of tempo ruler curve elements 2023-08-31 18:25:18 -06:00
tempo_dialog.cc tempo/meter edits: no position fields if marker is part of a BBT marker 2023-08-02 15:23:43 -06:00
tempo_dialog.h tempo/meter edits: no position fields if marker is part of a BBT marker 2023-08-02 15:23:43 -06:00
tempo_lines.cc
tempo_lines.h
tempo_map_change.cc
tempo_map_change.h
time_axis_view_item.cc
time_axis_view_item.h
time_axis_view.cc
time_axis_view.h
time_fx_dialog.cc
time_fx_dialog.h
time_info_box.cc Unconditionally show time-selection in info box with object tool 2023-09-08 03:25:59 +02:00
time_info_box.h
time_selection.cc
time_selection.h
timers.cc
timers.h
toolbar_test.cc
track_record_axis.cc
track_record_axis.h
track_selection.cc
track_selection.h
track_view_list.cc
track_view_list.h
transcode_ffmpeg.cc
transcode_ffmpeg.h
transcode_video_dialog.cc
transcode_video_dialog.h
transform_dialog.cc
transform_dialog.h
transport_control_ui.cc
transport_control_ui.h
transport_control.cc
transport_control.h
transport_masters_dialog.cc
transport_masters_dialog.h
transpose_dialog.cc
transpose_dialog.h
trigger_clip_picker.cc
trigger_clip_picker.h
trigger_jump_dialog.cc
trigger_jump_dialog.h
trigger_master.cc
trigger_master.h
trigger_page.cc
trigger_page.h
trigger_region_list.cc
trigger_region_list.h
trigger_route_list.cc
trigger_route_list.h
trigger_selection.h
trigger_source_list.cc
trigger_source_list.h
trigger_strip.cc
trigger_strip.h
trigger_ui.cc
trigger_ui.h
trigger.bindings
triggerbox_ui.cc
triggerbox_ui.h
ui_config_vars.h remove snap-to-grid option (subsumed by SnapTarget preference) 2023-09-11 12:18:16 -05:00
ui_config.cc
ui_config.h
ui_light.rc.in
utils_videotl.cc
utils_videotl.h
utils.cc NO-OP: clang-format utils.cc 2023-08-26 14:06:33 +02:00
utils.h Move format_position to utils 2023-08-26 14:06:33 +02:00
varispeed_dialog.cc
varispeed_dialog.h
vca_master_strip.cc
vca_master_strip.h
vca_time_axis.cc adjust GainMeter* API and design to handle stripables, not just routes for selection/group behavior 2023-07-31 21:12:00 -06:00
vca_time_axis.h
velocity_ghost_region.cc midi display: ensure that lollipops are visible right after import 2023-09-24 18:38:20 -06:00
velocity_ghost_region.h
verbose_cursor.cc
verbose_cursor.h
video_image_frame.cc
video_image_frame.h
video_monitor.cc
video_monitor.h
video_server_dialog.cc
video_server_dialog.h
video_timeline.cc
video_timeline.h
virtual_keyboard_window.cc Fix #9421: F7 tied to velocity 96 but it was not present in the velocity menu 2023-08-01 22:19:24 +02:00
virtual_keyboard_window.h widgets & GUI: Start/StopGesture signals should pass on GDK event state 2023-07-26 13:11:52 -06:00
visibility_group.cc
visibility_group.h
vst3_hwnd_plugin_ui.cc
vst3_hwnd_plugin_ui.h
vst3_nsview_plugin_ui.h
vst3_nsview_plugin_ui.mm
vst3_plugin_ui.cc
vst3_plugin_ui.h
vst3_x11_plugin_ui.cc
vst3_x11_plugin_ui.h
vst_plugin_ui.cc
vst_plugin_ui.h
vstdbg
window_manager.cc
window_manager.h
windows_vst_plugin_ui.cc
windows_vst_plugin_ui.h
wscript wscript: drop unused path_prefix 2023-09-17 07:34:55 -06:00