Robin Gareus
c92ebd0277
Update RoutePropertiesBox when immersieve panning changes
2025-09-01 17:07:45 +02:00
Robin Gareus
060462a9f1
Fix struct/class tag mismatch
...
> 'TempoMapScope' defined as a struct here but previously declared
> as a class; this is valid, but may result in linker errors under
> the Microsoft C++ ABI [clang-diagnostic-mismatched-tags]
2025-08-29 17:22:41 +02:00
Robin Gareus
d5170b0025
Use non-modal color dialog for Trigger UI
2025-08-29 03:54:31 +02:00
Robin Gareus
699fc983ae
Use transient parent for color dialog, and position it to pointer
...
This hopefully fixes an odd macOS specific focus issue.
It also moves the dialog to the popup position when
showing the same dialog using the editor-mixer and later
a detached mixer.
2025-08-29 02:50:22 +02:00
Robin Gareus
7a50bc023f
Satisfy nitpicking beta-tester
...
Tooltip order for Record Mode button should match the menu order.
2025-08-28 21:30:47 +02:00
Robin Gareus
556fc8897f
Improve keybinding label consistency
2025-08-28 21:00:04 +02:00
Robin Gareus
a7b07e392e
RTA: allow to remove master
2025-08-28 19:33:54 +02:00
Robin Gareus
51027b9921
Fix application-bar meter and blinking
...
Previously those only worked for the first loaded session.
2025-08-28 18:33:45 +02:00
Robin Gareus
ce70b544b0
RTA: render master-bus first
2025-08-28 18:10:07 +02:00
Paul Davis
3219802c6f
audio clip editor: use refactored region trim handling now in CueEditor
2025-08-27 14:02:49 -06:00
Paul Davis
6187dd35c8
refactor code for region trimming from Pianoroll/MidiView
...
This splits out boundary-dragging things into boundary.{cc,h} and the rest
into CueEditor
2025-08-27 14:02:49 -06:00
Robin Gareus
cd9fe29347
One less debug message
2025-08-27 15:58:53 +02:00
Robin Gareus
878d10ef02
Trigger Page: consistent selection property box layout
...
This also fix Trigger page property box content not showing
(due to Frame size being under-allocated)
2025-08-27 15:23:28 +02:00
Robin Gareus
9ac66b3d86
Another safeguard against pianoroll timer issues
2025-08-27 15:11:18 +02:00
Robin Gareus
a8092c1782
Frame: only warn when allocation is smaller than requested size
...
When using Gtk Box packing and the box has a border-width set
the child widget may get an allocation that is less that than
the requested size.
2025-08-27 15:10:53 +02:00
Robin Gareus
385ff3b3e2
Another fix for pianoroll use-after-free
...
`SessionHandleRef::session_going_away` sets `session = 0;`
the timer needs to be disconnected before then.
2025-08-27 13:49:57 +02:00
Robin Gareus
a4e9b242e8
Potential fix for AAF region gain
2025-08-27 13:19:05 +02:00
Robin Gareus
f8377cf3b0
Fix Application bar tooltips
...
Tooltips depend actions for a given butten (if any).
A later call to set_related_action() will break tooltips
for a given widget.
2025-08-27 12:45:30 +02:00
Franke Burgarino
9fd131fbaa
MCU: fix banking in the plugin subview
...
the addition of the current bank to the global strip position was just
causing the vpots to be off by the bank number, so past bank 1 the pots
were tied to the wrong plugins
2025-08-26 17:37:25 -05:00
Franke Burgarino
b501ae855d
MCU: remove vpot control in plugin subview
...
when switching to the plugin subview, vpots were still attached to
pan controls
2025-08-26 17:37:25 -05:00
Franke Burgarino
92727dccc3
MCU: fix plugin subview crash
...
fixed a crash that occurred when attempting to vselect an empty pot
in the plugin subview
2025-08-26 17:37:25 -05:00
Franke Burgarino
2ecd265daa
MCU: clear pot LEDs when pot is empty
2025-08-26 17:37:25 -05:00
Robin Gareus
4885d7f073
RTA: fix potential invalidated iterator when clearing RTA
2025-08-26 18:11:42 +02:00
Paul Davis
3c238e26b6
fix kbd-editing of automation point values by allowing full range
2025-08-25 20:50:01 -06:00
Robin Gareus
89c4fdc186
VST3: implement host/global IContextInfoProvider
...
This should fix crashes at instantiating sonible VST3
plugins.
2025-08-25 22:34:20 +02:00
Robin Gareus
0d03390976
VST3: Ardour enumerates Tracks/Busses by type
...
e.g. Track 1, Bus 1
2025-08-25 22:23:22 +02:00
Robin Gareus
e6dd5512b6
VST3: fix debug message
2025-08-25 22:23:21 +02:00
Franke Burgarino
9bc35232b3
MCU: update pot LEDs when switching to the track/pan subview
2025-08-25 15:06:02 -05:00
Paul Davis
7b1b1bac73
if visible note range is set to 1 note, treat just like any other range < 12
2025-08-25 13:41:29 -06:00
Paul Davis
61a766fece
don't try to reset visible MIDI note range directly when adding a note
...
This method is only used for GUI interaction, so the note must already be in the visible
note range
2025-08-25 13:39:54 -06:00
Robin Gareus
5e706c4fd4
Remove debug message
2025-08-25 01:08:55 +02:00
Paul Davis
540f0b1f61
pianoroll's have nothing (?) to do when a region's length changes
...
In particular, they should not call ::set_region() again to try to make something
happen
2025-08-24 16:30:19 -06:00
Paul Davis
01000ab6c9
do not short-circuit CueEditor::set_region() if used with the current region
...
This stops us from failing to calling unset(), which was resulting in a pianoroll
being over-connected to a region's property change signal.
Also, EC_LOCAL_TEMPO_SCOPE is inappropriate in a method that will
call set_local_tempo_map()
2025-08-24 16:28:56 -06:00
Paul Davis
ab588efd8c
remove debug message
2025-08-24 16:25:10 -06:00
Paul Davis
20a19e3a99
automation kbd-editing on single points ONLY
2025-08-24 11:55:06 -06:00
Robin Gareus
e5e9229eb2
Allow numeric entry with "shift" when using dbl-click to reset
2025-08-24 17:02:57 +02:00
Robin Gareus
4e78f25149
Don't update bottom attachment when it's not visible
2025-08-24 15:09:08 +02:00
Robin Gareus
32325e84d7
Allow clearing RoutePropertiesBox
2025-08-24 15:09:08 +02:00
Robin Gareus
cca8de9d6c
Make keyboard shortcuts work in RTA Window
2025-08-24 15:09:08 +02:00
Paul Davis
e684fb4eaf
use Session::request_locate() fully, to avoid 2nd session transport request
2025-08-23 22:35:16 -06:00
Paul Davis
12aeeade3c
make pianoroll update happen on same timer as main editor playhead
2025-08-23 22:35:16 -06:00
Paul Davis
d20987aba4
get playhead on timeline and in pianorolls to be in sync
...
We have to convert from audible sample to beats using the global tempo map, then
back to samples using the local tempo map
2025-08-23 22:35:16 -06:00
Paul Davis
7dadddb3dc
temporal: provide TempoMap::global_fetch()
...
This always returns a shared ptr to the global tempo map, without setting the
thread-local pointer
2025-08-23 22:35:16 -06:00
Daniel Appelt
4b5a55546a
Add example Lua script to set color transparency
2025-08-24 00:58:31 +02:00
Daniel Appelt
7fa17f50da
Add support to set color transparency from Lua
2025-08-24 00:58:20 +02:00
Daniel Appelt
d09a972b73
Add example script to create a midi region clone
2025-08-23 21:50:19 +02:00
Daniel Appelt
26c9621aca
Add support to create midi regions from Lua
2025-08-23 21:49:48 +02:00
Robin Gareus
a6e3708a8a
NO-OP: format comment
2025-08-23 21:46:35 +02:00
Robin Gareus
45724aec9d
Expose preference to disable implicit grouping
2025-08-23 10:07:05 +02:00
Robin Gareus
a94dba4ef4
Add preference to disable implicit grouping
2025-08-23 09:59:02 +02:00