ardour/libs
Robin Gareus e9bb1dc2bf tape-track diskstream fixes
Due to the change to use a 64bit timeline (int64 as opposed
to previously [unsigned] pframes_t) many cases special to tape-tracks
no longer work.
e.g. region->length() can returns -1, rather than INT64_MAX.
which breaks ‘overlap’ in Evoral::Coverage. which in turn
breaks tape track’s use of ::find_next_region().

This commits begins the slow process to move away from relying
on integer overflow to wrap negative numbers for tape tracks and
restores basic functionality.

Still various edge cases pertaining tape tracks remain. particularly
when changing the session start-time and moving destructive regions.
2015-04-28 16:08:19 +02:00
..
appleutility AU: fix return value reference 2015-02-23 02:49:37 +01:00
ardour tape-track diskstream fixes 2015-04-28 16:08:19 +02:00
ardouralsautil get installdir for libardouralsautil correct 2014-09-06 14:42:25 -04:00
audiographer fix #6208, negative broadcast timestamps 2015-03-22 16:12:40 +01:00
backends fix jack-metadata for weak-jack linking 2015-04-23 20:19:22 +02:00
canvas Amend ac1f7e0b 2015-04-17 05:36:13 +10:00
clearlooks-newer Don't try linking libclearlooks files with mingw build 2015-03-12 23:03:59 +10:00
clearlooks-older
evoral SMF::end_write() is a no-op if there is no _smf structure 2015-04-20 22:46:39 -04:00
fst case insensitive VST plugin file extension - fixes #6285 2015-04-27 18:23:51 +02:00
gtkmm2ext Revert API to explicitly show tooltips: 2015-04-25 05:37:37 +02:00
libltc Add support for USE_CAIRO_IMAGE_SURFACE when building with MSVC 2014-10-29 17:36:30 +00:00
midi++2 remove cruft (old unused pre-git version files) 2015-01-09 06:11:57 +01:00
panners remove lib versioning for internal plugins 2015-02-16 17:32:56 +01:00
pbd allow to compile PBD::Signals w/o connection debugging 2015-04-27 17:19:58 +02:00
plugins/reasonablesynth.lv2 promote sustain pedal from meh to reasonable. 2015-02-28 15:52:28 +01:00
qm-dsp Add support for USE_CAIRO_IMAGE_SURFACE when building with MSVC 2014-10-29 17:36:30 +00:00
surfaces add OSC trim control 2015-04-25 21:23:37 +02:00
timecode remove hardcoded major version in build scripts 2015-01-08 17:59:41 +01:00
vamp-plugins Make it compile with C++11 support. 2014-12-01 23:18:11 +01:00
vfork install all additional binaries in $libdir 2014-11-13 19:57:40 +01:00