13
0
livetrax/libs/midi++2/midi++
2012-06-12 04:05:10 +00:00
..
.cvsignore
.DS_Store
channel.h 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
event.h
events.h
ipmidi_port.h Compile cleanly with clang. 2012-05-24 02:54:10 +00:00
jack_midi_port.h fix up some const-ness issues starting from Evoral::Event::set(), and intersect with removing Mackie..MidiByteArray::bytes() method which made a copy of the data every time we wrote it 2012-04-30 15:54:13 +00:00
manager.h 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
midnam_patch.h more changes to patch change/plugin preset support - replace regexp replacement with boost::replace_all(), actually find programs/patches in the data we have, and more. notable changes to constructors and structure of various MIDI::Name objects 2012-06-12 04:05:10 +00:00
mmc.h
names.h Remove over 500 unnecessary includes (including 54 of session.h). 2012-05-24 06:09:29 +00:00
parser.h 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
port.h MIDI::Port::(get|set)_state() should be virtual, so that derived classes get their chance in the sun. Fixes #4887 2012-05-27 16:49:51 +00:00
types.h