Files
ardour/libs
Robin Gareus cb64c9a9c1 Update action state when watched controllable changes
This fixes bug, when a button has both a controllable and
a toggle action assigned. Previously only the visual state
was updated.  e.g. monitor section mute button.

When "cut all" was toggled (e.g. Control surface, or a Lua script:
`Session:monitor_out():monitor_control():set_cut_all(true)`,

The action state itself remained unchanged. Also the button
in the application remained unchanged since that button does
not :watch() the controllable.
2025-09-24 17:11:59 +02:00
..
2025-02-01 11:30:14 +01:00
2025-06-12 02:25:43 +02:00
2025-08-19 14:20:39 +02:00