13
0
Go to file
David Robillard a9936205b1 Fix dropped MIDI events, especially with record enabled.
I am not precisely sure why the cached iterator was causing this problem, it
shouldn't be invalidated, and the times make sense.  It may be some lock
related issue since the iterator holds a lock on the source.

In any case, this cached iterator was just to avoid repeated linear search of
the model, but since the model has a logarithmic search, instead just scrap all
this problematic persistent state and search for the appropriate start time
every read.  No need to be careful about invalidating when anything changes.
2014-11-19 19:24:16 -05:00
doc add documentation about meter colors 2014-11-10 22:22:54 +01:00
export
gtk2_ardour fix range selection of mixer strips; shift+selecting a single strip would select from there til the end 2014-11-19 17:27:13 -06:00
headless
icons Add our various '.in' files (to be processed by msvc32-fixup.pl) 2014-08-04 09:00:11 +01:00
libs Fix dropped MIDI events, especially with record enabled. 2014-11-19 19:24:16 -05:00
mcp bcf2000: make play button toggle roll 2014-11-14 15:35:19 -05:00
midi_maps
msvc_extra_headers Use precise define names for LV2 version configure checks. 2014-10-31 20:46:09 -04:00
MSVCardour3 Add a small dummy command to a couple of MSVC build projects 2014-11-08 18:47:25 +00:00
MSVCMixbus3 Add our various '.in' files (to be processed by msvc32-fixup.pl) 2014-08-04 09:00:11 +01:00
MSVCvst_scan Add a small dummy command to a couple of MSVC build projects 2014-11-08 18:47:25 +00:00
patches
patchfiles Merge branch 'cairocanvas' 2014-10-16 05:12:52 -04:00
templates
tools copy hotspots file when packaging windows cursors 2014-11-19 00:21:32 +01:00
vst
.dir-locals.el
.gitignore clean up after ourselves 2014-11-11 15:35:06 +01:00
ardour-3.ttl
ardour.1
ardour.1.es
ardour.1.fr
ardour.1.ru
ardour.dox
COPYING update GPL (formatting and update FSF address) 2014-10-26 02:24:35 +01:00
instant.xml
instant.xml.sae
Makefile
msvc32-fixup.pl Modifications needed to build ReasonableSynth with MSVC 2014-11-09 08:11:46 +00:00
PACKAGER_README
README
system_config rename system and user config files with product-neutral names 2014-09-07 10:20:29 -04:00
testfile.flac
testfile.ogg
TRANSLATORS
waf revert to previous waf version 2014-10-21 22:58:58 -04:00
wscript the return of the PPC nostalgia 2014-11-14 08:16:25 +01:00

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

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