13
0
livetrax/libs/midi++2
Paul Davis a5a75d5e0d fixes to get MTC (and probably MIDI clock) slaving working again
incoming MIDI data has to be parsed EVERY process cycle, not just when Slave::speed_and_position() is called.
The private MIDI::Parser owned by the MTC and MClck slaves was irrelevant, since the port has its own.
See comments in midi_port.h on the strangled inheritance heirarchy.
2013-08-13 12:53:28 -04:00
..
macosx
midi++ major redesign of MIDI port heirarchy and management (part 2) 2013-08-07 22:22:11 -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
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
libmidi++.spec.in
midi.cc
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 major redesign of MIDI port heirarchy and management (part 2) 2013-08-07 22:22:11 -04: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 major redesign of MIDI port heirarchy and management (part 2) 2013-08-07 22:22:11 -04:00