13
0
Go to file
Tim Mayberry b97ab7d7bc Statically link libtimecode into libmidi++ instead of libardour
This is necessary to get the libmidi++ test to work as libmidi++ has
unresolved symbols in libtimecode. This was not a problem when libtimecode
was statically linked into libardour if the executable depended on both
libtimecode and libardour as the symbols would get resolved.

This is not true for the midi++ test case as it doesn't depend on libardour

Also as libmidi++ only references symbols from one object file in the
libtimecode static archive only that object file gets included/exported
from libmidi++.

This is fixed by adding a dummy reference to a symbol in the other object
file in the libtimecode static archive.
2013-10-20 09:27:35 +10:00
doc updated monitor modes doc (new version from Chris with IDs) 2013-08-09 19:34:32 +02:00
export
gtk2_ardour reverse the visibility.h files assumptions that we don't build shared libs by default 2013-10-18 11:50:44 -04:00
icons
libs Statically link libtimecode into libmidi++ instead of libardour 2013-10-20 09:27:35 +10: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 package small-splash image in binary bundles 2013-10-15 21:30:12 -04: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 use libltc and libtimecode as static libs, and upgrade to waf 1.7 2013-10-18 11:11:59 -04:00
wscript bump to 3.5 2013-10-15 13:30:15 -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