98c65406e3
Prefer std::vector<> over C-style malloc/free**
...
This fixes a potential out of bounds read `if (_dbtp_plugin[c])`
if c is larger than the allocated channel count.
2019-08-12 15:02:24 +02:00
b48a3a6abb
Initialize variable
2019-08-12 14:34:33 +02:00
65dcc8fa30
Initialize variable
2019-08-12 14:34:17 +02:00
875c66458d
Fix middle-click note selection
2019-08-12 04:49:31 +02:00
128623e7fb
Fix midi-note selection invert
...
Selecting Notes in a region does not select the region itself.
Invert-selection needs to iterate over midi-regions that contain
the selection.
2019-08-12 02:28:38 +02:00
282437ab77
(RegionList) Don't change selection for context-menu
2019-08-12 02:07:03 +02:00
494a0d1b57
Add Action to save mixer screenshot
2019-08-12 01:39:48 +02:00
7251efce83
Add Lua-Dialog support for FileChooserWidget (save file)
2019-08-12 01:37:35 +02:00
807061f96f
Add Lua bindings for convenient Glib methods
2019-08-12 01:00:42 +02:00
f08b90f368
Fix auto capture alignment when bouncing metronome
2019-08-11 20:39:39 +02:00
9fb403546c
Allow to inhibit screensaver/system sleep
2019-08-11 20:39:39 +02:00
246cc74f9b
Add types/enum for screensaver mode
2019-08-11 20:39:39 +02:00
4b5d16554b
Simplify screensaver inhibit API and fix OSX compatibility
2019-08-11 20:39:39 +02:00
a3eed5839f
Add/remove source(s) in our MSVC project (gtk2_ardour)
2019-08-11 10:56:01 +01:00
78d7ef15df
Prototype infrastructure to disable screensaver
2019-08-11 02:33:16 +02:00
defbe7d371
ptformat: Update to upstream 8d29d79 (drop fades && fix offsets)
2019-08-10 12:34:45 +10:00
7f347af5f4
Add script to xdot
plot the process graph
2019-08-07 17:40:24 +02:00
2970ce2f59
Add Lua bindings for Pango Alignment
2019-08-07 17:40:23 +02:00
7020c40fc4
NO-OP: Fix compiler warning (-Wreturn-type)
2019-08-07 17:40:23 +02:00
3243bf591c
Add method to graphviz plot the process-graph
2019-08-07 17:40:23 +02:00
6bdf5cb0d7
Gui should allow foldback bus to be mono.
2019-08-06 13:16:44 -07:00
a5828ba472
foldback may be mono don't set panner type
2019-08-06 11:13:30 -07:00
df2917568d
OSC: foldback buses should be able to be mono
2019-08-06 11:12:19 -07:00
4dc684275f
Amend 183d3fb49; implement ImportableSource API
2019-08-04 14:43:46 +02:00
d9d96b181c
Fix meter metric visibility on narrow strips - #7781
...
After session load, the meter numerics were always visible,
regardless of strip width.
MixerStrip::set_stuff_from_route() and MixerStrip::set_width_enum()
are called before Mixer UI is realized and calls show_all().
2019-08-04 02:40:59 +02:00
183d3fb493
Implement missing required virtual fn -- fix Mac builds
2019-08-04 01:37:36 +02:00
365f6d6337
Update plugins/addons GPL boilerplate and (C) from git log
2019-08-03 15:53:18 +02:00
dbd8d491e5
Update utility and tools GPL boilerplate and (C) from git log
2019-08-03 15:53:17 +02:00
0301c47f6b
Update core library GPL boilerplate and (C) from git log
2019-08-03 15:53:17 +02:00
cec5ce8f45
Update canvas/UI lib GPL boilerplate and (C) from git log
2019-08-03 15:53:17 +02:00
c1bd70d8b0
Update audiographer GPL boilerplate and (C) from git log
2019-08-03 15:53:16 +02:00
47a62b2850
Update backend GPL boilerplate and (C) from git log
2019-08-03 15:53:16 +02:00
a22f918d9d
Update libardour GPL boilerplate and (C) from git log
2019-08-03 15:53:16 +02:00
4050ca5633
Update GPL boilerplate and (C)
...
Copyright-holder and year information is extracted from git log.
git history begins in 2005. So (C) from 1998..2005 is lost. Also some
(C) assignment of commits where the committer didn't use --author.
2019-08-03 15:53:15 +02:00
d53de79412
Remove cruft
2019-08-03 15:53:15 +02:00
ed0152a212
Add/remove source(s) in our MSVC project (gtk2_ardour)
2019-08-02 09:07:54 +01:00
71d4dd821c
Fix CD cue file Index positions -- #7780
...
According to the cdrdao man page, they should be defined as follows:
INDEX MM:SS:FF
Increments the index number at given position within the track.
The first statement will increment from 1 to 2. The position is
relative to the real track start, not counting an existing pre-gap.
2019-08-02 02:43:43 +02:00
4e87751ab8
prefer lowercase and no spaces, since this will appear in the filename.
2019-08-01 12:11:31 -05:00
3a2e06f36b
(Source List) Catch new sources created by bounce-range-to-source-list
2019-08-01 12:11:31 -05:00
d400dd813a
(Source List) Handle Session::RemoveSource
2019-08-01 12:11:31 -05:00
595959abf7
(Source List) Replace missing initializer; fixes a bug where Sources did not appear on startup.
2019-08-01 12:11:31 -05:00
da3d8e5418
(Source List) Implement insert-region action... now uses the Source List.
2019-08-01 12:11:31 -05:00
50786b3e5c
(Source List) Recover Regions feature: WIP
2019-08-01 12:11:31 -05:00
fc981d4399
(Source List) Revert to displaying whole-file Regions instead of Sources.
...
This preserves the stereo-ness of files that were imported or recorded in stereo.
ToDo (maybe someday): provide a disclosure triangle that exposes the individual channels in a multichannel region
2019-08-01 12:11:31 -05:00
ed325b52b2
(Source List) Add forall_regions function, used by Region and Source lists.
2019-08-01 12:11:31 -05:00
52611e2374
(Source List) No need to show the path when file is internal to session.
2019-08-01 12:11:31 -05:00
0b699ac9f7
(Source List) merge fixes
2019-08-01 12:11:31 -05:00
e0bdcd7137
(Source List) Clean up the natural_position implementation (gtk2 part).
2019-08-01 12:11:31 -05:00
edde5d64a2
(Source List) Clean up the natural_position implementation (libardour part).
2019-08-01 12:11:31 -05:00
77950c36c5
(Source List) Implement remove_selected_sources when the user clicks Delete key.
2019-08-01 12:11:31 -05:00