Commit Graph

31223 Commits

Author SHA1 Message Date
Paul Davis
7e36d4c9bb part one of allowing region drag to the bottom (drop-zone) rect of track canvas 2014-06-03 16:06:41 -04:00
John Emmas
5626ea2b1f When writing '.jackdrc' make sure we enclose any device names in quotation marks
(in Windows, device names almost always contain whitespace)
2014-06-03 14:04:10 +01:00
John Emmas
fd50cf14dd Keep this #include consistent with similar ones
(evoral/evoral doesn't get used anywhere else)
2014-06-03 14:02:05 +01:00
Robin Gareus
745c3cce1d fix wscript for x-compiling 2014-06-03 02:06:22 +02:00
Robin Gareus
01cedf0e05 ALSA backend: tweak midi parser (fix start mid sequence) 2014-06-03 01:00:58 +02:00
Robin Gareus
b050f91323 ALSA backend: device detection 2014-06-03 00:50:26 +02:00
Robin Gareus
d5fa80e01d fix linking against libasound 2014-06-02 21:09:21 +02:00
Robin Gareus
432f54db24 make ALSA backend optional and disable by default 2014-06-02 20:33:12 +02:00
Robin Gareus
c79a56a08f ALSA backend: add raw midi parser 2014-06-02 19:23:07 +02:00
Robin Gareus
5cd2010c79 ALSA backend: raw midi prototype 2014-06-02 19:23:07 +02:00
Robin Gareus
8e9b02cfa2 ALSA backend (based on Dummy backend and zita-alsa-pcmi) 2014-06-02 19:23:07 +02:00
Robin Gareus
b517695256 allow latency measurement at startup 2014-06-02 19:21:15 +02:00
Robin Gareus
6dfb63bb46 tentative fix for requesting driver+device list from backend 2014-06-02 19:21:15 +02:00
Paul Davis
7f18913e6d fix errors in manual conflict resolution 2014-06-02 11:42:35 -04:00
Paul Davis
8c9749e42f merge with master and fix 4 conflicts by hand 2014-06-02 11:32:13 -04:00
Paul Davis
74bc0c8468 substantive changes to the logic and safety for naming of (audio/MIDI) sources, especially when created via import 2014-06-02 11:20:37 -04:00
Robin Gareus
f6d29abfc7 DummyBackend: fix midi event mux+sorting 2014-06-02 12:20:40 +02:00
Robin Gareus
3f82052d11 fix display of cd-track-detail UI 2014-06-01 19:48:21 +02:00
Robin Gareus
1c60652bd8 fix --with-dummy config option 2014-06-01 18:18:32 +02:00
Robin Gareus
dc1a7a15fa Dummy backend, revise small things 2014-06-01 18:18:08 +02:00
Robin Gareus
b800a01ea6 dummy-backend, fix physical ports in/out convention. 2014-06-01 18:16:15 +02:00
Robin Gareus
ea3918ba2d disable snap fades to 'other' region (for now) 2014-06-01 00:40:07 +02:00
Robin Gareus
ab60429efc test possible 'flickering' with nvidia 2014-05-31 18:22:34 +02:00
Robin Gareus
f382aef5ac do not thin() automation event list on load.
only thin() when writing automation. This fixes issues with
loading short x-fades (which can be stretched later).

TODO: thinning should not just drop, but interpolate and use
more elaborate logic, compared to A2/MB2 Curve::merge_nascent()
2014-05-31 17:13:47 +02:00
Robin Gareus
3b717da783 frankenstein'ed fade+trim cursors 2014-05-31 16:07:38 +02:00
Robin Gareus
6894b1c7de initialize variables 2014-05-31 15:18:43 +02:00
Robin Gareus
12d4989067 show fade+trim handles only if the operation is possible 2014-05-31 15:15:46 +02:00
Robin Gareus
ef3c27bc1d session fade-region-visible is for fades - not controls 2014-05-31 14:16:15 +02:00
Robin Gareus
2342b7d611 don't allow waveform to bleed into TimeAxisViewItem frame border 2014-05-31 14:06:10 +02:00
Robin Gareus
d6b1a9f6e3 prepare fade+trim cursors (cursor image still missing) 2014-05-31 14:04:41 +02:00
Robin Gareus
f0536816ab reduce outline of fade-in/active rectangle to line 2014-05-31 14:00:28 +02:00
Robin Gareus
1c32e45771 show x-fade-rectangle only when hovering 2014-05-31 14:00:04 +02:00
Robin Gareus
bfa58e58c3 fix fade+trim handle hover color 2014-05-31 04:51:02 +02:00
Robin Gareus
9decd39de9 reset [trim] fade handle position if track-height changes 2014-05-31 04:17:47 +02:00
Robin Gareus
4843c5d5cf towards region-trims preserving fade duration 2014-05-31 03:53:59 +02:00
Robin Gareus
62e8d1a25f use CubicSpline interpolation for x-fade preset Shapes 2014-05-30 17:24:12 +02:00
Robin Gareus
c91f847454 update Evoral::Curve to honor ControlList::InterpolationStyle 2014-05-30 17:00:28 +02:00
John Emmas
161a3258ee Add newly introduced sources to MSVC project
(xfade_curve stuff)
2014-05-30 12:52:03 +01:00
John Emmas
33412421f6 Rearrange some #includes to keep MSVC happy 2014-05-30 12:50:49 +01:00
Robin Gareus
5aecc877d6 Fix code to prepare re-enable cubic spline interpolation of automation data.
see also 24917e4c9e
2014-05-30 04:25:59 +02:00
Robin Gareus
e69057319e panner: backwards compatibility, constrain pan-range in old sessions
fixes http://tracker.ardour.org/view.php?id=5823#c15686

This is only an issue when loading an old session
(pre 3.5.308 - actual change was 21ca6a10) for the first
time with newer ardour.
Saving and re-loading with ardour >= 3.5.308 fixed this as well.
2014-05-30 03:54:15 +02:00
Robin Gareus
fed5599baa smooth visual curve drawing 2014-05-30 03:04:02 +02:00
Robin Gareus
38891288f3 use fixed number of steps for dB-scale x-fade curves.
32 steps is sufficient for all practical musical purposes.
2014-05-29 22:41:13 +02:00
Robin Gareus
1cfdad6ffb fixed number of steps for symmetric fades:
Extra steps are all below -20dB vs inverse signal being over -2dB.
linear interpolation -6dB steps is sufficient for the tail.
2014-05-29 22:41:13 +02:00
Paul Davis
08a1409b1f back port 6576105 from cairocanvas as fix for data loss/file deletion 2014-05-29 16:28:57 -04:00
Paul Davis
be575b7945 fix data loss/file deletion caused by mistaken used of Session::source_by_path() to check if an AUDIO filesource with a given path already exists.
::source_by_path() was written for MIDI files only. I fixed the call and renamed the two similar functions (one for audio and one for MIDI) to make it more clear.
2014-05-29 16:27:41 -04:00
Robin Gareus
c6930c1aef fix symmetric fade-shape (still variable number of steps) 2014-05-29 20:53:18 +02:00
Robin Gareus
7953df93bf Symmetric x-fade, use equivalent of -6dB per step for 7 steps. 2014-05-29 16:59:04 +02:00
Robin Gareus
2d82446f59 set Gtk::RadioAction state on instant.xml load.
This should really be done in ArdourDropdown somehow.

Fixes issues introduced at b9708d5: If after session-load some
radio-item other than the first one is set active, it is
impossible to switch to the first.
e.g. set "Snap to Grid", Save Session, Load Session, trying to
switch to "Snap to None" fails until another mode is selected first.
2014-05-29 14:16:15 +02:00
Robin Gareus
bc523665fe more new fade icons from Chris Goddard 2014-05-29 13:19:47 +02:00