summaryrefslogtreecommitdiff
path: root/libs/midi++2
AgeCommit message (Expand)Author
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
2010-07-26part two of: don't crash during startup with no config files when trying to u...Paul Davis
2010-07-25Patch from petem to initialise inbound MMC device ID to 0x7f. Fixes #2853.Carl Hetherington
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 file that should have gone earlier.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-05require jack 0.118.2 for weakjack.hPaul Davis
2010-07-05Reestablish libmidi++ JACK ports on jack reconnection, so that control MIDI c...Carl Hetherington
2010-07-05Prevent assertion failure if _jack_output_port is 0, which can happen if JACK...Carl Hetherington
2010-07-03Fix up my previous buggy MMC cleanup.Carl Hetherington
2010-07-01fix gcc4.4 compile warningsPaul Davis
2010-06-29Fix commentCarl Hetherington
2010-06-29Restore MMC registers.Carl Hetherington
2010-06-29Clean up MMC transmission a bit, and make sure that it is all done from one t...Carl Hetherington
2010-06-09basically, fix all kinds of odds and ends with MIDI playback, including misse...Paul Davis
2010-06-03modified version of a patch from robin gareus to avoid leaving pointers to da...Paul Davis
2010-05-15Fix some excessive search-and-replaces.Carl Hetherington
2010-04-02remove PBD::Connection (replace use with PBD::ScopedConnection); remove limit...Paul Davis
2010-02-19Fix MIDI command names smashed by overzealous sedding.David Robillard
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-01fix up boost signal return value so that the "edit" signal of MIDI::Parser wo...Paul Davis
2010-01-27remove some non-controllable debugging output from libs/midi++2/mtc.ccPaul Davis
2010-01-27something for chris g. to try when he gets up before mePaul Davis
2010-01-27more debugPaul Davis