Commit Graph

15784 Commits

Author SHA1 Message Date
Ben Loftis
1e283adb22 disambiguate trigger functions: stop_all_triggers -> trigger_stop_all 2022-10-01 09:13:14 -05:00
Ben Loftis
75ae0fd4b1 disambiguate trigger functions: cue_bang -> trigger_cue_row 2022-10-01 09:13:14 -05:00
Alexandre Prokoudine
9af2c31d6b Update Russian translation, part 3 of N 2022-10-01 14:29:03 +03:00
Robin Gareus
49f7e4d447 Amend 07dea50456 (DnD import, copy to track) 2022-10-01 03:38:34 +02:00
Paul Davis
173de9f0ef change MidiRegionView scroll behavior to somethings slightly more useful
1. leave tertiary-scroll for navigation and primary scroll for session timeline zoom
2. unmodified scroll in edit mode scrolls contents
3. secondary-scroll zooms in and out on contents (i.e. vertical zoom for MIDI)
4. primary-secondary scroll has the just-one-edge behavior previously provided
2022-09-30 16:32:29 -06:00
Robin Gareus
07dea50456 Fix DnD import to grouped tracks
Import via Drag/Drop previously worked by selecting a track,
and then importing to the selected track.

This approach fails when the selected track is in a track-group,
and selecting the track also selects other tracks of different type.

Now the track to drop onto is passed directly passed through to
::finish_bringing_in_material as existing_track.
2022-09-30 21:30:48 +02:00
Alexandre Prokoudine
fdac3cb01c Mark one last slot property box title for translation (string freeze break) 2022-09-30 09:04:56 +03:00
Alexandre Prokoudine
20b0b2b2a7 Update Russian translation, part 2 of N 2022-09-30 09:01:35 +03:00
Alexandre Prokoudine
384450c587 Update Russian translation, part 1 of N 2022-09-30 09:01:35 +03:00
Paul Davis
ea1dfa5d80 mark slot property box titles for translation (string freeze break) 2022-09-28 16:45:27 -06:00
Robin Gareus
d1d125ba7b Fix Window menu (action name change in 0d5fd0d) 2022-09-28 04:26:54 +02:00
Paul Davis
0d5fd0de0c rename "library manager" to "library downloader everywhere (breaks string freeze) 2022-09-27 11:22:56 -06:00
Paul Davis
577c21776a fix position of imported tempo markers from SMF files 2022-09-27 09:32:19 -06:00
Paul Davis
b4ad81075e provide and use a method to show the library download manager 2022-09-26 16:40:08 -06:00
Paul Davis
fb750aa4b8 skeleton to allow opening the library download manager from the clip viewer 2022-09-26 11:15:52 -06:00
Paul Davis
340253a095 bbt markers should be freely draggable regardless of grid setting 2022-09-26 11:15:52 -06:00
Paul Davis
d39f064756 library dialog: catch exception and behave appropriately 2022-09-26 01:10:20 -06:00
Paul Davis
3b274bd433 rename loop download dialog (breaks string freeze) 2022-09-26 01:10:20 -06:00
Robin Gareus
97b3aef0fa Significantly speed up display of MIDI file information (again)
This regressed with changes to SMFSource to unconditionally load
the model. "Black MIDI Trilogy 2" now shows again in under 4 sec.
Before this change it took roughly 3 mins (!) and the UI was marked
as unresponsive.
2022-09-25 03:29:42 +02:00
Robin Gareus
bfe655775a Set SMF::open option, do not scan since information is not needed 2022-09-25 02:47:14 +02:00
Paul Davis
4f83eea46c Revert "step entry: do not pass auto_partition=true to Playlist::add_region()"
This was an error of understanding.

