13
0
Commit Graph

8345 Commits

Author SHA1 Message Date
ba0f7482c3 prefer explicit cast over terseness. 2015-04-28 14:34:18 +02:00
1b1cbec00b prevent live loops (format negative BBT)
can happen with empty tape-tracks
2015-04-28 03:07:11 +02:00
4aace9be68 new actions: allow user to set session start and end to playhead location 2015-04-27 15:59:03 -05:00
7c09182d75 remove a dead assignment 2015-04-27 17:45:25 +02:00
Pavel Fric
acdb08eb1d Czech translation update (#6279) 2015-04-26 18:14:18 +02:00
abcc51d089 remove not-an-error error message. 2015-04-26 01:21:08 +02:00
12ece48525 fix verbose cursor for db automation. 2015-04-26 00:51:09 +02:00
1dc9848d61 tweak weight of transport icons 2015-04-25 23:24:05 +02:00
9203bad7ba fix automation lane for dB ranges other than fader. 2015-04-25 21:39:40 +02:00
9d3e32be2d ardour knob: watch automation 2015-04-25 21:25:29 +02:00
52d67203a1 Trim Automation UI 2015-04-25 21:25:19 +02:00
ae1c7eb871 desaturate gradient for trim. 2015-04-25 17:35:59 +02:00
9a4f205b6e knob: use double precision normal on dent.
Fixes -0dB vs +0dB rounding issue.
2015-04-25 17:35:05 +02:00
2702dd9dc0 add detent to Monitor Section Dim & Level knobs 2015-04-25 17:00:02 +02:00
ff563d293e separate detent & zero-arc flags for knob 2015-04-25 16:59:33 +02:00
bbe811248f amend 00c1e0e trim knob colors 2015-04-25 16:44:18 +02:00
4ed3dcd51d fix 0dbFS meter color transition 2015-04-25 16:09:05 +02:00
517211681e 0dBFS peak meter GUI 2015-04-25 06:46:56 +02:00
00c1e0ea53 fix knob color 2015-04-25 06:45:21 +02:00
a7523c4e6d magic knob 2015-04-25 05:33:51 +02:00
2609e8f5bd immediately show tooltip on knob drag. 2015-04-25 03:02:37 +02:00
c809e528c0 make knob respond to X & Y axis drags 2015-04-25 02:44:47 +02:00
c43c3d3e08 more trim knob tweaks 2015-04-25 02:25:07 +02:00
a3dc192fb3 allow to offset knob-arc 2015-04-25 02:19:13 +02:00
50a0748c2b trim typo and details 2015-04-25 01:17:25 +02:00
e22d7c2e28 tweak trim-knob size (same height as midi-input) 2015-04-25 01:04:54 +02:00
848864f8c9 persistent tooltip for [trim] knob 2015-04-25 01:04:19 +02:00
01f8985617 don’t knob show tooltips if no prefix is set
ie the monitor section has explicit labels.
2015-04-24 23:22:15 +02:00
eea297dc3e knob proposal.
feel free to revert.
2015-04-24 22:37:18 +02:00
de80782f05 add trim control to mixer-strip. 2015-04-24 22:37:03 +02:00
57e80c2c8f allow to set toolip on knob 2015-04-24 22:37:03 +02:00
1333b1df1e fix cut-n-paste error 2015-04-24 15:32:01 -04:00
31a760de84 fix last-minute code rearrangement in last commit that broke the intended functionality 2015-04-24 14:41:33 -04:00
e758b01b12 use separators to make Edit > Select menu more readable 2015-04-24 14:19:40 -04:00
4fc37aa818 make track selection after set-range-selection-from-region-selection be sensible 2015-04-24 14:19:40 -04:00
fe6b173236 expose set-range-selection-from-region-selection operation in more places 2015-04-24 14:19:40 -04:00
8b5474b9e1 For MSVC builds, implement 'rint()' and 'rintf()' to supplement the ones that were already implemented 2015-04-24 19:11:10 +01:00
3e1fecbf37 fix scaling of master-meter in toolbar 2015-04-24 02:58:09 +02:00
b13cedd56c monitoring section UI scaling 2015-04-23 00:29:56 +02:00
a7fd61ce4f scale markers 2015-04-23 00:29:55 +02:00
5afc5272b6 scale peak-meter reset button 2015-04-23 00:29:55 +02:00
e5112caa28 more HiDPI cleanup 2015-04-23 00:29:55 +02:00
c7a766866e prefer initialization to assignment for ARDOUR_UI 2015-04-22 16:09:08 -04:00
e47a22a118 make save-as dialog be persistent, to retain settings across save-as 2015-04-22 16:09:08 -04:00
b38ab89d92 clean up GUI scaling 2015-04-22 21:40:43 +02:00
8d85afd294 add central API to calculate UI scaling 2015-04-22 21:40:43 +02:00
add248f0cb scale inline slider girth. 2015-04-22 21:40:42 +02:00
8731f9ed8f scaleable routing icons & wires 2015-04-22 21:40:42 +02:00
46f97e8d92 Initial Gain Coefficient tweaks
1)  Disambiguate 1.0 to GAIN_COEFF_UNITY, and 0.0 to GAIN_COEFF_ZERO
2)  Add GAIN_COEFF_SMALL which replaces SMALL_SIGNAL (-140dB)
3)  GAIN_COEFF_SMALL can used to avoid interpolating towards -inf on a db scale
4)  GAIN_COEFF_SMALL is used to detect very small (denormal?) gains and memset to zero
2015-04-22 00:22:43 +02:00
Johannes Mueller
acd1ee1989 Added support for exporting mp4 chapter marks
The mp4 file format supports chapter marks using the so called
mp4chaps format to enable chapter wise navigation in an mp4 file. The
format is like

hh:mm:ss.sss Chapter Title

This commit adds the ability to export those kind of chapter marks
along with TOC and CUE marks. The filename extension for the chapter
mark file is "chapters.txt". The format specification description is
"MP4ch".
2015-04-21 18:15:29 +02:00