summaryrefslogtreecommitdiff
path: root/libs/midi++2/jack_midiport.cc
AgeCommit message (Expand)Author
2010-07-06Remove non-JACK midi++ ports.Carl Hetherington
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-01fix gcc4.4 compile warningsPaul Davis
2010-06-03modified version of a patch from robin gareus to avoid leaving pointers to da...Paul 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-20remove a couple of boost::signals2 trouble spots; fix some --strict compile t...Paul Davis
2009-12-09major design changes: use glib event loop for MIDI thread/UI; rework design o...Paul 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-10-20Fix crash with input (not duplex) control MIDI ports.David Robillard
2009-10-14(1) silence non-process FIFO message (2) move MIDI state tracking down to the...Paul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-18Fix MIDI controller feedback.David Robillard
2009-02-02Make (MIDI) event time stamp type a template parameter.David Robillard
2008-12-17Fix #2478; deref of 0 pointer if jack_port_register fails.Carl Hetherington
2008-11-22* added XML deserialisation for control and program changesHans Baier
2008-11-07* removed unnecessary method calls (preparse/postparse) in JACK_MidiPortHans Baier
2008-10-25* fixed jitter problems for midi clock and removed superfluous UI elementsHans Baier
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard
2008-09-17merge Sakari's (sbergen) branch back into 3.0, removing libsndfile and adding...Paul Davis
2008-08-06* fixed JACK_MidiPort to get the events into the slaveHans Baier
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-05-12Fix various MIDI corruption bugs.David Robillard
2008-03-19fix up delivery of MTC & MMC; add zero=last_timestamp semantics to JACK midi ...Paul Davis
2008-03-19fix up and re-enable MTC transmissionPaul Davis
2008-03-19reduce (from 5k to 512) the number of events that non-process() threads may w...Paul Davis
2008-03-19reinstate Ye Olde MIDI (input) thread; fix up a few startup warningsPaul Davis
2008-03-18refactor JACK MIDI port to allow writing from a non-process() thread, and mov...Paul Davis
2008-03-18band-aid fix for wrong-thread-MIDI-writesPaul Davis
2007-10-11merge from 2.0-ongoing by hand, minus key binding editorPaul Davis
2007-05-07require new JACK API; fix inheritance bug in AudioRegion::verify_*()Paul Davis
2007-05-04Real fix for Jack MIDI crash. Maybe!David Robillard
2007-05-04Possible fix for Jack MIDI crash on jack_get_buffer_size some are seeing.David Robillard
2007-05-01initial fixes to get build to work without new JACK MIDI, and to get it runni...Paul Davis
2007-04-14Merged with trunk R1719.David Robillard
2007-01-09Merged with trunk R1283.David Robillard
2006-06-09Removed excessive debug printing, added missing files for SMPTE namespace and...David Robillard