summaryrefslogtreecommitdiff
path: root/libs/midi++2
AgeCommit message (Expand)Author
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
2010-01-26debuggingPaul Davis
2010-01-04fix my usual geometric/geographic dyslexia w.r.t jack midi port connection re...Paul Davis
2009-12-30fix crash caused by closing down JACK but not telling JACK_MidiPorts about itPaul Davis
2009-12-29editors for control protocols (generalized); editor for Generic MIDI that all...Paul Davis
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-20remove a couple of boost::signals2 trouble spots; fix some --strict compile t...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-10add solo isolate indicator in editor route listPaul Davis
2009-12-09major design changes: use glib event loop for MIDI thread/UI; rework design o...Paul Davis
2009-12-06Merged revisions 6292,6294-6295,6311,6314 via svnmerge from Taybin Rutkin
2009-12-06Merged revisions 6293,6296-6306,6308 via svnmerge from Taybin Rutkin
2009-12-06fix for first of taybin's 2 problems - do not use uninitialized Port* in chec...Paul Davis
2009-12-03more tweaks to MTC slave code (still not functional), including removing race...Paul Davis
2009-12-02more MTC stuff, including toggleable use of torben's PI controllerPaul Davis
2009-12-01make ALSA MIDI I/O work with timestamps; more MTC debug tracingPaul Davis
2009-12-01generalize hans' midi_clock_timestamp to be a general timestamp for incoming ...Paul Davis