Commit Graph

20944 Commits

Author SHA1 Message Date
a5f4bf39d1
Update libAAF (upstream v0.6-45-g9171e40) 2024-02-15 01:44:35 +01:00
36cd1f796f
Define AAF file extension 2024-02-15 01:44:34 +01:00
b36323688a
Allow create Sessions with a specific sample-rate
This is in preparation to create sessions from AAF which may
have a sample-rate other than the running engine.
2024-02-15 01:44:31 +01:00
Edgar Aichinger
7ee7cf5f4e correct a few escape character errors in german (gtk2_ardour) and czech
(libs/ardour) translation strings, fixes .mo generation
2024-02-14 11:50:27 +01:00
64a6fddbea
Vapor: fix SpatializationAlgorithm constant 2024-02-13 17:59:07 +01:00
ef81f3163d
Vapor: improve backwards compat of Apple renderer
replace constants only available >= macOS 11.0
2024-02-13 06:29:56 +01:00
e13047a769
NO-OP: clang-format 2024-02-13 05:00:16 +01:00
03ea0c8080
Vapor: improve backwards compat of Apple renderer 2024-02-13 04:53:51 +01:00
c6d0064e09
Vapor: relax Apple Binaural Renderer detection 2024-02-13 04:35:45 +01:00
0c96c12a50 Vapor: Implement Apple Binaural Renderer 2024-02-13 02:07:43 +01:00
4fdf5b2967
Vapor: re-send pan positions at export start 2024-02-12 20:49:13 +01:00
e2cdb3f5d8
Dummy Backend: allow testing with some prime buffersizes 2024-02-12 14:07:59 +01:00
Martin Vlk
d84363329b Czech translation updates. 2024-02-03 21:12:02 +01:00
c628099814 launchpad Mini/X: tweak regex to account for weird cases
IRC user MikeLupe reports a Linux/ALSA system that has ports named

 Launchpad Mini MK3 LPMiniMK3 DA
 Launchpad Mini MK3 LPMiniMK3 MI

(note the truncations). Unclear if this is a failure of some specific
version of ALSA or something unusual about his device, but this
should fix the situation without breaking for anyone else
2024-01-31 17:13:10 -07:00
05ffd4821e
Add Surround Send Enable Grouping 2024-01-30 23:58:40 +01:00
2e00638761
Vapor: add AutomationControl to en/disable surround send
This is in preparation to allow grouping send-enable.
2024-01-30 23:58:36 +01:00
11e508cbe6
Vapor: sync automation state of multi-channel surround pans 2024-01-29 22:24:43 +01:00
2579bb6dd4
Vapor: hide surround pan controls when removing channel(s) 2024-01-29 22:24:39 +01:00
21c3c865d3
Vapor: link stereo surround pan automation visibility 2024-01-29 22:24:29 +01:00
fc9ac6a13c
Fix linux/clang builds (incomplete forward declared type) 2024-01-29 14:56:40 +01:00
ddbe15fd03
Fix gdk livelock on Windows when compiled with recent mingw/gcc
recent gcc (>=11) sets _WIN32_WINNT >= 0x602 which changes
QS_ALLINPUT to include (QS_TOUCH | QS_POINTER) events which are
only available on Windows 8 and later. Listening to those events
makes ardour unresponsive.
2024-01-28 21:51:57 +01:00
6e28c43cef
Don't show plugin preset UI for plugins without controls
Notably Ardour's General MIDI Synth has no presets, but
users try.

