fix gcc4.4 compile warning
[ardour.git] / libs / midi++2 / jack_midiport.cc
2010-06-03 Paul Davismodified version of a patch from robin gareus to avoid...
2010-01-04 Paul Davisfix my usual geometric/geographic dyslexia w.r.t jack...
2009-12-30 Paul Davisfix crash caused by closing down JACK but not telling...
2009-12-29 Paul Daviseditors for control protocols (generalized); editor...
2009-12-20 Paul Davisremove a couple of boost::signals2 trouble spots; fix...
2009-12-09 Paul Davismajor design changes: use glib event loop for MIDI...
2009-12-01 Paul Davismake ALSA MIDI I/O work with timestamps; more MTC debug...
2009-12-01 Paul Davisgeneralize hans' midi_clock_timestamp to be a general...
2009-10-20 David RobillardFix crash with input (not duplex) control MIDI ports.
2009-10-14 Paul Davis(1) silence non-process FIFO message (2) move MIDI...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-18 David RobillardFix MIDI controller feedback.
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2008-12-17 Carl HetheringtonFix #2478; deref of 0 pointer if jack_port_register...
2008-11-22 Hans Baier* added XML deserialisation for control and program...
2008-11-07 Hans Baier* removed unnecessary method calls (preparse/postparse...
2008-10-25 Hans Baier* fixed jitter problems for midi clock and removed...
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-09-17 Paul Davismerge Sakari's (sbergen) branch back into 3.0, removing...
2008-08-06 Hans Baier* fixed JACK_MidiPort to get the events into the slave
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-05-12 David RobillardFix various MIDI corruption bugs.
2008-03-19 Paul Davisfix up delivery of MTC & MMC; add zero=last_timestamp...
2008-03-19 Paul Davisfix up and re-enable MTC transmission
2008-03-19 Paul Davisreduce (from 5k to 512) the number of events that non...
2008-03-19 Paul Davisreinstate Ye Olde MIDI (input) thread; fix up a few...
2008-03-18 Paul Davisrefactor JACK MIDI port to allow writing from a non...
2008-03-18 Paul Davisband-aid fix for wrong-thread-MIDI-writes
2007-10-11 Paul Davismerge from 2.0-ongoing by hand, minus key binding editor
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-05-07 Paul Davisrequire new JACK API; fix inheritance bug in AudioRegio...
2007-05-04 David RobillardReal fix for Jack MIDI crash. Maybe!
2007-05-04 David RobillardPossible fix for Jack MIDI crash on jack_get_buffer_siz...
2007-05-01 Paul Davisinitial fixes to get build to work without new JACK...
2007-04-14 David RobillardMerged with trunk R1719.
2007-01-09 David RobillardMerged with trunk R1283.
2006-06-09 David RobillardRemoved excessive debug printing, added missing files...