13
0
Go to file
Paul Davis 3e4b608724 fix endless messages about MIDI events being dropped.
track-owned MIDI port buffers (at the Ardour level) get ::flush_buffers() called twice, once by Delivery::flush_buffers() which is called
at the end of MidiTrack::rol() to push data out in graph order, and then finally as a last-chance effort in PortManager::cycle_end().

This should not cause a repeated attempt to write the same data, but it was. Fixed by marking the buffer empty once its data has
been flushed into a backend port buffer.
2013-10-21 11:24:31 -04:00
doc updated monitor modes doc (new version from Chris with IDs) 2013-08-09 19:34:32 +02:00
export
gtk2_ardour replace rather than append to SUIL_MODULE_DIR 2013-10-19 18:16:34 +02:00
icons
libs fix endless messages about MIDI events being dropped. 2013-10-21 11:24:31 -04:00
mcp new Mackie Control device file for Qcon controller (from #5634) 2013-08-07 23:06:54 -04:00
midi_maps new generic MIDI binding map for Novation Impulse 61 from Alexandre Prokoudine 2013-09-10 08:51:06 -04:00
patches
patchfiles
templates
tools bundled LV2 plugin build and deployment 2013-10-20 17:24:59 +02:00
vst
.dir-locals.el
.gitignore
ardour_system_sae.rc
ardour_system.rc
ardour-3.ttl
ardour.1
ardour.1.es
ardour.1.fr
ardour.1.ru
ardour.dox
COPYING
instant.xml
instant.xml.sae
Makefile
PACKAGER_README
README
testfile.flac
testfile.ogg
TRANSLATORS
waf
wscript add reasonablesynth.lv2 2013-10-20 04:31:07 +02:00

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

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