summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_diskstream.cc
AgeCommit message (Expand)Author
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-06-18make switching between input+disk monitoring work "right" for MIDI tracks; al...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-02-06likely fix for crash-by-assert just after a MIDI diskstream overwrite (e.g. j...Paul Davis
2012-02-06even more debugging info for zthPaul Davis
2012-02-06yet more debugging info for zthPaul Davis
2012-02-06some more debugging info for zthPaul Davis
2012-02-06removed #ifdef'ed trace_midi() code (dup'ed from libmidi++)Paul Davis
2012-02-06some debugging infoPaul Davis
2012-01-30Add assert.Carl Hetherington
2012-01-18fix two major assert failures arising from the optional monitor section commi...Paul Davis
2011-12-26a grab bag of changes correcting and improving the way MIDI note on/off track...Paul Davis
2011-12-23Clarify ensure vs. request for JACK monitoring, naming-wise.Carl Hetherington
2011-12-23Do some renaming in the ARDOUR::Port class tree.Carl Hetherington
2011-12-22main fix: when transport stops, clear per-region per-playlist note trackers e...Paul Davis
2011-12-10fix for most (all? we can dream ...) issues involved in #4399 (editing multip...Paul Davis
2011-11-15Slightly fudged but basically reasonable fix for reports ofCarl Hetherington
2011-11-04Remove non-RT-safe alloc in the MIDI process() call.Carl Hetherington
2011-10-31Fix compensation of roll delay with MIDI tracks; dataCarl Hetherington
2011-10-31Take commit() out of process() in both types ofCarl Hetherington
2011-10-31Remove Diskstream member playback_distance that can beCarl Hetherington
2011-10-28Use shared_ptr for Port in the AudioEngine; improves thread-safety of the aud...Carl Hetherington
2011-10-24Remove unused read/write data count code.Carl Hetherington
2011-10-21correctly track monitoring changes in libardour and the GUI; required removin...Paul Davis
2011-10-19Trim include tree.David Robillard
2011-10-18make Stateful::_id private and provide appropriate methods to set it, and use...Paul Davis
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-09-18Remove unused rec_monitors_input variables.Carl Hetherington
2011-07-26remove some MIDI I/O debugging (hopefully all)Paul Davis
2011-07-20try to fix data loss at end of a capture pass for MIDI - add a new virtual me...Paul Davis
2011-07-19even more MIDI IO debuggingPaul Davis
2011-07-19yet more MIDI IO debuggingPaul Davis
2011-07-14more midi I/O debuggingPaul Davis
2011-07-13more midi io debuggingPaul Davis
2011-07-13MIDI IO debuggingPaul Davis
2011-07-12add incoming MIDI stream debuggingPaul Davis
2011-07-02Fix some set-but-not-used variable warnings from gcc 4.6Carl Hetherington
2011-06-28basic infrastructure for enabling/disabling MIDI input to a given trackPaul Davis
2011-06-21change default overlapping note strategy to "relax" (i.e. do nothing); fix cr...Paul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-30(1) push a locate all the way through the processing heirarchy so that MIDI o...Paul Davis
2011-05-08Ensure that empty drag-created MIDI regions get a file on disk so that there ...Carl Hetherington
2011-05-08Make a new write source when the diskstream name changes so that sources don'...Carl Hetherington
2011-04-09correctly reset capture alignment at session load; for MIDI diskstreams, don'...Paul Davis
2011-04-04Fix broken whitespace (no functional changes).David Robillard
2011-04-04when overwriting existing MIDI buffers in a MidiDiskstream be sure to update ...Paul Davis
2011-04-04move some DEBUG::Graph traces to DEBUG::ProcessThreads ; remove Diskstream::r...Paul Davis
2011-03-15fix all manner of things relating to io connections, setting capture alignmen...Paul Davis
2011-03-15Fix more broken whitespace.David Robillard