summaryrefslogtreecommitdiff
path: root/libs/midi++2
AgeCommit message (Expand)Author
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
2009-12-01continue with MTC debuggingPaul Davis
2009-12-01more changes to try to improve MTC handling even in slightly pathological casesPaul Davis
2009-11-30show qtr MTC bytes before they are dispatched as a signal, even morePaul Davis
2009-11-30show qtr MTC bytes before they are dispatched as a signalPaul Davis
2009-11-23support for MMC track mute register, in addition to existing track record sta...Paul Davis
2009-11-13fix stupid MIDI::Manager design to properly handle multiple MIDI ports with t...Paul Davis
2009-11-0990% done with external sync design changes (GUI now has toggle switch for ext...Paul Davis
2009-10-21Fix unused parameter warnings since GCC apparently doesn't feel like listenin...David Robillard
2009-10-20Fix crash with input (not duplex) control MIDI ports.David Robillard
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14(1) silence non-process FIFO message (2) move MIDI state tracking down to the...Paul Davis
2009-09-15Normalise names of .cc and .h files.Carl Hetherington
2009-07-22Update autowaf.David Robillard
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-13merge pre- and post-fader processor boxes; start removing Placement (not fini...Paul Davis
2009-06-09the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or...Paul Davis
2009-05-18Patch from agorka to add some includes required for building with the GCC shi...Carl Hetherington
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-05-04Strip trailing whitespace from waf scripts.David Robillard
2009-03-09Fix compile.Carl Hetherington
2009-02-27Waf: install stuffDavid Robillard
2009-02-26Version file building stuff.David Robillard
2009-02-26Clean up checks.David Robillard
2009-02-25Waf building of gtk2_ardour.David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-25Move waf up to top level, waf building of pbd, evoral, midi++David Robillard
2009-02-25Fix warnings.David Robillard
2009-02-18Fix MIDI controller feedback.David Robillard