13
0
Go to file
Robin Gareus d1874d4685 optimize port lookup, adding/removing/reconnecting routes
xxxAudioBackend::connected_to() is called O(N^2) when building the graph.
Mitigate this by using an O(log(N)) lookup.

This duplicates the storage (both set and map and both are kept in sync.
Changing this to a boost:bidirectional might be nice, before updating
other backends.
2016-04-24 18:26:39 +02:00
cfgtool
doc
export
gtk2_ardour restore sending stderr/stdout to the console 2016-04-24 11:25:03 -04:00
headless
icons
libs optimize port lookup, adding/removing/reconnecting routes 2016-04-24 18:26:39 +02:00
mcp
midi_maps
msvc_extra_headers
MSVCardour3
MSVCMixbus3
MSVCvst_scan
patches
patchfiles
scripts example multi-channel synth for testing (revert this) 2016-04-15 23:05:51 +02:00
session_utils
templates
tools some new lua-bindings and session-lua (creating sessions) 2016-04-24 14:43:18 +02:00
vst
.dir-locals.el
.gitignore
ardour-3.ttl
ardour.1
ardour.1.es
ardour.1.fr
ardour.1.ru
COPYING
foo.cc
instant.xml
instant.xml.sae
Makefile
msvc32-fixup.pl
PACKAGER_README
README
system_config
testfile.flac
testfile.ogg
TRANSLATORS
waf
wscript

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

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