9c50e77ddb
Merge branch 'ardour'
2024-06-22 18:06:57 +02:00
bdd6eec95c
Constrain height of group-tab to the editor's height
...
Previously the group-tab extended all the way down to the
last track. Potentially with a widget height of > 2^15 px.
This caused issues with gtk widgets (notably on Windows)
```
unhandled exception (type std::exception) in signal handler:
what: invalid value (typically too big) for the size of the input (surface, pattern, etc.)
```
This also prepares for Mixer Tab-Group to use the same
separation between visible and total extent.
2024-06-22 17:44:20 +02:00
b19654887b
Merge branch 'ardour'
2024-06-21 20:34:38 -06:00
c94ca79798
provide access to the trace parser (if any) for a MidiPort
2024-06-21 20:31:29 -06:00
765a8b3303
Merge branch 'ardour'
2024-06-21 15:47:23 -06:00
df7fe4fb91
MIDI tracer: don't update ports if audio engine is not running when ports_changed() is called
2024-06-21 15:46:59 -06:00
bbcaf617c4
async MIDI ports run output trace parser scanner if there is one
2024-06-21 15:46:59 -06:00
af9472ecb6
fix naming of MIDI scene changes
...
Or at least make the arithmetic precedence clearer
2024-06-21 15:46:59 -06:00
d7f9b659f2
slightly improve mgmt of shared_ptr<MIDISceneChange>
2024-06-21 15:46:59 -06:00
f54fd286ee
MIDI scene changes should use bank 0 if no bank msg has been seen
2024-06-21 15:46:59 -06:00
10cd3c85cd
when delivering a MIDI scene change, ensure trace parser sees the data
2024-06-21 15:46:59 -06:00
0e7a5235e1
MIDI tracer: don't update ports if audio engine is not running when ports_changed() is called
2024-06-21 15:46:22 -06:00
b91e9fbe64
async MIDI ports run output trace parser scanner if there is one
2024-06-21 15:46:22 -06:00
cdab8f950f
fix naming of MIDI scene changes
...
Or at least make the arithmetic precedence clearer
2024-06-21 15:46:22 -06:00
509108f23e
slightly improve mgmt of shared_ptr<MIDISceneChange>
2024-06-21 15:46:22 -06:00
3e5dfe0466
MIDI scene changes should use bank 0 if no bank msg has been seen
2024-06-21 15:46:22 -06:00
c74735ba07
when delivering a MIDI scene change, ensure trace parser sees the data
2024-06-21 15:46:22 -06:00
2a9d60a5c7
provide access to the trace parser (if any) for a MidiPort
2024-06-21 15:46:22 -06:00
44d01f5951
Update coverage frame while timming regions #9725
2024-06-21 17:36:28 +02:00
24f574772e
Hide coverage frame when dragging layered region #9725
2024-06-21 17:25:57 +02:00
d71c67ce9c
Merge branch 'ardour'
2024-06-20 22:21:50 +02:00
0e3ed8dbaf
Fix typo in tooltip
...
thanks to SpotlightKid
2024-06-20 19:46:22 +02:00
a0da78d8c5
VST3: do not expose hidden parameters as automatable
2024-06-20 16:32:53 +02:00
3efe7ff056
Special case DPF VST3 MIDI CC Ports (similar to JUCE)
2024-06-20 16:32:31 +02:00
e4c0c3f4b6
Merge branch 'ardour'
2024-06-20 01:19:29 +02:00
d2fdd72bc4
Constrain gain-control range (notably trim)
2024-06-20 01:01:11 +02:00
cce6aba35d
Do not implicitly group trim controls #9724
...
This reverts fe7c36c04b
(more or less)
2024-06-20 00:44:59 +02:00
83486925a9
Merge branch 'ardour'
2024-06-19 21:25:10 +02:00
b35e5f2e23
Place "Lock" dialog in the center of the screen
2024-06-19 21:24:43 +02:00
34eafd4d4e
L: inform UI about virtual_soundcheck on session load/creation
2024-06-18 18:16:17 +02:00
973fe4f3e1
L: set initial fader sensitivity depending on virtual soundcheck mode
2024-06-18 18:12:19 +02:00
ea855220bf
L: Fix Arrangement marker selection
2024-06-18 03:14:02 +02:00
1719ac9db2
Merge branch 'ardour'
2024-06-18 02:59:13 +02:00
7990454c59
Fix range-selection when snapping to sections
...
Previously a range selection was canceled when the range
exactly matched a section, but the Drag was not canceled.
This lead to various issues.
2024-06-17 23:43:18 +02:00
e15c337f57
Fix crash (invalid Track Drag) when starting automation value edit
...
When double-clicking to edit a fader value three button press
events are created:
1. GDK_BUTTON_PRESS
2. GDK_BUTTON_PRESS
3. GDK_2BUTTON_PRESS
The first two start an Editor Drag, which later crashes in
Editor::mid_track_drag() gtk2_ardour/editor.cc:7067
2024-06-17 19:55:08 +02:00
c6c980c5a5
Try search-path when updating action scripts
...
When scripts are bundled the absolute path will
change with every version.
2024-06-17 16:22:52 +02:00
029b2e4b47
Allow deleting templates from context-menu in session dialog
2024-06-16 19:14:53 -05:00
51471138d7
L: add actions for ruler visibility (fixes log message on context menu show)
2024-06-16 08:15:13 -05:00
3c8a087e79
L: remove CD markers from show-marker menu
2024-06-16 08:14:43 -05:00
c05d779274
L: add meterbridge to window menu
2024-06-16 07:57:19 -05:00
b4b9d93fbe
L: do not warn about missing Metronome in session state
2024-06-16 04:19:37 +02:00
6b0bcb341d
L: rename +Sec -> +Section
2024-06-15 17:00:08 -05:00
cf89326522
L: remove redundant or impossible meter points in meter context menu
2024-06-15 17:00:08 -05:00
62573f253d
L: hide region sync-clock in region properties dialog
2024-06-15 17:00:08 -05:00
1e5a5b6b4f
do not have MIDI input follow selection when recording
2024-06-15 14:01:36 -06:00
e6a0a8d4bc
L: fix adding direct outs to busses (master)
2024-06-15 18:47:34 +02:00
51d182b7c3
Merge branch 'ardour'
2024-06-15 16:35:06 +02:00
0847dc8a37
when disconnecting a MIDI port for follows-selection, get ALL connections
...
without the 3rd argument, we only get information about ports that we own.
2024-06-14 22:17:41 -06:00
cf58a157e3
extend PortManager API to include 3rd argument used by backend get_connections()
...
Value is defaulted so this does not change behavior at all
2024-06-14 22:17:30 -06:00
7982d69cb3
no need to set up midi input enable button for every ::set_route()
...
And additionally, do not pack it into the same container over and over, since that
generates gtk error messages
2024-06-14 22:17:22 -06:00