13
0
Commit Graph

17185 Commits

Author SHA1 Message Date
576403c4cb no track movement up/down when a selected track is already at the relevant edge 2024-05-06 10:11:09 -06:00
f92d821a72 working track drag-n-drop, re-picked from a 2nd implementation on a branch 2024-05-05 15:09:34 -06:00
51d2b3329c more work catching button release after track drag 2024-05-05 15:03:12 -06:00
c3fb69c385 catch button release after track drag 2024-05-05 15:02:59 -06:00
b515174e6a initialize track_drag member of Editor 2024-05-05 15:02:41 -06:00
e71fcaa92d add private object to Editor for use with track drag-n-drop 2024-05-05 15:02:29 -06:00
e170b34bf0 add pure virtual API for track DnD to PublicEditor 2024-05-05 15:02:19 -06:00
89d7d85239 remove weird unused member of ARDOUR_UI 2024-05-05 15:02:03 -06:00
8cf0fe5c77
Fix FPE when adding audio pins to a MIDI plugins 2024-05-04 20:17:25 +02:00
jean-emmanuel
4e44f44e71
mixer: use ardour widgets instead of native gtk's for plugin list dropdown and search clear button 2024-05-03 21:19:48 +02:00
Maciej Bliziński
18949a8730
Add a hint about quotes in post-export.
When I saw the post-export hint, I thought I needed to quote the arguments. Usually, either you provide a string which will be interpolated by the shell, in which case you need to add quotes, or you build an array of strings, and in this case you don't need to add quotes - but you build an array and not write a command template. Ardour's approach is a departure from this mode, so let's save future people time trying to figure this detail out.
2024-05-03 21:11:34 +02:00
Olivier HUMBERT
68402aae12
Update French translation 2024-05-03 21:09:24 +02:00
Florian Hülsmann
27154d9769
set explicit StartupWMClass for better Linux desktop UX 2024-05-03 21:06:49 +02:00
df4f998231
Arrangement DnD now defaults to move (not copy) 2024-05-03 21:02:20 +02:00
a88d430609 null check for a missing session (for LT) 2024-05-02 12:42:23 -05:00
f355551839
Don't nag Trax users after export 2024-05-01 14:54:31 +02:00
2ccda116c7
Add preference for I/O thread count 2024-04-30 03:54:57 +02:00
dcb732f07c
Only allow editing top-most MIDI region in layered view
NoteDrag (change pitch) only works correctly for the topmost
region when using Stacked LayerDisplay. Note-grid is also only
displayed for the top layer.
2024-04-27 00:04:29 +02:00
201580f7ba fix crashes caused by assert (_fx_line); item does not exist for livetrax 2024-04-25 13:07:00 -06:00
fc86629daf sometimes concision with variable naming is of no help 2024-04-25 13:07:00 -06:00
b2570bcaa3 remove debug output 2024-04-25 13:07:00 -06:00
0b8cfdee40 display MIDI scene markers 2024-04-25 13:07:00 -06:00
a7dbf57afa more crash avoidance in sfdb UI if there's no auditioner 2024-04-25 13:07:00 -06:00
ad53c31e50 sfdb UI should not crash if there's no auditioner 2024-04-25 13:07:00 -06:00
5d1233e60a NO-OP: fix space near braces/brackets 2024-04-25 13:07:00 -06:00
43e0f08b93 sfdb_ui should be smart if there's no auditioner 2024-04-25 13:07:00 -06:00
8f7f204ae4 port group display should not crash if there's no auditioner 2024-04-25 13:07:00 -06:00
9052eb013e no crash if instrument selector has no _instrument_list 2024-04-25 13:07:00 -06:00
f1a3eb1e3d use a different source file for ardour.menus in the livetrax case 2024-04-25 09:26:33 -06:00
agfline
8ea3a14cd6
Update AAF import UI 2024-04-24 17:13:00 +02:00
38adfdf79e
Add custom color for region effect automation 2024-04-23 21:56:26 +02:00
b2d4280e0f
Add support for Region Fx Automation 2024-04-23 21:56:22 +02:00
e5506d281a
GUI support for Region Fx (in Region Properties) 2024-04-23 21:56:18 +02:00
ad9a3ae103
Fix region-gain envelope auto-enable when dragging
When using freehand drawing of automation, the line itself
is not notified (no ::start_drag(), ::end_drag() calls).

