ardour/libs/midi++2
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
..
macosx rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
midi++ reverse the visibility.h files assumptions that we don't build shared libs by default 2013-10-18 11:50:44 -04:00
test Fix compilation with --test. 2013-01-20 18:23:42 +00:00
channel.cc add support for IP MIDI (multicast MIDI over IP UDP sockets) to ardour and use it if requested inside MCP code. required renaming the pre-existing MIDI::Port as MIDI:JackMIDIPort - MIDI::Port becomes the base type for both JackMIDIPort and IPMIDIPort 2012-04-24 02:28:51 +00:00
COPYING rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
ipmidi_port.cc convert from Glib:: to Glib::Threads for all thread-related API 2012-07-25 17:48:55 +00:00
libmidi++.pc.in rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
libmidi++.spec.in rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
midi.cc the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or 2.X SESSIONS !!!! BREAKAGE IS EXPECTED !!!! IF YOU HAVE AND NEED A WORKING 3.0 DO **NOT** UPDATE. !!!! otherwise, update and enjoy the steadily emerging joys of this major reworking of ardour internals 2009-06-09 20:21:19 +00:00
miditrace.cc add copyright comments 2013-01-16 18:16:21 +00:00
midnam_patch.cc Default to "7bit" controller type if missing, as per DTD. 2013-01-27 17:15:46 +00:00
mmc.cc Statically link libtimecode into libmidi++ instead of libardour 2013-10-20 09:27:35 +10:00
mmctest.cc add copyright comments 2013-01-16 18:16:21 +00:00
mtc.cc fixes to get MTC (and probably MIDI clock) slaving working again 2013-08-13 12:53:28 -04:00
parser.cc major redesign of MIDI port heirarchy and management (part 2) 2013-08-07 22:22:11 -04:00
port.cc major redesign of MIDI port heirarchy and management (part 2) 2013-08-07 22:22:11 -04:00
run-tests.sh Fix compilation with --test. 2013-01-20 18:23:42 +00:00
wscript Statically link libtimecode into libmidi++ instead of libardour 2013-10-20 09:27:35 +10:00