summaryrefslogtreecommitdiff
path: root/libs/midi++2
AgeCommit message (Expand)Author
2012-10-29yet another fix for complaints from OS X gcc about constnessPaul Davis
2012-10-09add missing unit test runner shell script for midi++Hans Baier
2012-10-09fix insidious bugs in midnam_patch.cc which account for garbled dataHans Baier
2012-10-09Add patchfile for Yamaha PSR-S900, add unit test for it, remove camel case fr...Hans Baier
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-03Look in the UsesPatchNameList for the name rather thanCarl Hetherington
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-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-04-24eventloop and abstractui debugging, lots more commenting on abstractui/eventl...Paul Davis
2012-04-24ipMIDI: typoPaul Davis
2012-04-24ipMIDI: credit where credit is duePaul 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
2012-02-06fix bug in MidiClock that sent MIDI Clock messages with negative offsets afte...Paul 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-29Remove use of waf compat15 tool.David Robillard
2011-09-29Upgrade to waf 1.6.7 and autowaf r52.David Robillard
2011-09-26Correct signal handling for previous commit.Carl Hetherington
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-22Fix Python whitespace (follow PEP8 guidelines, reformatted by Python Reindent)David Robillard
2011-04-06Fix my name :)David Robillard
2011-04-04Update region peak amplitude when the region is trimmed (#3931).Carl Hetherington
2011-03-16Indent python files with spaces as per style guide.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-10-27assert() which catches one source of crashes on startup when Ardour starts JACK.Carl Hetherington
2010-10-14delete, not comment, for the last commitPaul Davis
2010-10-14do not attempt to clear a (JACK) MIDI port buffer after registering the port,...Paul Davis
2010-08-01Put MIDI sync ports in the Ardour tab of the port matrix.Carl Hetherington
2010-07-29Fix startup of the mackie surface code.Carl Hetherington