861d297f01
TL: defaults for session config
2024-05-03 15:28:36 -05:00
70dd14bf47
TL: UI config defaults
2024-05-03 15:28:36 -05:00
754942d39b
LT: thin the track-header context menu options
2024-05-03 15:28:36 -05:00
8289d47af6
LT: thin the route-group dialog options
2024-05-03 15:28:36 -05:00
15b2850ca9
LT: thin the mixer-strip (name button) context menu
2024-05-03 15:28:36 -05:00
774638bec9
LT: thin the range-selection context-menu
2024-05-03 15:28:36 -05:00
a6391e175c
Merge branch 'ardour'
2024-05-03 22:19:58 +02:00
jean-emmanuel
4e44f44e71
mixer: use ardour widgets instead of native gtk's for plugin list dropdown and search clear button
2024-05-03 21:19:48 +02:00
Maciej Bliziński
18949a8730
Add a hint about quotes in post-export.
...
When I saw the post-export hint, I thought I needed to quote the arguments. Usually, either you provide a string which will be interpolated by the shell, in which case you need to add quotes, or you build an array of strings, and in this case you don't need to add quotes - but you build an array and not write a command template. Ardour's approach is a departure from this mode, so let's save future people time trying to figure this detail out.
2024-05-03 21:11:34 +02:00
Olivier HUMBERT
68402aae12
Update French translation
2024-05-03 21:09:24 +02:00
Florian Hülsmann
27154d9769
set explicit StartupWMClass for better Linux desktop UX
2024-05-03 21:06:49 +02:00
df4f998231
Arrangement DnD now defaults to move (not copy)
2024-05-03 21:02:20 +02:00
a01c3bf8fb
T: don't expand mixer vertical space
...
needs other window sizing to ensure that the mixer fits
2024-05-03 12:36:41 -06:00
c731fcd0c1
Merge branch 'ardour'
2024-05-03 15:00:01 +02:00
100ee72cec
Fix copying RegionFx Automation
2024-05-03 14:44:49 +02:00
233a82d5f9
Separate xjadeo and harvid packaging (and remove 32c)
...
This is mainly for the benefit of traxlive, which needs
ffmpeg to encode mp3 or import encoded files, without
support for video.
2024-05-03 03:52:57 +02:00
d63bd087fb
L: trax has no video support
2024-05-03 03:28:38 +02:00
39b104d1b6
LT: record in non-layered mode. (still nondestructive tho)
2024-05-02 16:59:52 -05:00
355647d6e3
LT: use verbose text for the track size header
2024-05-02 16:59:52 -05:00
f320428dd8
LT: tweak menu contents
2024-05-02 16:59:52 -05:00
fd6e601cec
LT: add Harrison icon
2024-05-02 16:59:52 -05:00
eeaa77b838
LT: livetracks color ... orange mode
2024-05-02 16:59:52 -05:00
5d7d627ad3
LT: for development purposes, show all prefs using old tabbed interface
2024-05-02 16:59:52 -05:00
f8026fd4bb
LT: omnibus layout changes (top toolbar, preferences, arranger+sidebar)
2024-05-02 16:59:52 -05:00
96eab77aaf
LT: use borderless buttons for editing tools
2024-05-02 16:59:52 -05:00
d2bc83aa8b
LT: livetrax uses the Arrange (section) marker bar, and its own sidebar list
2024-05-02 16:59:52 -05:00
69b43031d6
LT: do not show rc_option_editor window; we will pack it in the main UI
2024-05-02 16:59:52 -05:00
3e0b41fab7
LT: like mixbus, we do not want to color tracks randomly by default
2024-05-02 16:59:52 -05:00
84f6370f32
LT: eschew normal markers for contiguous 'section' markers
2024-05-02 16:59:52 -05:00
14252a1c2c
LT: hide the master bus in the track view
2024-05-02 16:59:52 -05:00
ef6c1ce751
LT: effectivevly disable editor-lists by removing their session connection
2024-05-02 16:59:52 -05:00
6ac945f0e6
LT: expose some dialogs for development purposes
2024-05-02 16:59:52 -05:00
76a8f05954
LT: pack the Master bus on the left side of mixer
2024-05-02 16:59:52 -05:00
ff0a61e871
LT: re-pack mixer strip with name at the top
2024-05-02 16:59:52 -05:00
e6c1f552d0
LT: startup dialog - remove safe-mode and timebase selectors
2024-05-02 16:59:52 -05:00
c052a848e0
LT: use fully saturated waveform colors
2024-05-02 16:59:52 -05:00
015ba3da4e
LT: align meter number with the bottom, where the action is
2024-05-02 16:59:52 -05:00
01c0723e39
LT: allow access to Rec Safe via right-click
2024-05-02 16:59:52 -05:00
db6f251537
Merge branch 'ardour'
2024-05-02 23:33:11 +02:00
37d24eee7d
Flush Audioregion local [fx] cache when changing region gain
2024-05-02 23:04:50 +02:00
18115f5383
Merge branch 'ardour'
2024-05-02 22:16:18 +02:00
8ce80c791d
when capturing a midi pgm change, display the pgm num (for LT)
2024-05-02 13:27:02 -06:00
8841ac03f3
null check for a missing session (for LT)
2024-05-02 13:26:54 -06:00
27e2348b47
when capturing a midi pgm change, display the pgm num (for LT)
2024-05-02 12:43:12 -05:00
a88d430609
null check for a missing session (for LT)
2024-05-02 12:42:23 -05:00
John Emmas
631ee17e34
Modify class ARDOUR::DiskReader because it now includes members declared using 'thread_local'
...
On Windows, variables defined as having thread storage can have a different address in different threads and as such, they aren't allowed to be imported or exported from a DLL.
2024-05-02 10:22:44 +01:00
99e2ac28e1
Update debug message to include regionfx and offset
2024-05-01 22:30:04 +02:00
f355551839
Don't nag Trax users after export
2024-05-01 14:54:31 +02:00
b9da1a5bd5
Expose HW concurrency to LV2 plugins
2024-05-01 03:51:42 +02:00
2ccda116c7
Add preference for I/O thread count
2024-04-30 03:54:57 +02:00