13
0
Commit Graph

17319 Commits

Author SHA1 Message Date
80c3bd15e6 revert "show send" changes to mixer strip 2024-05-15 16:11:32 -06:00
b3a2745227
Merge branch 'ardour' 2024-05-15 17:03:28 +02:00
agfline
fc1377ae46
AAF: set session name from AAF filename instead of AAF composition name
https://github.com/agfline/LibAAF/issues/5#issuecomment-1952193515
2024-05-15 04:51:36 +02:00
7b75748299
Revert "As we've yet to implement user options, let's prefer AAF filenames rather than extracting an internal Comp name"
This reverts commit 2e55f4452f.
2024-05-15 04:49:43 +02:00
8920670f67
Merge branch 'ardour' 2024-05-14 23:59:02 +02:00
dad32d8b11
Clean up slider-controller includes 2024-05-14 23:41:51 +02:00
b1f4ef85c2
Merge branch 'ardour' 2024-05-14 20:36:58 +02:00
5b02561573
Fix MIDI Tracer (print polypress value) 2024-05-14 17:20:01 +02:00
f9cb8877dd L: add a divider between the transport toolbar and meters 2024-05-13 19:06:33 -05:00
f5569321d8 L: remove vestigial frame around mixer section 2024-05-13 19:06:33 -05:00
6fe689098b
Merge branch 'ardour' 2024-05-13 23:12:03 +02:00
caae3501ec
TransportMasterWidget may not have a session
Other parts in this dialog already test for session == nullptr.
This can happen in the Preferences, when switching a timecode
master w/o a session (not possible in Ardour, but some derivative
project).
2024-05-13 23:11:43 +02:00
c65c63137e
L: fix crash when changing session related prefs
e.g. changing timecode master (prefs dialog has-a
TransportMastersWidget, which requires a session)
2024-05-13 23:09:16 +02:00
c3eb30d96b action group names must not be translatable 2024-05-13 15:08:53 -06:00
df65989cae
Merge branch 'ardour' 2024-05-13 21:55:50 +02:00
6b8018d927
Indicate remaining record time for FLAC with >= 2024-05-13 21:54:18 +02:00
496f23c235
L: add missing show(), amend 73c186070 2024-05-13 20:19:17 +02:00
73c1860704
L: horizontally center meters 2024-05-13 19:41:58 +02:00
b5ec69d50e L: the prefs dialog is a separate window (again) (reverts 69b430) 2024-05-11 07:30:51 -05:00
911fcb8214 L: visibility buttons do not need to be orange 2024-05-11 07:30:51 -05:00
41d2e40fde (backport) allow group tabs to be themeable 2024-05-11 07:30:51 -05:00
25887eaeeb L: yet another packing attempt for timebar header 2024-05-11 07:30:51 -05:00
baa29b8bf1 L: more layout changes 2024-05-10 10:25:50 -05:00
5f0c2a4d32 Merge branch 'ardour' 2024-05-10 08:37:13 -06:00
bf69e367ac revert inadvertently committed change made for debugging. 2024-05-10 08:37:09 -06:00
21f4dce2d9 for DEBUG::Processors, use display_name() not name()
This allows us to differentiate between different instances of the same
type of processor (e.g. Trim vs Fader, which are both of type Amp)
2024-05-10 08:37:09 -06:00
b929e8a4e2 revert inadvertently committed change made for debugging. 2024-05-10 08:35:03 -06:00
edc03002eb for DEBUG::Processors, use display_name() not name()
This allows us to differentiate between different instances of the same
type of processor (e.g. Trim vs Fader, which are both of type Amp)
2024-05-10 08:35:03 -06:00
John Emmas
2e55f4452f As we've yet to implement user options, let's prefer AAF filenames rather than extracting an internal Comp name
This helps to avoid situations where 2 x unrelated AAF imports use the same name internally - and/or they give us meaningless session names like "Untitled.ardour"
2024-05-10 15:07:44 +01:00
0518405432
L: prevent crash at shutdown (amend f74dbbeb25) 2024-05-10 15:12:01 +02:00
19fe832a2c L: move marker buttons into the track-header header 2024-05-09 20:18:09 -05:00
f0311776af L: pack the global track height, solo, and rec-arm in a table 2024-05-09 20:18:09 -05:00
48bbd17af2 L: pad the left and right of the editor and mixer sections 2024-05-09 20:18:09 -05:00
f6ff392501 L: softer theme 2024-05-09 20:18:09 -05:00
87dc8ad37c L: pixel pushing 2024-05-09 20:18:09 -05:00
577640588e L: remove box around meters; replace with drop-shadow separators 2024-05-09 20:18:09 -05:00
e18c194a49 L: tweaks to color theme 2024-05-09 20:18:09 -05:00
65aecb2bcd L: Reset Peaks button action 2024-05-09 20:18:09 -05:00
b3b0d16908
Merge branch 'ardour' 2024-05-09 15:28:09 +02:00
5cfc2a939e
T: reset input meters when there is no recorder UI 2024-05-09 00:08:14 +02:00
c62fbc5c5b
Fix boundary condition first/last marker label length 2024-05-08 19:16:07 +02:00
a0dc432e7a
Fix Marker label ellipsis for concurrent markers
* Sort markers: range-end before range-start
* When two marker have the same position, use distance
  to next marker not on the same position
2024-05-08 19:07:09 +02:00
c710e7c0af
Merge branch 'ardour' 2024-05-08 17:09:23 +02:00
e542a8e0a0
Add action to reset all peak-hold (incl input meters) 2024-05-08 17:09:13 +02:00
e112ef7cc4
Merge branch 'ardour' 2024-05-08 15:12:11 +02:00
3bab92f9a7
Add action to reset all meter peak hold 2024-05-08 15:11:36 +02:00
a76f5db57f L: expose Output button at bottom of master strip (only) 2024-05-07 20:35:36 -05:00
e276fd08fd Merge branch 'ardour' 2024-05-07 17:47:56 -06:00
94e0f2d3cd make dbl-click on mixer strip name button start a rename 2024-05-07 16:58:26 -06:00
7d04a8bdd4 remove redundant button number check 2024-05-07 16:58:26 -06:00