summaryrefslogtreecommitdiff
path: root/libs/midi++2/midi++
AgeCommit message (Expand)Author
2013-01-20Show matching controller name in automation lane header.David Robillard
2013-01-20Error checking string to int conversion from midnam files.David Robillard
2013-01-20Add General MIDI drum note names and patch names.David Robillard
2013-01-20Support note names from midnam files (tested with the DM5).David Robillard
2013-01-19Use a std::set for MIDI device models so the combo is sorted and the user can...David Robillard
2013-01-19Add standard MIDI midnam file and remove hard coded equivalent.David Robillard
2013-01-19Hide MIDI device mode selector unless there is actually more than one mode.David Robillard
2013-01-16Preliminary support for named MIDI controllers via midname files.David Robillard
2013-01-04merge Marcel Bonnet's patches for Free-BSDRobin Gareus
2012-10-09fix whitespace in libs/midi++2/midi++/midnam_patch.hHans Baier
2012-10-08add unit tests to midi++ and assorted bugfixes for midnam_patch.ccHans Baier
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-06-12fix complete screw up in connecting MIDNAM PatchNameList with ChannelNameSets...Paul Davis
2012-06-12more changes to patch change/plugin preset support - replace regexp replaceme...Paul Davis
2012-06-11lots more work trying to create a common structure for accessing plugin and M...Paul Davis
2012-06-10remove craziness of propagating MIDI 7 bit limits into MIDNAM handling by rep...Paul Davis
2012-06-02Fix operator< so that strict weak ordering isCarl Hetherington
2012-06-02couple of fixes to enable building, and building with gtkmm 2.2(<4)Paul Davis
2012-05-27MIDI::Port::(get|set)_state() should be virtual, so that derived classes get ...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-24Compile cleanly with clang.David Robillard
2012-05-02more fixes/tweaks from the land of the lionPaul Davis
2012-04-30fix up some const-ness issues starting from Evoral::Event::set(), and interse...Paul Davis
2012-04-24eventloop and abstractui debugging, lots more commenting on abstractui/eventl...Paul Davis
2012-04-24add support for IP MIDI (multicast MIDI over IP UDP sockets) to ardour and us...Paul Davis
2012-04-23libmidi++: fix a bunch of issues with previous commitPaul Davis
2012-04-23libmidi++: split apart "base-y" aspects of MIDI::Port into MIDI::PortBase and...Paul Davis
2012-04-11Remove some unused parameters.Carl Hetherington
2012-04-10add "centrally-parsed" property to MIDI::Port so that we can avoid the MidiUI...Paul Davis
2012-03-20a lot of tweaking and fixing for the MIDNAM parsing code so that it correctly...Paul Davis
2012-02-06attempt to stop sending MMC/MTC while exporting or freewheeling for any reasonPaul Davis
2011-12-15Add basic test of playlist layering.Carl Hetherington
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-09-26Delete MIDI port objects when the MackieControlProtocol is torn down, so that...Carl Hetherington
2011-09-26Use RCU for MIDI Manager's port list.Carl Hetherington
2011-04-06Fix my name :)David Robillard
2010-12-14Rename libmusictime libtimecode (consistent with already used namespace "Time...David Robillard
2010-12-13Eliminate circular dependency kludge for control_protocol/smpte.o.David Robillard
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-08-01Put MIDI sync ports in the Ardour tab of the port matrix.Carl Hetherington
2010-07-26part two of: don't crash during startup with no config files when trying to u...Paul Davis
2010-07-08Move MIDI control port ownership into the MIDI Manager, since control port st...Carl Hetherington
2010-07-08Trim midi++ port code to either do in or out, but not both in the same object.Carl Hetherington
2010-07-07Setup fixed ports for MIDI control data; hence remove configuration of those ...Carl Hetherington
2010-07-06Remove MMC thread protection which is pointless now that only JACK MIDI ports...Carl Hetherington
2010-07-06Remove non-JACK midi++ ports.Carl Hetherington
2010-07-05Reestablish libmidi++ JACK ports on jack reconnection, so that control MIDI c...Carl Hetherington
2010-07-03Fix up my previous buggy MMC cleanup.Carl Hetherington
2010-06-29Fix commentCarl Hetherington
2010-06-29Restore MMC registers.Carl Hetherington