Commit graph

42049 commits

Author SHA1 Message Date
Robin Gareus
ae830cd07d
Remove copy-mixer session utility, superseded by built-in import state 2026-01-25 02:49:19 +01:00
Martin Vlk
faeb56c762 Czech translation updates for v 9.0-rc2 2026-01-24 16:32:22 +01:00
John Emmas
fa977bc54d Fix an issue with commit #192a976cf9 by removing an unneeded environment variable (MSVC builds only)
For a normal Windows build it looks like ARDOUR_DLL_PATH got abandoned quite a long time ago (it's only needed these days by ardev)
2026-01-24 09:52:10 +00:00
Paul Davis
dd823c7b31 NO-OP: braces, please 2026-01-23 15:33:12 -07:00
Robin Gareus
6e64838296
Atomically setup/update bundle list
Previously bundles were added one at a time, each taking a
RCUWriter. This lead to issues when another thread concurrently
reads the list.

This fixes an issue with LiveTrax, auto-connecting the monitor bus.
2026-01-23 23:03:26 +01:00
Robin Gareus
872f6869a7
NO-OP: set spacing only once 2026-01-23 16:03:14 +01:00
Robin Gareus
c50547f0a6
Add Lua bindings for modifier Keys 2026-01-23 03:32:59 +01:00
Robin Gareus
b774b71b8c
Add Lua documentationfor static data 2026-01-23 03:22:45 +01:00
Robin Gareus
d249b5014f
Use proper modifier (amend fb0bb5aafa) 2026-01-23 03:13:20 +01:00
Robin Gareus
6e05ab30fb
Ignore fine-grained modifier when using modified X-axis scroll in the summary 2026-01-23 01:14:50 +01:00
Robin Gareus
8f97ecbc62
No Lua scripts for LiveTrax 2026-01-22 23:45:46 +01:00
Paul Davis
3814840cbc remove debug output 2026-01-22 15:34:55 -07:00
Paul Davis
814f48ef21 tired: while wired: whole inspired: wheel! 2026-01-22 15:14:45 -07:00
Paul Davis
d5e9d888f6 triggerbox: in order to get peakfiles to work, TriggerBox::set_from_path() must create whole-file regions 2026-01-22 15:08:53 -07:00
Robin Gareus
bc6c02e4ea
Fix bashism in 21533227e7 2026-01-22 20:48:17 +01:00
Paul Davis
2766be0846 SMF import: fix behavior when splitting by track & channel 2026-01-22 11:19:36 -07:00
Paul Davis
eafae122ee add missing method to triggerbox 2026-01-22 08:37:24 -07:00
Robin Gareus
21533227e7
Update VBM and LiveTrax packaging, exclude MIDNAM 2026-01-22 00:37:07 +01:00
Paul Davis
d54c8e7fb0 modify 823b088a4 so that the logic to handle scene-switching doesn't touch other cases 2026-01-21 16:34:12 -07:00
Robin Gareus
84428bab62
Fix SNAFU, setting active dropdown item 2026-01-21 23:28:13 +01:00
Todd Naugle
192a976cf9
Fix dll path when running from source with msys
For ardev to work on windows (msys) the enviroment variable for the
DLL path needs to be used.

Without this, ardour fails to find the VST(3) scanner programs.
2026-01-21 21:30:28 +01:00
Paul Davis
823b088a45 triggerbox: when switching between triggers explicitly, don't allow retrigger()
If the currently playing trigger has follow action set to Again, when it stops the previous code state
would cause use to simply retrigger it, causing a lot of things to break. Now, in ::begin_switch() we
set _explicitly_stopped to true, so that ::when_stopped_in_run() can do the right thing and simply
shutdown the trigger completely
2026-01-21 11:15:30 -07:00
Paul Davis
af760070cb triggerbox: add DEBUG_TRACE message to top of ::when_stopped_during_run() 2026-01-21 11:15:30 -07:00
Paul Davis
6fc76e0970 code rearrangement to follow "early return" code style principle 2026-01-21 11:15:30 -07:00
Robin Gareus
01a92de5f8
Remove unused defunct API 2026-01-20 23:30:25 +01:00
Robin Gareus
ec850d9582
Fix loading existing session from running instance 2026-01-20 23:26:32 +01:00
Robin Gareus
3813793ff1
Fix inflating sessions from running instance
When inflating a session from a running instance, not using the
startup FSM, loading the inflated session failed.

set_provided_session() calling
  existing_session_chooser.set_current_folder()
failed (despite the folder existing).
2026-01-20 23:25:02 +01:00
Robin Gareus
bac1d69e56
Properly escape session-loading errors
Previously only the error message was escaped, and some dialogs
were not configured for escaped text.
2026-01-20 21:52:00 +01:00
Paul Davis
5240e3af32 delete route comment editor in RouteUI rather than a delete this lambda
Also, no need to reset the stripable's color picker - the destructors for both color pickers
and comment editors do this themselves
2026-01-20 10:32:08 -07:00
Paul Davis
ed984ec3b2 delete stripable color picker in RouteUI rather than a delete this lambda 2026-01-20 10:22:42 -07:00
Paul Davis
f331a0f940 refactor color dialog code to separate generic from stripable-related 2026-01-20 10:09:46 -07:00
Paul Davis
420c383fd0 route group dialog uses ArdourColorButton (again, sort of) 2026-01-20 09:51:21 -07:00
Paul Davis
01a1829451 PaletteDialog -> ArdourColorDialog; add back ArdourColorButton
This time, the class heirarchy is cleaner: ArdourColorDialog and ArdourColorButton have
nothing to with Stripables
2026-01-20 09:51:00 -07:00
Paul Davis
169e81773c trigger UI uses the palette-bearing ArdourColorDialog 2026-01-20 08:39:59 -07:00
Paul Davis
4aeba817b9 introduce ArdourColorDialog, a Gtk::ColorSelectionDialog with a palette 2026-01-20 08:39:27 -07:00
Paul Davis
e6bf82f37f remove unnecessary #include 2026-01-19 22:00:35 -07:00
Paul Davis
236a9bf73b just delete RouteCommentEditor directly, not via an idle callback
Using an idle callback delays desctruction for too long, and the dangling reference
to a stripable causes havoc
2026-01-19 22:00:04 -07:00
Paul Davis
3f17381d49 just delete StripableColorPicker directly, not via an idle callback
Using an idle callback delays desctruction for too long, and the dangling reference
to a Stripable causes havoc
2026-01-19 21:56:33 -07:00
Paul Davis
72940988d9 remove unnecessary forward declaration 2026-01-19 20:23:30 -07:00
Paul Davis
57ea5acfa0 stripable color picking: stripable has handle to its color picker dialog
This involves multiple interlinked changes:

1. Redesigning StripableColorDialog to:
     a) require a std::shared_ptr<Stripable> at construction
     b) simplify the rest of its API down to just ::popup (Gdk::Window* parent)

