13
0
Go to file
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
cfgtool
doc further updated monitor-modes doc: 2015-04-22 20:06:50 +02:00
export
gtk2_ardour prefer explicit cast over terseness. 2015-04-28 14:34:18 +02:00
headless
icons
libs tape-track diskstream fixes 2015-04-28 16:08:19 +02:00
mcp
midi_maps midi map for the Axiom61 2015-04-25 16:29:02 +02:00
msvc_extra_headers For MSVC builds, implement 'rint()' and 'rintf()' to supplement the ones that were already implemented 2015-04-24 19:11:10 +01:00
MSVCardour3 Add some newly introduced sources to our MSVC project (gtk2_ardour) 2015-04-22 10:48:08 +01:00
MSVCMixbus3
MSVCvst_scan
patches
patchfiles
templates
tools suffix “x86” to start-menu entry for ardour 32bit 2015-04-24 00:00:47 +02:00
vst
.dir-locals.el
.gitignore
ardour-3.ttl
ardour.1
ardour.1.es
ardour.1.fr
ardour.1.ru
ardour.dox
COPYING
instant.xml
instant.xml.sae
Makefile
msvc32-fixup.pl
PACKAGER_README
README
system_config
testfile.flac
testfile.ogg
TRANSLATORS
waf
wscript add a real check for functioning JACK metadata API; remove configure time option for this 2015-04-23 09:29:45 -04:00

Please see the Ardour web site at http://ardour.org/ for all documentation..

For information on building ardour: 
      
     http://ardour.org/development.html