This adds a end_draw() call which allows the AutomatioLine
to perform additional actions.
2024-04-23 21:56:05 +02:00
1cd9a9b57d
Only show automation mode button for PluginInsert ctrls
Previously the generic UI of I/O plugins (and upcoming Region
Fx showed an insensitive Automation mode (manual, play, touch etc)
dropdown for all controls.

That accomplished nothing but wasted space.
2024-04-23 21:55:54 +02:00
598ff1cb9a
Separate PluginWindowProxy into public class 2024-04-23 21:51:31 +02:00
4b6e372ce7
Fix deleting the same point multiple times (#9689)
When iterating over automation tracks, previously it was
possible that the same point was added multiple times to
the selection.
2024-04-15 00:39:20 +02:00
Edgar Aichinger
c9c419213f
update german translation 2024-04-14 00:42:09 +02:00
dde59c8e4c temporary fix for X Window and Windows bad canvas drawing with no single expose 2024-04-12 18:55:27 -06:00
1eb2a345df prevent flickering of snapped cursor during drags when it should be invisible 2024-04-12 18:54:52 -06:00
ab1299da87
We're behind the times 2024-04-13 00:54:52 +02:00
96e83f4101
Semicolon to the rescue 2024-04-11 23:42:13 +02:00
b8c474ff32
Add support for splash screen image transparency 2024-04-11 19:42:14 +02:00
a69ca86944
Fix inline controls allow for inverted range
Some controls (notably pan azimuth) have reversed range 1..0.
Support for this was added years ago in 647103c825
but inline controls were not updated.
2024-04-11 19:41:14 +02:00
4a0505979d
macOS provides z-axis stacking for Dialogs
see also d1b462c213 and Manager::set_transient_for.

This fixes a bug on macOS: detach Editor, re-attach Editor.
After that `own_window()` is true. Showing the LAN dialog
showed the editor's hidden Window as its parent.
2024-04-04 22:50:26 +02:00
02220783e1
Clarify that there are no archive file format options 2024-04-02 09:53:24 +02:00
41115f1282
Prevent double-click on the pianoroll to toggle track height 2024-03-27 03:25:36 +01:00
4d5175e32e change default for use-cocoa-invalidation 2024-03-22 14:51:19 -06:00
d57ce0eba1 provide control over use-cocoa-invalidation 2024-03-22 13:13:16 -06:00
bd4d6b4cba
Ellipsize inactive track-header name-label #9674 2024-03-21 17:44:33 +01:00
082297b932
Update UI for SurroundSendLevel control type 2024-03-21 14:24:11 +01:00
agfline
25397d7812
AAF: Update import UI 2024-03-19 20:59:10 +01:00
0c4eada414 make editor canvas use multi-expose redraws
This is not required for any functionality or performance fixes, but may be useful
and also helps tracking redraw issues with other related changes
2024-03-18 10:48:38 -06:00
agfline
52cce5adc6 AAF: fix import of embedded files shared across regions
https://github.com/agfline/LibAAF/issues/5#issuecomment-1994155327
2024-03-14 12:47:21 +01:00
f2d938914d
Fix loading session by relative path
Previously (since bc91ea3c4) that would create a new session
even if -N was not specified.

This also uses Glib API to test for absolute path, rather
than a custom hack.
2024-03-12 04:29:33 +01:00
2f61071974
Update Lua Action scripts from local file when possible 2024-03-12 04:24:58 +01:00
35017245d9
Fix typo 2024-03-12 00:31:32 +01:00
b783e3eab1
Vapor: add additional export constraint 2024-03-11 20:52:53 +01:00
e467e0c014 in the case of nudging (1) CP, locate the phead so we can see its position 2024-03-11 14:45:07 -05:00
46a8b547fa
Half-baked automation-point nudge
There are currently combined constraints when moving multiple
points like ContiguousControlPoints::move enforces, but otherwise
it works fine.
2024-03-11 19:18:27 +01:00
f873f9f621 typos: "ADM/BWM" -> "ADM BWF" 2024-03-11 09:14:44 -05:00
agfline
d03cdf86e1
Update AAF import UI 2024-03-10 22:11:58 +01:00
7ad5278bfd fix typos: ADM BWF 2024-03-08 11:22:33 -06:00
43c08dd2f5
Do not automatically bind ADM import script 2024-03-08 16:15:13 +01:00
8a8a1b9fb9
Vapor: export file timecode must be < 24h 2024-03-07 17:24:12 +01:00
13383b11a7
Set correct Timecode widget name 2024-03-07 14:29:50 +01:00
bf7d4f895e
Fix jump to next/prev bar
Previously this only located to the prev/next bar if the
playhead was not already on a bar boundary
2024-03-04 20:25:41 +01:00
ed98ff97b2
Fix adding new route in front (#9651)
When adding a new route using "Front", its presentation info
order is set to 1, after the master-bus which has PI order 0.
(see Session::ensure_route_presentation_info_gap).

Mixer_UI::add_stripables, looks up the insert iterator:
"after the route with order 0", but since the master bus is
not in mixer's track-model, the insert-iterator is left "at end".

A later call to `sync_presentation_info_from_treeview` then updated
the new track's order key to be at the end.
2024-03-02 14:55:58 +01:00
2c858deae4
Allow to stem-export Surround Master 2024-02-29 16:15:50 +01:00
jean-emmanuel
83f5d40280
grid/snap: disable broken septuplet option 2024-02-27 23:28:41 +01:00
jean-emmanuel
af023cc516
snap: fix quintuplets and septuplets 2x factor
grid: fix quintuplets 2x factor (septuplets still don't draw properly)
2024-02-27 23:21:33 +01:00
jean-emmanuel
f190493e32
grid: display grid lines for triplets/quintuplets/septuplets 2024-02-27 23:21:33 +01:00
jean-emmanuel
81bd75e7ae
ui: editor: add missing h-separator after last track header 2024-02-27 23:19:12 +01:00
eb4af10745
Amend 5880e51e92, ADM script only works on Unix Systems 2024-02-27 00:30:03 +01:00
0ea0b656b8
Return Lua system-exec exit status 2024-02-27 00:23:49 +01:00
80098c6a86
Vapor: prevent export when there are more than 128 channels 2024-02-26 22:15:11 +01:00
5880e51e92
Add Icon to ADM/BWF script, and preseed it 2024-02-26 22:15:08 +01:00
bff0f174da
NO-OP: fix typo in method name 2024-02-26 18:43:32 +01:00
6e12e71e8b
Show Progress when importing many channels/tracks
Track creation is a slow. Importing multi-channel files
to new tracks can take a significant amount of time.
This prevents the GUI from being marked as unresponsive and
shows progress.
2024-02-24 00:42:50 +01:00
c6f8002561
Discard untitled sessions even when not quitting Ardour 2024-02-24 00:42:40 +01:00
e94e7b6dc7
Vapor: keep session config and UI action in sync 2024-02-23 17:04:25 +01:00
ff82e53b85
Revert "Sanitize the AAF's snapshot name (it'll get used later to create an OS folder)"
This reverts commit b935710b60.

legalize_for_universal_path() already santizes the path in a way that is
safe for all OS.

laaf_util_clean_filename() cannot be used with .c_str() because the
function modifies the char* passed to it.

This worked in some cases before C++11, and can work with non-const
 std::string::data starting at C++17, but C++11 spec is quite clear:

> The program shall not modify any of the values stored in the
> character array; otherwise, the behavior is undefined.
2024-02-21 13:38:39 +01:00
John Emmas
b935710b60 Sanitize the AAF's snapshot name (it'll get used later to create an OS folder) 2024-02-21 11:47:04 +00:00
c35515e43d initialize variable
Without this, loading a session from the command line bypasses any initialization of session_loaded
and after the changes in 0a72c1317 that leads to incorrect startup
2024-02-20 11:17:00 -07:00
01489a629f
Amend b230c2eb2 use bundled libAAF
Revert once libAAF API is stable after libAAF 1.0
2024-02-20 19:12:15 +01:00
6d34500e8d
Also add "All file formats" to session open dialog 2024-02-19 16:42:17 +01:00
cbbc456997
Fix copy/paste bug in in 35de41a419 2024-02-19 16:29:31 +01:00
35de41a419
Allow to easily pick any session type one can open 2024-02-19 16:01:11 +01:00
8aedbc6d0c
Backport debian spelling patch 2024-02-18 20:50:18 +01:00
b230c2eb28
Build against local libAAF (0.6.0 is not yet released)
Revert once libAAF API is stable after libAAF 1.0
2024-02-18 20:38:33 +01:00
7150898eec
Some new codenames 2024-02-18 19:04:24 +01:00
5d2a25827e
Show Editor-Mixer by default 2024-02-18 16:43:09 +01:00
00c76e785c
Add Lua binding to query current editor-mixer route
https://discourse.ardour.org/t/lua-editor-mixer-strip/109886
2024-02-17 15:01:58 +01:00
jean-emmanuel
d79a852207
no-op: clean 2024-02-15 14:58:57 +01:00
jean-emmanuel
c28080d44c
ui: mixer: remove duplicate handler that causes a bug where the "Add Track" dialog pops up upon double clickin anywhere on a vca strip 2024-02-15 14:58:54 +01:00
jean-emmanuel
ba279e2e67
ui: mixer: the formely broken rename dialog on vertical button's double click may actually become an unexpected annoyance, better disable it 2024-02-15 14:58:52 +01:00
jean-emmanuel
8a4f852ff2
ui: mixer: same as 313b0b2ddd but with label button 2024-02-15 14:58:46 +01:00
jean-emmanuel
313b0b2ddd
ui: mixer: clear strip selection when clicking on foldback bus number label, otherwise changing the bus' color will also affect whatever strip is currently selected (this is a more general issue however and should probabaly be addressed globally) 2024-02-15 14:56:22 +01:00
jean-emmanuel
ef160dd24e
mixer: ui: consistent interaction with foldback bus number label (context menu on press instead of release) 2024-02-15 14:56:21 +01:00
jean-emmanuel
33a9664748
ui: mixer: vca: consistent interaction with number_label button (context menu on press instead of release, add missing color edit on double click) 2024-02-15 14:56:21 +01:00