Commit Graph

13141 Commits

Author SHA1 Message Date
Ben Loftis 24b18c889b allow SurroundReturn to publish the number of channels in use 2024-03-06 18:34:33 -06:00
Robin Gareus 42dc033636
Vapor: work-around stem export alignment
This is a somewhat fragile solution to ensure that
processor reset happens in the same cycle in which
the actual data arrives at the start of the cycle.
2024-03-07 01:28:22 +01:00
Robin Gareus 77e7470270
Vapor: handle export abort 2024-03-06 18:35:08 +01:00
Robin Gareus 922ad14217
Gap-less overwrite_existing_audio
AudioPlaylist::read first clears the buffer passed to it, in
order to sum all layered regions into the buffer.

This cleared data in the ringbuffer that is concurrently being
used for playback.
2024-03-06 02:33:39 +01:00
Robin Gareus 6df34a307d
Match surround panner automation line convention
move to the left -> automation line moves upwards
move to the front -> automation line moves upwards
2024-03-05 14:59:26 +01:00
Robin Gareus 53b951f6a9
Vapor: Properly name sync&aling API 2024-03-04 16:53:33 +01:00
Robin Gareus 37d130f6e1
Fix Aux-send gain automation latency compensation 2024-03-03 01:08:07 +01:00
Robin Gareus 8d0704dda2
Vapor: add option to sync processing to a 512 sample cycle 2024-02-27 23:16:54 +01:00
Robin Gareus 734d365949
Add additional Lua bindings for interpolation 2024-02-27 17:05:10 +01:00
Robin Gareus 301d2954c5
Vapor: pass program meta-data to plugin 2024-02-27 00:01:49 +01:00
Robin Gareus 4acd0e9f29
Vapor: add API to query channel count 2024-02-26 22:15:05 +01:00
Robin Gareus 305b2778b4
Vapor: parse and use additional meta-data from adm 2024-02-25 17:43:56 +01:00
Robin Gareus 4bd2de2f72
Vapor: prepare for additional meta-data 2024-02-25 16:26:15 +01:00
Robin Gareus 22094c6caa Vapor: expose Apple Spatial Mixer contols (via Lua) 2024-02-24 19:47:56 +01:00
Robin Gareus 61c6d2bfa1
Vapor: add channel/object-ID map 2024-02-24 00:42:47 +01:00
Robin Gareus 45a7719ede
Vapor: simply ADM meta-data passing, pass reference file 2024-02-23 17:03:41 +01:00
Robin Gareus 22fef5ab2b
Vapor/LV2: API to pass options to exporter 2024-02-23 15:51:47 +01:00
Robin Gareus 3f7c98e2db
Vapor: add API used to set ADM meta-data 2024-02-22 01:55:05 +01:00
Robin Gareus 7dc1fbab5a
Add Lua API to conveniently set automation data 2024-02-21 19:38:51 +01:00
Robin Gareus 8b0b316565
Update unversal legal path rule for windows 2024-02-21 13:51:40 +01:00
Robin Gareus 3efaf60de1
Vapor: fix automation evaluation 2024-02-21 02:49:58 +01:00
David Runge f331ce7252
Add missing include for iostream, needed for taglib >= 2
Signed-off-by: David Runge <dave@sleepmap.de>
2024-02-20 16:38:37 +01:00
Robin Gareus 0e6e56d420
Backport debian's fix-armel patch
Running Ardour on 32 bit ARM without hardware floating point
unit may be considered civil disobedience. But we understand that
it is incumbent on the young to disobey :)
2024-02-18 20:47:51 +01:00
Robin Gareus d423810784
Update CC defaults to be more in line with MIDI specs (#9634)
Note: parts of this commit accidentally made it in the previous
one (9386847cc9)
2024-02-18 18:44:32 +01:00
Robin Gareus 9386847cc9
Fix ACE Compressor inplace processing #9636 2024-02-18 18:19:35 +01:00
Robin Gareus b6cfd4164b
Expose Lua bindings to Ardour's CoreSelection 2024-02-17 15:02:25 +01:00
Robin Gareus 35686baa2b
Potential fix for taglib v2.0 crashes when exporting wav
Note that taglib's documentation states that ID3v2Tag()
always returns a valid pointer regardless of whether or not
the file on disk has an ID3v2 tag.
2024-02-17 00:50:54 +01:00
Robin Gareus 20d813cd17
Enable SurroundSend Mute point when loading old sessions 2024-02-16 00:04:23 +01:00
Robin Gareus 36cd1f796f
Define AAF file extension 2024-02-15 01:44:34 +01:00
Robin Gareus 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
Robin Gareus 64a6fddbea
Vapor: fix SpatializationAlgorithm constant 2024-02-13 17:59:07 +01:00
Robin Gareus ef81f3163d
Vapor: improve backwards compat of Apple renderer
replace constants only available >= macOS 11.0
2024-02-13 06:29:56 +01:00
Robin Gareus e13047a769
NO-OP: clang-format 2024-02-13 05:00:16 +01:00
Robin Gareus 03ea0c8080
Vapor: improve backwards compat of Apple renderer 2024-02-13 04:53:51 +01:00
Robin Gareus c6d0064e09
Vapor: relax Apple Binaural Renderer detection 2024-02-13 04:35:45 +01:00
Robin Gareus 0c96c12a50 Vapor: Implement Apple Binaural Renderer 2024-02-13 02:07:43 +01:00
Robin Gareus 4fdf5b2967
Vapor: re-send pan positions at export start 2024-02-12 20:49:13 +01:00
Martin Vlk d84363329b Czech translation updates. 2024-02-03 21:12:02 +01:00
Robin Gareus 05ffd4821e
Add Surround Send Enable Grouping 2024-01-30 23:58:40 +01:00
Robin Gareus 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
Robin Gareus 11e508cbe6
Vapor: sync automation state of multi-channel surround pans 2024-01-29 22:24:43 +01:00
Robin Gareus 2579bb6dd4
Vapor: hide surround pan controls when removing channel(s) 2024-01-29 22:24:39 +01:00
Robin Gareus 21c3c865d3
Vapor: link stereo surround pan automation visibility 2024-01-29 22:24:29 +01:00
Robin Gareus fc9ac6a13c
Fix linux/clang builds (incomplete forward declared type) 2024-01-29 14:56:40 +01:00
Robin Gareus 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
Ben Loftis cefab85dab Srnd: continuously run lufs_meter, so momentary loudness meter can be 'live' 2024-01-21 10:58:47 -06:00
Ben Loftis 22b7a07526 Srnd: expose the momentary loudness value in addtion to integrated loudness 2024-01-21 10:58:38 -06:00
Nil Geisweiller dfc1cd94df
Fix Legatize::operator() by not removing 1 tick 2024-01-19 23:57:53 +01:00
Robin Gareus 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