This reverts commit e9f98fe230.
2022-09-24 15:21:05 -06:00
Paul Davis
e9f98fe230 step entry: do not pass auto_partition=true to Playlist::add_region()
This code path is only followed if there is no region at the start of step entry, so auto-partition
makes no sense anyway
2022-09-24 14:53:06 -06:00
Paul Davis
fba4a5ff73 fix region drag across tracks that auto-partitioned the receiving playlist
Confusion caused during nutempo development when a boolean related to nick_m's old
"for music" concept ended up becoming the "auto_partition" argument instead
2022-09-24 14:27:20 -06:00
Paul Davis
451fb3e761 fix crash when dragging BBT marker (must use audio time) 2022-09-23 15:51:17 -06:00
Paul Davis
47e9bb05c8 midi editing: if nudge clock says zero, use grid for nudging notes 2022-09-23 11:30:17 -06:00
Robin Gareus
c4b63221d1 Allow to delete preset from context menu 2022-09-23 05:40:05 +02:00
Paul Davis
2e0bfae628 midi note drawing: use RoundNearest not RoundDownMaybe for note ends 2022-09-22 16:21:07 -06:00
Paul Davis
04d367fdfe midi note drawing: fix snap used to place ghost note 2022-09-22 16:16:20 -06:00
Paul Davis
91df1d8e94 NO-OP: fix switch statement indentation 2022-09-22 16:10:34 -06:00
Ben Loftis
0af0e3a8e8 remove unused code: an unused follow-action icon 2022-09-22 08:10:29 -05:00
Ben Loftis
7cad01ae1e clip list: add a Refresh button to the file list
It is tempting to update the list automatically when the dire contents change,
 but this can lead to the list changing while the user is clicking to audition
 or drag.

Instead, we should sensitize the button only when the dir contents have changed.
2022-09-21 20:47:23 -05:00
luz paz
7f06beda50 Fix typos
Found via `codespell -q 3 -S *.po,./.git,./share/patchfiles,./libs,./msvc_extra_headers,./share/web_surfaces,*.patch  -L acount,ba,buss,busses,discreet,doubleclick,hsi,ontop,retrn,ro,scrollin,seh,siz,sord,sur,te,trough,ue`
2022-09-21 19:09:55 -06:00
Robin Gareus
56c5db9115 Fix indent of previous commit 2022-09-21 22:38:22 +02:00
Robin Gareus
b3c95e8946 Allow to create presets from processor context-menu 2022-09-21 22:19:32 +02:00
Robin Gareus
135a54effd Cleanup processor-box sensitivity, mixbus backport 2022-09-21 21:17:21 +02:00
Paul Davis
9c64771636 remove some debug output 2022-09-21 10:17:13 -06:00
Paul Davis
8db55bdda9 remove clip editor bindings (for now), since we do not show the clip editor 2022-09-21 08:51:36 -06:00
Robin Gareus
1b7b3543e8 Remove thin abstraction, directly call get_pixel_size 2022-09-20 03:33:08 +02:00
Robin Gareus
2a42743270 Fix ArdourDropdown sizes 2022-09-20 03:33:01 +02:00
Robin Gareus
d1bf8428fc Allow vertical scroll to change gain on the cue-page
This is consistent with inline controls (which also allows
vertical scrolling to change the gain).
2022-09-20 00:44:42 +02:00
Robin Gareus
a3806e2946 Implement Draw-tool opaqueness option 2022-09-19 23:40:58 +02:00
Robin Gareus
6f9f7fb831 Fix typo, shorten dropdown strings 2022-09-19 23:24:42 +02:00
Robin Gareus
99b2fb2859 Remove cruft 2022-09-19 22:50:53 +02:00
Robin Gareus
a61072060e Remove now unused "layered button" color defintion 2022-09-19 22:50:50 +02:00
Robin Gareus
5fb628d3ed Use new record-mode pref (2/2), GUI control 2022-09-19 22:50:11 +02:00
Robin Gareus
97f0fac7d5 Copy region properties (2/2) - see prev commit 2022-09-19 22:49:42 +02:00
Robin Gareus
b5fd753886 Set tooltip for send polarity button 2022-09-18 22:51:58 +02:00
Robin Gareus
a30d526af0 Consistently color regions when using name bars
With name-bars the region was colored using the track color
if the region is not high enough to show the name-bar.
This happened regardless of the color-regions-using-track-color
preference IFF name-bars were enabled.

However set_color/get_fill_color() is not called when the track-height
changes "high_enough_for_name". This lead to inconsistently colored
regions, some with a background some without.
2022-09-14 20:51:01 +02:00
Paul Davis
5e26c9c277 library manager: display description in textview not tooltip 2022-09-13 21:22:57 -06:00
Paul Davis
7c5d324136 remove transport master active controls widgets 2022-09-13 16:47:21 -06:00