2. dropping ArdourColorButton which was only used in the RouteGroupDialog and
served no real purpose since no Stripable was involved (hence, deriving from
StripableColorDialog was pointless)

3. dropping StripableColorDialog members of both RouteUI and the VCA UI
objects.

4. relying on the already-existing Stripable active_color_picker() API to hold
a reference to the dialog, and using that before creating a new one.

THe dialogs will be deleted in a GUI idle callback when the DropReferences signal
is emitted for the Stripable.
2026-01-19 19:52:29 -07:00
Paul Davis
3a649df6b6 routeUI: redesign RouteCommentEditor and its usage
The previous design is broken by the editor mixer strip. If used to open the
comment editor for multiple routes, it would assign its own RouteCommentEditor
as the comment editor for each route.

This new design follows the model used by plugin UIs, in which the libardour
object (here, a Route) itself has a handle on its editor, and we always
look that up before creating a new one.

The new design requires passing a std::shared_ptr<Route> to the comment editor;
the comment editor itself is deleted (in the GUI thread) when the
DropReferences signal is emitted for the Route.

This design continues to meet the original goal of having only a single comment
editor per Route, but in a more correct way than before, and a way that
parallels the handling of plugin UIs.
2026-01-19 19:52:29 -07:00
Paul Davis
60310c485c route: change API to use RouteCommentEditor rather than ArdourWindow
Personally, I'd as soon use void* for these, but we had a GUI type
before so nothing is lost or gained by using a different GUI type
now.
2026-01-19 19:52:29 -07:00
Paul Davis
0705b2e925 route group dialog: use a Gtk::ColorButton not an ArdourColorButton
The latter is about to be removed from the code.
2026-01-19 19:52:29 -07:00
Paul Davis
7118c7de25 triggerUI: just use a Gtk::ColorSelectionDialog for color choice 2026-01-19 19:52:29 -07:00
Robin Gareus
e9ccefea31
Remove cruft, this was superseded by round_robin_palette_color 2026-01-20 03:13:37 +01:00
Robin Gareus
6d654b5ed3
Fix crash when dragging on an empty arrangement TreeView 2026-01-19 20:31:10 +01:00
Paul Davis
551d527dd0 modify unescaped < and > in new MIDNAM file 2026-01-19 09:32:49 -07:00
Robin Gareus
789cab2bb3
Consolidate RegionFX signal emission 2026-01-19 17:17:33 +01:00
Steffen Klein
37e8bf2545 corrected SE-70 Standard after testing 2026-01-19 09:10:15 -07:00
Steffen Klein
4ee93692ed added MIDNAM files for Boss SE-70
2 files, for Standard presets and Guitar presets.
2026-01-19 09:10:15 -07:00