This also prevents presets of plugins with internal state,
but no user visible controls. But those usually have a plugin
provided presets.
2024-01-28 14:58:55 +01:00
cefab85dab Srnd: continuously run lufs_meter, so momentary loudness meter can be 'live' 2024-01-21 10:58:47 -06:00
22b7a07526 Srnd: expose the momentary loudness value in addtion to integrated loudness 2024-01-21 10:58:38 -06:00
jean-emmanuel
be0e6ac613 ui: fader: use sementically correct color name for fader outline 2024-01-20 15:38:35 +01:00
jean-emmanuel
e4d53629ed ui: meter: use sementically correct color name for meter outline 2024-01-20 15:38:35 +01:00
jean-emmanuel
f8a2c847b5 ui: correctly implement themable button outline color 2024-01-20 15:38:35 +01:00
jean-emmanuel
a5efe1a1ee ui: fader: themable outline color instead of hard-coded black (use same theme color as button outline) 2024-01-20 14:44:30 +01:00
jean-emmanuel
759cee2d32 ui: fastmeter: themable outline color instead of hard coded black (use same theme color as button outline) 2024-01-20 14:44:30 +01:00
jean-emmanuel
08ad1af9dc ui: button: themable outline color instead of hard-coded black 2024-01-20 14:44:30 +01:00
Nil Geisweiller
dfc1cd94df
Fix Legatize::operator() by not removing 1 tick 2024-01-19 23:57:53 +01:00
Nils Philippsen
92e359bf81 Fix libaaf pkgconfig name
Signed-off-by: Nils Philippsen <nils@tiptoe.de>
2024-01-19 23:29:14 +01:00
32eb9b0520
Add API to define related controls
This is intended to show connected controls that share
automaton state, notably pannables
2024-01-19 02:20:48 +01:00
276adf292e
Do not automatically enable surround-send
For Mixbus, the surround-send is not visible.
2024-01-18 21:37:11 +01:00
75e8f58952
Fix muting of monitor section when engaging surround 2024-01-18 20:44:01 +01:00
8ca4c4a255
Fix Windows build (post 356374b)
Multiple definition of `ARDOUR::MPControl<bool>::set_value`
2024-01-18 18:48:16 +01:00
356374bfb3
Vapor: replace output format API with a controllable 2024-01-18 00:18:52 +01:00
1b57838e90
Explicitly catch Glib::ConvertError
Local builds are not affected, since
```
ConvertError is-a Glib::Error is-a Glib::Exception
```

However it seems that rethrowing the ConvertError exception
is not handled correctly with glib/g++ of official builds:

https://discourse.ardour.org/t/crashes-on-cd-export-no-toc-or-cue-files/109771
2024-01-15 16:49:34 +01:00
37e7fe9963
Escape cue cd-text like toc
Really do what 02852c1980 says, which only fixed toc files.
2024-01-15 16:25:25 +01:00
0fd1edd78e
Update well-known ctrl: separate global and per band EQ enum 2024-01-15 15:34:55 +01:00
3fc7db08f0
YTK: do no parse gtkrc and theme files 2024-01-14 20:28:43 +01:00
a3cd791166
Amend bfb22e2acc, fix generic MIDI signal connection 2024-01-13 18:50:26 +01:00
bfb22e2acc
Ctrl Surfaces: update bound controllables
Note: this only affects surfaces that use mapped_controls, and do
not already subscribe to processors_changed/RouteProcessorChange signal.
2024-01-13 17:14:17 +01:00
c3ec93997c
Remove old well-known ctrls API 2024-01-13 04:06:29 +01:00
048c574b07
Amend 70a0b47ce (add missing file) 2024-01-13 03:59:37 +01:00
70a0b47cef
Update Ctrl Surfaces: use new well-known-ctrl API 2024-01-13 03:08:51 +01:00
a7e36f77ac
Add enum-based well-known-ctrl API 2024-01-13 03:03:25 +01:00
12002e1dc0
FP8: only use visible channelstrip plugins
This is in preparation for multiple Mixbus channelstrip
Plugins.
2024-01-13 03:01:40 +01:00
4a9b2cd014
Vapor: set surround bus channel names 2024-01-11 06:47:13 +01:00
3c5f9f1450
Add API to set custom IO port channel names 2024-01-11 06:47:06 +01:00