13
0
Go to file
Paul Davis 5d6dc388f7 fix some confusion when redrawing editor/mixer track/strip displays after track/bus deletion
The code relied on the idea that the order-key resync that occurs after deletion would change the order keys and thus cause
a redisplay. But since both the editor and mixer can initiate an order-key resync, the other window's resync will actually
do nothing (the order keys will already be correct). This led to the incorrect placement of material in the tracks canvas,
because the first resync triggered a redisplay while the route still existed, and then the second resync didn't cause a
redisplay (repositioning) but the canvas elements representing the track went away.

Fixed by forcing a redisplay in both editor and mixer if a route deletion is believed to be triggering a row deletion
in their underlying data models.
2014-06-20 21:52:24 -04:00
doc correct information on waf updates 2013-11-10 17:44:50 -05:00
export Remove Soundcloud export format presets 2014-05-23 19:05:33 +01:00
gtk2_ardour fix some confusion when redrawing editor/mixer track/strip displays after track/bus deletion 2014-06-20 21:52:24 -04:00
headless Change define to be consistant even though it isn't currently used 2014-06-07 13:49:12 +10:00
icons Add the MSVC project resources (icons etc) 2014-04-08 09:55:23 +01:00
libs no more stack smashing, renice debug messages 2014-06-19 19:44:15 +02:00
mcp finish unfinished work at basing all install paths on the program name 2014-04-28 21:11:08 -04:00
midi_maps finish unfinished work at basing all install paths on the program name 2014-04-28 21:11:08 -04:00
msvc_extra_headers Change the function signature for 'abs(int64_t)' (Windows) so that it doesn't conflict with more recent versions of MSVC 2014-06-04 18:20:33 +01:00
MSVCardour3 Remove no longer needed sources from MSVC projects 2014-06-15 09:55:34 +01:00
MSVCMixbus3 add vsprops files 2014-04-18 09:35:08 -05:00
patches Add shared_ptr debugging patch, as I keep losing it. 2012-04-19 21:54:00 +00:00
patchfiles finish unfinished work at basing all install paths on the program name 2014-04-28 21:11:08 -04:00
templates finish unfinished work at basing all install paths on the program name 2014-04-28 21:11:08 -04:00
tools update valgrind suppression file (ignore system-wide libs) 2014-06-15 13:24:41 +02:00
vst Fix paths in ardourvst.in 2014-06-07 13:49:12 +10:00
.dir-locals.el
.gitignore ignore libcanvas version files 2014-02-19 23:29:35 -05:00
ardour_system_sae.rc
ardour_system.rc change default font scaling to 80% which makes a newly installed ardour come up with a window size just below 1080 2012-12-18 17:15:00 +00:00
ardour-3.ttl
ardour.1 add -a option to ardour.1 manpage 2013-03-12 13:32:56 -04:00
ardour.1.es
ardour.1.fr
ardour.1.ru
ardour.dox remove whitespace (and test committing) 2012-01-21 04:25:53 +00:00
COPYING
instant.xml
instant.xml.sae
Makefile
PACKAGER_README
README another trivial change to test hooks 2013-03-13 14:35:39 -04:00
testfile.flac
testfile.ogg
TRANSLATORS correct dir spelling 2011-11-21 23:21:05 +00:00
waf use "portable" approach to forcing visible symbols in third party libs (qm-dsp, vamp-plugins, appleutility, clearlooks) 2014-01-17 13:19:42 -05:00
wscript Fix install path of ardour_system.rc 2014-06-07 13:49:11 +10:00

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

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